| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |