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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « ui/file_manager/file_manager.gyp ('k') | ui/login/login.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'input_tools_root_dir': '../../third_party/google_input_tools/src/chrome/os' , 8 'input_tools_root_dir': '../../third_party/google_input_tools/src/chrome/os' ,
9 'inputview_gen_js': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard/resources/inputv iew.js', 9 'inputview_gen_js': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard/resources/inputv iew.js',
10 }, 10 },
11 'targets': [ 11 'targets': [
12 { 12 {
13 # GN version: //ui/keyboard:resources 13 # GN version: //ui/keyboard:resources
14 'target_name': 'keyboard_resources', 14 'target_name': 'keyboard_resources',
15 'hard_dependency': 1,
15 'dependencies': [ 16 'dependencies': [
16 '../../third_party/google_input_tools/inputview.gyp:inputview', 17 '../../third_party/google_input_tools/inputview.gyp:inputview',
17 ], 18 ],
18 'type': 'none', 19 'type': 'none',
19 'variables': { 20 'variables': {
20 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard', 21 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard',
21 }, 22 },
22 'actions': [ 23 'actions': [
23 { 24 {
24 'action_name': 'keyboard_resources', 25 'action_name': 'keyboard_resources',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 }], 161 }],
161 ['OS=="win" and win_use_allocator_shim==1', { 162 ['OS=="win" and win_use_allocator_shim==1', {
162 'dependencies': [ 163 'dependencies': [
163 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 164 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
164 ], 165 ],
165 }], 166 }],
166 ], 167 ],
167 }, 168 },
168 ], 169 ],
169 } 170 }
OLDNEW
« 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