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

Unified Diff: trunk/src/webkit/glue/webkit_glue.gypi

Issue 16232014: Revert 203261 "split webkit/glue/webpreferences to common and re..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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 | « trunk/src/webkit/common/webpreferences.cc ('k') | trunk/src/webkit/glue/webpreferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/webkit/glue/webkit_glue.gypi
===================================================================
--- trunk/src/webkit/glue/webkit_glue.gypi (revision 203263)
+++ trunk/src/webkit/glue/webkit_glue.gypi (working copy)
@@ -99,8 +99,6 @@
'weburlrequest_extradata_impl.h',
'weburlresponse_extradata_impl.cc',
'weburlresponse_extradata_impl.h',
- '../common/webpreferences.cc',
- '../common/webpreferences.h',
],
'conditions': [
@@ -157,10 +155,8 @@
'WEBKIT_GLUE_IMPLEMENTATION',
],
'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/base/base.gyp:base_i18n',
- '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
- '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
+ '<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
'glue_common',
],
@@ -175,7 +171,6 @@
'../renderer/cpp_bound_class.h',
'../renderer/cpp_variant.cc',
'../renderer/cpp_variant.h',
- '../renderer/webpreferences_renderer.cc',
],
},
@@ -272,6 +267,8 @@
'webmenuitem.h',
'webmenurunner_mac.h',
'webmenurunner_mac.mm',
+ 'webpreferences.cc',
+ 'webpreferences.h',
'websocketstreamhandle_bridge.h',
'websocketstreamhandle_delegate.h',
'websocketstreamhandle_impl.cc',
« no previous file with comments | « trunk/src/webkit/common/webpreferences.cc ('k') | trunk/src/webkit/glue/webpreferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698