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

Unified Diff: extensions/extensions.gyp

Issue 498673005: Cleanup: Rename content_resources.gyp to content_resources.gypi and include in content.gyp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ios 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_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 317ab92095cdf23f5f6ad98dada49618ca94e150..433990c8867929784122b672bbfe1fec55061c7e 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -599,7 +599,7 @@
'dependencies': [
'extensions_resources.gyp:extensions_resources',
'../chrome/chrome_resources.gyp:chrome_resources',
- '../content/content_resources.gyp:content_resources',
+ '../content/content.gyp:content_resources',
'../gin/gin.gyp:gin',
'../mojo/mojo_base.gyp:mojo_js_bindings',
'../third_party/WebKit/public/blink.gyp:blink',
@@ -823,7 +823,7 @@
# Need dev-tools related resources in shell_resources.pak and
# devtools_resources.pak.
'../content/browser/devtools/devtools_resources.gyp:devtools_resources',
- '../content/content_resources.gyp:content_resources',
+ '../content/content.gyp:content_resources',
'../content/content_shell_and_tests.gyp:content_shell_resources',
'../ui/resources/ui_resources.gyp:ui_resources',
'../ui/strings/ui_strings.gyp:ui_strings',
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698