Changeset 161071 in webkit


Ignore:
Timestamp:
Dec 25, 2013 12:39:32 PM (10 years ago)
Author:
Martin Robinson
Message:

[GTK] [CMake] Fix CMake style errors in Source/WebKit2/PlatformGTK.cmake
https://bugs.webkit.org/show_bug.cgi?id=126221

Reviewed by Gustavo Noronha Silva.

  • PlatformGTK.cmake: Fix CMake style errors.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r161068 r161071  
     12013-12-25  Martin Robinson  <mrobinson@igalia.com>
     2
     3        [GTK] [CMake] Fix CMake style errors in Source/WebKit2/PlatformGTK.cmake
     4        https://bugs.webkit.org/show_bug.cgi?id=126221
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        * PlatformGTK.cmake: Fix CMake style errors.
     9
    1102013-12-25  Martin Robinson  <mrobinson@igalia.com>
    211
  • trunk/Source/WebKit2/PlatformGTK.cmake

    r161068 r161071  
    503503    # process and WebKit2 only once instead of recompiling them for the plugin process.
    504504    list(APPEND PluginProcess_SOURCES
     505        Platform/Logging.cpp
     506        Platform/Module.cpp
     507        Platform/WorkQueue.cpp
     508
    505509        Platform/CoreIPC/ArgumentCoders.cpp
    506510        Platform/CoreIPC/ArgumentDecoder.cpp
    507511        Platform/CoreIPC/ArgumentEncoder.cpp
    508 
    509512        Platform/CoreIPC/Attachment.cpp
    510513        Platform/CoreIPC/Connection.cpp
     
    517520
    518521        Platform/IPC/DataReference.cpp
     522        Platform/IPC/MessageSender.cpp
    519523        Platform/IPC/StringReference.cpp
    520         Platform/IPC/MessageSender.cpp
    521 
    522         Platform/Logging.cpp
    523         Platform/Module.cpp
    524         Platform/WorkQueue.cpp
    525524
    526525        Platform/gtk/LoggingGtk.cpp
    527526        Platform/gtk/ModuleGtk.cpp
    528527        Platform/gtk/WorkQueueGtk.cpp
     528
    529529        Platform/unix/SharedMemoryUnix.cpp
    530530
     
    542542        Shared/ChildProcessProxy.cpp
    543543        Shared/ConnectionStack.cpp
    544 
    545         Shared/Plugins/NPIdentifierData.cpp
    546         Shared/Plugins/NPObjectMessageReceiver.cpp
    547         Shared/Plugins/NPObjectProxy.cpp
    548         Shared/Plugins/NPRemoteObjectMap.cpp
    549         Shared/Plugins/NPVariantData.cpp
    550 
    551         Shared/Plugins/Netscape/NetscapePluginModule.cpp
    552         Shared/Plugins/Netscape/NetscapePluginModuleNone.cpp
    553         Shared/Plugins/Netscape/x11/NetscapePluginModuleX11.cpp
    554 
    555         Shared/Plugins/PluginProcessCreationParameters.cpp
    556 
    557544        Shared/ShareableBitmap.cpp
    558545        Shared/WebCoreArgumentCoders.cpp
     
    563550        Shared/WebWheelEvent.cpp
    564551
     552        Shared/Plugins/NPIdentifierData.cpp
     553        Shared/Plugins/NPObjectMessageReceiver.cpp
     554        Shared/Plugins/NPObjectProxy.cpp
     555        Shared/Plugins/NPRemoteObjectMap.cpp
     556        Shared/Plugins/NPVariantData.cpp
     557        Shared/Plugins/PluginProcessCreationParameters.cpp
     558
     559        Shared/Plugins/Netscape/NetscapePluginModule.cpp
     560        Shared/Plugins/Netscape/NetscapePluginModuleNone.cpp
     561
     562        Shared/Plugins/Netscape/x11/NetscapePluginModuleX11.cpp
     563
    565564        Shared/cairo/ShareableBitmapCairo.cpp
    566565
     
    574573
    575574        UIProcess/Launcher/ProcessLauncher.cpp
     575
    576576        UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp
    577577
    578578        UIProcess/Plugins/unix/PluginProcessProxyUnix.cpp
     579
     580        WebProcess/Plugins/Plugin.cpp
    579581
    580582        WebProcess/Plugins/Netscape/NPRuntimeUtilities.cpp
     
    583585        WebProcess/Plugins/Netscape/NetscapePluginNone.cpp
    584586        WebProcess/Plugins/Netscape/NetscapePluginStream.cpp
     587
    585588        WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp
    586589
    587         WebProcess/Plugins/Plugin.cpp
    588 
    589         unix/PluginMainUnix.cpp
    590590        unix/PluginMainUnix.cpp
    591591    )
    592592
    593593    list(APPEND PluginProcess_MESSAGES_IN_FILES
    594         Shared/Plugins/NPObjectMessageReceiver.messages.in
    595 
    596594        PluginProcess/PluginControllerProxy.messages.in
    597595        PluginProcess/PluginProcess.messages.in
    598596        PluginProcess/WebProcessConnection.messages.in
     597
     598        Shared/Plugins/NPObjectMessageReceiver.messages.in
    599599    )
    600600    GENERATE_WEBKIT2_MESSAGE_SOURCES(PluginProcess_SOURCES "${PluginProcess_MESSAGES_IN_FILES}")
Note: See TracChangeset for help on using the changeset viewer.