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

Unified Diff: content/content_shell.gypi

Issue 468733002: Move webkit_resources.gyp closer to its .grd file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE 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
« no previous file with comments | « content/content_common.gypi ('k') | webkit/glue/resources/webkit_resources.gyp » ('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 111103f613997c34ed4b7b1781f65325c5ea52bf..e0969dde299a56d460f0c6c91f3225a293231353 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -63,7 +63,7 @@
'../url/url.gyp:url_lib',
'../v8/tools/gyp/v8.gyp:v8',
'../webkit/storage_browser.gyp:webkit_storage_browser',
- '../webkit/webkit_resources.gyp:webkit_resources',
+ '../webkit/glue/resources/webkit_resources.gyp:webkit_resources',
],
'include_dirs': [
'..',
@@ -439,7 +439,7 @@
'<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources',
'<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
'<(DEPTH)/ui/strings/ui_strings.gyp:ui_strings',
- '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources',
+ '<(DEPTH)/webkit/glue/resources/webkit_resources.gyp:webkit_resources',
],
'conditions': [
['OS!="android"', {
« no previous file with comments | « content/content_common.gypi ('k') | webkit/glue/resources/webkit_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698