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

Unified Diff: ui/login/login.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/keyboard/keyboard.gyp ('k') | ui/resources/ui_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/login.gyp
diff --git a/ui/login/login.gyp b/ui/login/login.gyp
index 2ec5c8a83e24b29588186aa16a9d16f3c91a7475..e1c2e7e6747428f1a155a196db6fb589dba330cf 100644
--- a/ui/login/login.gyp
+++ b/ui/login/login.gyp
@@ -12,6 +12,7 @@
# TODO bug 512913 support in GN.
'target_name': 'login_resources',
'type': 'none',
+ 'hard_dependency': 1,
'actions': [
{
'action_name': 'login_resources',
« no previous file with comments | « ui/keyboard/keyboard.gyp ('k') | ui/resources/ui_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698