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 'ime/component_extension_ime_manager.cc', | 223 'ime/component_extension_ime_manager.cc', |
224 'ime/component_extension_ime_manager.h', | 224 'ime/component_extension_ime_manager.h', |
225 'ime/composition_text.cc', | 225 'ime/composition_text.cc', |
226 'ime/composition_text.h', | 226 'ime/composition_text.h', |
227 'ime/extension_ime_util.cc', | 227 'ime/extension_ime_util.cc', |
228 'ime/extension_ime_util.h', | 228 'ime/extension_ime_util.h', |
229 'ime/fake_ime_keyboard.cc', | 229 'ime/fake_ime_keyboard.cc', |
230 'ime/fake_ime_keyboard.h', | 230 'ime/fake_ime_keyboard.h', |
231 'ime/ime_keyboard.h', | 231 'ime/ime_keyboard.h', |
232 'ime/ime_keyboard_ozone.cc', | 232 'ime/ime_keyboard_ozone.cc', |
| 233 'ime/ime_keyboard_x11.h', |
233 'ime/ime_keyboard_x11.cc', | 234 'ime/ime_keyboard_x11.cc', |
234 'ime/input_method_delegate.h', | 235 'ime/input_method_delegate.h', |
235 'ime/input_method_descriptor.cc', | 236 'ime/input_method_descriptor.cc', |
236 'ime/input_method_descriptor.h', | 237 'ime/input_method_descriptor.h', |
237 'ime/input_method_manager.cc', | 238 'ime/input_method_manager.cc', |
238 'ime/input_method_manager.h', | 239 'ime/input_method_manager.h', |
239 'ime/input_method_whitelist.cc', | 240 'ime/input_method_whitelist.cc', |
240 'ime/input_method_whitelist.h', | 241 'ime/input_method_whitelist.h', |
241 'login/auth/auth_attempt_state.cc', | 242 'login/auth/auth_attempt_state.cc', |
242 'login/auth/auth_attempt_state.h', | 243 'login/auth/auth_attempt_state.h', |
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
673 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 674 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
674 ], | 675 ], |
675 'variables': { | 676 'variables': { |
676 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 677 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
677 'proto_out_dir': 'chromeos/cryptohome', | 678 'proto_out_dir': 'chromeos/cryptohome', |
678 }, | 679 }, |
679 'includes': ['../build/protoc.gypi'], | 680 'includes': ['../build/protoc.gypi'], |
680 }, | 681 }, |
681 ], | 682 ], |
682 } | 683 } |
OLD | NEW |