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

Unified Diff: components/components_strings.gyp

Issue 1615823002: Add missing GYP hard dependency on components resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « components/components_resources.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_strings.gyp
diff --git a/components/components_strings.gyp b/components/components_strings.gyp
index ac7b47c400b2c1d84ebe4cd01baca843758c3a15..55240de19087d6fad5a0b225f05474185586ba45 100644
--- a/components/components_strings.gyp
+++ b/components/components_strings.gyp
@@ -7,6 +7,7 @@
{
'target_name': 'components_strings',
'type': 'none',
+ 'hard_dependency': 1,
'variables': {
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components/strings',
},
« no previous file with comments | « components/components_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698