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

Unified Diff: content/content_browser.gypi

Issue 486573002: Move webkit resources over to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm the build files from webkit/glue/resources Created 6 years, 4 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 84ff8801657a34bff9dcc6ceba238fb75835e3c7..f714bbd0f8acc56a6141f66b0032c2f9ae8b09f7 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1592,6 +1592,7 @@
],
}, { # OS!="ios"
'dependencies': [
+ 'app/resources/content_resources.gyp:content_resources',
'app/strings/content_strings.gyp:content_strings',
'browser/devtools/devtools_resources.gyp:devtools_resources',
'content_common_mojo_bindings',
@@ -1607,7 +1608,6 @@
'../webkit/common/webkit_common.gyp:webkit_common',
'../webkit/storage_browser.gyp:webkit_storage_browser',
'../webkit/storage_common.gyp:webkit_storage_common',
- '../webkit/glue/resources/webkit_resources.gyp:webkit_resources',
],
}],
['enable_printing!=0', {

Powered by Google App Engine
This is Rietveld 408576698