Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: webkit/common/webkit_common.gyp

Issue 20003004: reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue to child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & allocator dep for components_unittests in shared_library2 Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/common/resource_type.cc ('k') | webkit/glue/ftp_directory_listing_response_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webkit_common.gyp
diff --git a/webkit/common/webkit_common.gyp b/webkit/common/webkit_common.gyp
index e3b657941e5fdb0b4dc4caf6e6bdcbb9dae083a3..af1c688079d98a09a10b0be98e724a41ffc435a1 100644
--- a/webkit/common/webkit_common.gyp
+++ b/webkit/common/webkit_common.gyp
@@ -15,8 +15,8 @@
'WEBKIT_COMMON_IMPLEMENTATION',
],
'dependencies': [
- '<(DEPTH)/base/base.gyp:base_i18n',
'<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/base/base.gyp:base_i18n',
'<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'<(DEPTH)/net/net.gyp:net',
'<(DEPTH)/skia/skia.gyp:skia',
@@ -39,10 +39,10 @@
'cursors/webcursor_aura.cc',
'cursors/webcursor_aurawin.cc',
'cursors/webcursor_aurax11.cc',
- 'cursors/webcursor_null.cc',
'cursors/webcursor_gtk.cc',
'cursors/webcursor_gtk_data.h',
'cursors/webcursor_mac.mm',
+ 'cursors/webcursor_null.cc',
'cursors/webcursor_win.cc',
'data_element.cc',
'data_element.h',
@@ -52,6 +52,8 @@
'resource_request_body.h',
'resource_response_info.cc',
'resource_response_info.h',
+ 'resource_type.cc',
+ 'resource_type.h',
],
'conditions': [
« no previous file with comments | « webkit/common/resource_type.cc ('k') | webkit/glue/ftp_directory_listing_response_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698