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

Unified Diff: content/content_browser.gypi

Issue 423613003: Move strings from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: one more android_webview fix + REBASE Created 6 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 688562d849206294aea1bc611f7bb81dc29bc3a6..780f4db42b76f91b4317382c55154dab3970e55c 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1563,6 +1563,7 @@
],
}, { # OS!="ios"
'dependencies': [
+ 'app/strings/content_strings.gyp:content_strings',
'browser/devtools/devtools_resources.gyp:devtools_resources',
'content_common_mojo_bindings',
'../cc/cc.gyp:cc',
@@ -1578,7 +1579,6 @@
'../webkit/storage_browser.gyp:webkit_storage_browser',
'../webkit/storage_common.gyp:webkit_storage_common',
'../webkit/webkit_resources.gyp:webkit_resources',
- '../webkit/webkit_resources.gyp:webkit_strings',
],
}],
['enable_printing!=0', {

Powered by Google App Engine
This is Rietveld 408576698