Changeset 112731 in webkit


Ignore:
Timestamp:
Mar 30, 2012 3:23:26 PM (12 years ago)
Author:
abarth@webkit.org
Message:

Move CPP files related to ResourceHandle to WebCore/platform
https://bugs.webkit.org/show_bug.cgi?id=82582

Reviewed by James Robinson.

Source/WebCore:

Re-land a tiny piece of http://trac.webkit.org/changeset/112572 in the
hopes of not breaking the component build this time.

  • WebCore.gyp/WebCore.gyp:
  • WebCore.gypi:
  • platform/chromium/support/WebData.cpp: Copied from Source/WebKit/chromium/src/WebData.cpp.

Source/WebKit/chromium:

  • WebKit.gyp:
  • src/WebData.cpp: Removed.
Location:
trunk/Source
Files:
5 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r112730 r112731  
     12012-03-30  Adam Barth  <abarth@webkit.org>
     2
     3        Move CPP files related to ResourceHandle to WebCore/platform
     4        https://bugs.webkit.org/show_bug.cgi?id=82582
     5
     6        Reviewed by James Robinson.
     7
     8        Re-land a tiny piece of http://trac.webkit.org/changeset/112572 in the
     9        hopes of not breaking the component build this time.
     10
     11        * WebCore.gyp/WebCore.gyp:
     12        * WebCore.gypi:
     13        * platform/chromium/support/WebData.cpp: Copied from Source/WebKit/chromium/src/WebData.cpp.
     14
    1152012-03-30  Andreas Kling  <kling@webkit.org>
    216
  • trunk/Source/WebCore/WebCore.gyp/WebCore.gyp

    r112639 r112731  
    103103      '../platform/audio/chromium',
    104104      '../platform/chromium',
     105      '../platform/chromium/support',
    105106      '../platform/graphics',
    106107      '../platform/graphics/chromium',
     
    14311432      'dependencies': [
    14321433        'webcore_prerequisites',
    1433       ],
     1434        '../../Platform/Platform.gyp/Platform.gyp:webkit_platform',
     1435      ],
     1436      'defines': [
     1437        'WEBKIT_IMPLEMENTATION=1',
     1438      ],
    14341439      # This is needed for mac because of webkit_system_interface. It'd be nice
    14351440      # if this hard dependency could be split off the rest.
  • trunk/Source/WebCore/WebCore.gypi

    r112667 r112731  
    32723272            'platform/chromium/TraceEvent.h',
    32733273            'platform/chromium/WidgetChromium.cpp',
     3274            'platform/chromium/support/WebData.cpp',
    32743275            'platform/cocoa/KeyEventCocoa.h',
    32753276            'platform/cocoa/KeyEventCocoa.mm',
  • trunk/Source/WebCore/platform/chromium/support/WebData.cpp

    r112721 r112731  
    3030
    3131#include "config.h"
    32 #include "platform/WebData.h"
     32#include <public/WebData.h>
    3333
    3434#include "SharedBuffer.h"
  • trunk/Source/WebKit/chromium/ChangeLog

    r112720 r112731  
     12012-03-30  Adam Barth  <abarth@webkit.org>
     2
     3        Move CPP files related to ResourceHandle to WebCore/platform
     4        https://bugs.webkit.org/show_bug.cgi?id=82582
     5
     6        Reviewed by James Robinson.
     7
     8        * WebKit.gyp:
     9        * src/WebData.cpp: Removed.
     10
    1112012-03-30  Mark Pilgrim  <pilgrim@chromium.org>
    212
  • trunk/Source/WebKit/chromium/WebKit.gyp

    r112634 r112731  
    526526                'src/WebDOMMutationEvent.cpp',
    527527                'src/WebDOMStringList.cpp',
    528                 'src/WebData.cpp',
    529528                'src/WebDatabase.cpp',
    530529                'src/WebDataSourceImpl.cpp',
Note: See TracChangeset for help on using the changeset viewer.