OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
9 'chromeos_sources': [ | 9 'chromeos_sources': [ |
10 'accelerometer/accelerometer_reader.cc', | 10 'accelerometer/accelerometer_reader.cc', |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 'disks/disk_mount_manager.cc', | 223 'disks/disk_mount_manager.cc', |
224 'disks/disk_mount_manager.h', | 224 'disks/disk_mount_manager.h', |
225 'ime/component_extension_ime_manager.cc', | 225 'ime/component_extension_ime_manager.cc', |
226 'ime/component_extension_ime_manager.h', | 226 'ime/component_extension_ime_manager.h', |
227 'ime/composition_text.cc', | 227 'ime/composition_text.cc', |
228 'ime/composition_text.h', | 228 'ime/composition_text.h', |
229 'ime/extension_ime_util.cc', | 229 'ime/extension_ime_util.cc', |
230 'ime/extension_ime_util.h', | 230 'ime/extension_ime_util.h', |
231 'ime/fake_ime_keyboard.cc', | 231 'ime/fake_ime_keyboard.cc', |
232 'ime/fake_ime_keyboard.h', | 232 'ime/fake_ime_keyboard.h', |
| 233 'ime/ime_keyboard.cc', |
233 'ime/ime_keyboard.h', | 234 'ime/ime_keyboard.h', |
234 'ime/ime_keyboard_ozone.cc', | 235 'ime/ime_keyboard_ozone.cc', |
| 236 'ime/ime_keyboard_ozone.h', |
| 237 'ime/ime_keyboard_x11.cc', |
235 'ime/ime_keyboard_x11.h', | 238 'ime/ime_keyboard_x11.h', |
236 'ime/ime_keyboard_x11.cc', | |
237 'ime/input_method_delegate.h', | 239 'ime/input_method_delegate.h', |
238 'ime/input_method_descriptor.cc', | 240 'ime/input_method_descriptor.cc', |
239 'ime/input_method_descriptor.h', | 241 'ime/input_method_descriptor.h', |
240 'ime/input_method_manager.cc', | 242 'ime/input_method_manager.cc', |
241 'ime/input_method_manager.h', | 243 'ime/input_method_manager.h', |
242 'ime/input_method_whitelist.cc', | 244 'ime/input_method_whitelist.cc', |
243 'ime/input_method_whitelist.h', | 245 'ime/input_method_whitelist.h', |
244 'login/auth/auth_attempt_state.cc', | 246 'login/auth/auth_attempt_state.cc', |
245 'login/auth/auth_attempt_state.h', | 247 'login/auth/auth_attempt_state.h', |
246 'login/auth/auth_attempt_state_resolver.cc', | 248 'login/auth/auth_attempt_state_resolver.cc', |
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
676 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 678 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
677 ], | 679 ], |
678 'variables': { | 680 'variables': { |
679 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 681 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
680 'proto_out_dir': 'chromeos/cryptohome', | 682 'proto_out_dir': 'chromeos/cryptohome', |
681 }, | 683 }, |
682 'includes': ['../build/protoc.gypi'], | 684 'includes': ['../build/protoc.gypi'], |
683 }, | 685 }, |
684 ], | 686 ], |
685 } | 687 } |
OLD | NEW |