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

Unified Diff: ui/views/resources/views_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 | « ui/strings/ui_strings.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/resources/views_resources.gyp
diff --git a/ui/views/resources/views_resources.gyp b/ui/views/resources/views_resources.gyp
index 1596f3621f6582314176eab32b08977df68e0434..8b9432246988c344b6d3318b706571add6d584c5 100644
--- a/ui/views/resources/views_resources.gyp
+++ b/ui/views/resources/views_resources.gyp
@@ -11,6 +11,7 @@
# GN version: //ui/views/resources
'target_name': 'views_resources',
'type': 'none',
+ 'hard_dependency': 1,
'variables': {
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/views/resources',
},
« no previous file with comments | « ui/strings/ui_strings.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698