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

Unified Diff: content/content_shell.gypi

Issue 17472006: Move webkit_resources / webkit_strings targets out of webkit_support.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index ef34e024b19e36ec5457366df91dbce509d65106..83598e5db7b2fc6a6ed6bcaae025812c44c51229 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -51,8 +51,8 @@
'../ui/ui.gyp:ui',
'../url/url.gyp:url_lib',
'../v8/tools/gyp/v8.gyp:v8',
- '../webkit/support/webkit_support.gyp:webkit_resources',
'../webkit/support/webkit_support.gyp:webkit_support',
+ '../webkit/webkit_resources.gyp:webkit_temp_resources',
],
'include_dirs': [
'..',
@@ -168,7 +168,7 @@
'<(SHARED_INTERMEDIATE_DIR)/webkit',
],
'dependencies': [
- '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings',
+ '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_strings',
],
'configurations': {
'Debug_Base': {
@@ -288,8 +288,8 @@
'<(DEPTH)/net/net.gyp:net_resources',
'<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings',
'<(DEPTH)/ui/ui.gyp:ui_resources',
- '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
- '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings',
+ '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_resources',
+ '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_strings',
],
'variables': {
'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py',
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698