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

Unified Diff: ui/file_manager/file_manager.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/chromeos/ui_chromeos.gyp ('k') | ui/keyboard/keyboard.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager.gyp
diff --git a/ui/file_manager/file_manager.gyp b/ui/file_manager/file_manager.gyp
index dc6da75abb70536dc7721d6c6bb0f1c89f227381..f1dd983a554b39ab2a3a997078067f45b72b58b0 100644
--- a/ui/file_manager/file_manager.gyp
+++ b/ui/file_manager/file_manager.gyp
@@ -11,6 +11,7 @@
{
'target_name': 'file_manager_resources',
'type': 'none',
+ 'hard_dependency': 1,
'actions': [
{
'action_name': 'file_manager_resources',
« no previous file with comments | « ui/chromeos/ui_chromeos.gyp ('k') | ui/keyboard/keyboard.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698