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

Unified Diff: ui/chromeos/ui_chromeos.gyp

Issue 1581253003: Add missing 'hard_dependency' in gyp targets using grit_action (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 | « ui/app_list/resources/app_list_resources.gyp ('k') | ui/file_manager/file_manager.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/ui_chromeos.gyp
diff --git a/ui/chromeos/ui_chromeos.gyp b/ui/chromeos/ui_chromeos.gyp
index ea0c3dc4f6fe9949f971506d327bb27bf6736218..8e97eb91c12e98d617ade12c843f0f7a13f68f6c 100644
--- a/ui/chromeos/ui_chromeos.gyp
+++ b/ui/chromeos/ui_chromeos.gyp
@@ -10,6 +10,7 @@
{
'target_name': 'ui_chromeos_resources',
'type': 'none',
+ 'hard_dependency': 1,
'variables': {
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources',
},
@@ -27,6 +28,7 @@
{
'target_name': 'ui_chromeos_strings',
'type': 'none',
+ 'hard_dependency': 1,
'variables': {
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/strings',
},
« no previous file with comments | « ui/app_list/resources/app_list_resources.gyp ('k') | ui/file_manager/file_manager.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698