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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 16216007: split webkit/glue/webpreferences to common and renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new location for public/platform 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 | « webkit/common/webpreferences.cc ('k') | webkit/glue/webpreferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_glue.gypi
diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
index d9e814af5b33916bf6e759d163f54d4e0c94fb26..c20eb55a4f5e5e0b7a1c588d54d6a2ca7aba6c31 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -99,6 +99,8 @@
'weburlrequest_extradata_impl.h',
'weburlresponse_extradata_impl.cc',
'weburlresponse_extradata_impl.h',
+ '../common/webpreferences.cc',
+ '../common/webpreferences.h',
],
'conditions': [
@@ -155,8 +157,10 @@
'WEBKIT_GLUE_IMPLEMENTATION',
],
'dependencies': [
- '<(DEPTH)/base/base.gyp:base_i18n',
'<(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)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
'glue_common',
],
@@ -171,6 +175,7 @@
'../renderer/cpp_bound_class.h',
'../renderer/cpp_variant.cc',
'../renderer/cpp_variant.h',
+ '../renderer/webpreferences_renderer.cc',
],
},
@@ -267,8 +272,6 @@
'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 | « webkit/common/webpreferences.cc ('k') | webkit/glue/webpreferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698