Changeset 221874 in webkit


Ignore:
Timestamp:
Sep 11, 2017 1:52:58 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

[WinCairo] Add entry Web Process files for wincairo webkit
https://bugs.webkit.org/show_bug.cgi?id=176570

Patch by Stephan Szabo <stephan.szabo@sony.com> on 2017-09-11
Reviewed by Alex Christensen.

  • PlatformWin.cmake:
  • WebProcess/EntryPoint/win/WebProcessMain.cpp: Added.
  • WebProcess/win/WebProcessMainWin.cpp: Added.
  • WebProcess/win/WebProcessMainWin.h: Added.
Location:
trunk/Source/WebKit
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r221873 r221874  
     12017-09-11  Stephan Szabo  <stephan.szabo@sony.com>
     2
     3        [WinCairo] Add entry Web Process files for wincairo webkit
     4        https://bugs.webkit.org/show_bug.cgi?id=176570
     5
     6        Reviewed by Alex Christensen.
     7
     8        * PlatformWin.cmake:
     9        * WebProcess/EntryPoint/win/WebProcessMain.cpp: Added.
     10        * WebProcess/win/WebProcessMainWin.cpp: Added.
     11        * WebProcess/win/WebProcessMainWin.h: Added.
     12
    1132017-09-11  Alex Christensen  <achristensen@webkit.org>
    214
  • trunk/Source/WebKit/PlatformWin.cmake

    r221791 r221874  
    1919
    2020    StorageProcess/win/StorageProcessMainWin.cpp
     21
     22    WebProcess/win/WebProcessMainWin.cpp
    2123)
    2224
     
    6365
    6466list(APPEND WebProcess_SOURCES
     67    WebProcess/EntryPoint/win/WebProcessMain.cpp
    6568)
    6669
Note: See TracChangeset for help on using the changeset viewer.