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

Unified Diff: ui/keyboard/keyboard.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/file_manager/file_manager.gyp ('k') | ui/login/login.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/keyboard.gyp
diff --git a/ui/keyboard/keyboard.gyp b/ui/keyboard/keyboard.gyp
index 96fc1fdfa679fddc83e3d8a00d0322b5306b7339..5094cb3ae9b83be8481b86195dae481aba546c99 100644
--- a/ui/keyboard/keyboard.gyp
+++ b/ui/keyboard/keyboard.gyp
@@ -12,6 +12,7 @@
{
# GN version: //ui/keyboard:resources
'target_name': 'keyboard_resources',
+ 'hard_dependency': 1,
'dependencies': [
'../../third_party/google_input_tools/inputview.gyp:inputview',
],
« no previous file with comments | « ui/file_manager/file_manager.gyp ('k') | ui/login/login.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698