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

Unified Diff: ui/app_list/resources/app_list_resources.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 | « third_party/libaddressinput/libaddressinput.gyp ('k') | ui/chromeos/ui_chromeos.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/resources/app_list_resources.gyp
diff --git a/ui/app_list/resources/app_list_resources.gyp b/ui/app_list/resources/app_list_resources.gyp
index 95a40909a6fbc8e4029709db7eec921c5a1d35fc..bdf9317a9bd6e788b49bd23a4a93c4b3147ec5c8 100644
--- a/ui/app_list/resources/app_list_resources.gyp
+++ b/ui/app_list/resources/app_list_resources.gyp
@@ -11,6 +11,7 @@
# GN version: //ui/app_list/resources
'target_name': 'app_list_resources',
'type': 'none',
+ 'hard_dependency': 1,
'variables': {
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/app_list/resources',
},
« no previous file with comments | « third_party/libaddressinput/libaddressinput.gyp ('k') | ui/chromeos/ui_chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698