OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'variables': { | 7 'variables': { |
8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
9 'browser_chromeos_sources': [ | 9 'browser_chromeos_sources': [ |
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s | 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s |
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 'browser/chromeos/input_method/input_method_delegate_impl.cc', | 382 'browser/chromeos/input_method/input_method_delegate_impl.cc', |
383 'browser/chromeos/input_method/input_method_delegate_impl.h', | 383 'browser/chromeos/input_method/input_method_delegate_impl.h', |
384 'browser/chromeos/input_method/input_method_engine.cc', | 384 'browser/chromeos/input_method/input_method_engine.cc', |
385 'browser/chromeos/input_method/input_method_engine.h', | 385 'browser/chromeos/input_method/input_method_engine.h', |
386 'browser/chromeos/input_method/input_method_engine_interface.cc', | 386 'browser/chromeos/input_method/input_method_engine_interface.cc', |
387 'browser/chromeos/input_method/input_method_engine_interface.h', | 387 'browser/chromeos/input_method/input_method_engine_interface.h', |
388 'browser/chromeos/input_method/input_method_manager_impl.cc', | 388 'browser/chromeos/input_method/input_method_manager_impl.cc', |
389 'browser/chromeos/input_method/input_method_manager_impl.h', | 389 'browser/chromeos/input_method/input_method_manager_impl.h', |
390 'browser/chromeos/input_method/input_method_persistence.cc', | 390 'browser/chromeos/input_method/input_method_persistence.cc', |
391 'browser/chromeos/input_method/input_method_persistence.h', | 391 'browser/chromeos/input_method/input_method_persistence.h', |
| 392 'browser/chromeos/input_method/input_method_syncer.cc', |
| 393 'browser/chromeos/input_method/input_method_syncer.h', |
392 'browser/chromeos/input_method/input_method_util.cc', | 394 'browser/chromeos/input_method/input_method_util.cc', |
393 'browser/chromeos/input_method/input_method_util.h', | 395 'browser/chromeos/input_method/input_method_util.h', |
394 'browser/chromeos/input_method/mode_indicator_controller.cc', | 396 'browser/chromeos/input_method/mode_indicator_controller.cc', |
395 'browser/chromeos/input_method/mode_indicator_controller.h', | 397 'browser/chromeos/input_method/mode_indicator_controller.h', |
396 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc', | 398 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc', |
397 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h', | 399 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h', |
398 'browser/chromeos/language_preferences.cc', | 400 'browser/chromeos/language_preferences.cc', |
399 'browser/chromeos/language_preferences.h', | 401 'browser/chromeos/language_preferences.h', |
400 'browser/chromeos/locale_change_guard.cc', | 402 'browser/chromeos/locale_change_guard.cc', |
401 'browser/chromeos/locale_change_guard.h', | 403 'browser/chromeos/locale_change_guard.h', |
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1289 'browser/chromeos/attestation/attestation_signed_data.proto', | 1291 'browser/chromeos/attestation/attestation_signed_data.proto', |
1290 ], | 1292 ], |
1291 'variables': { | 1293 'variables': { |
1292 'proto_in_dir': 'browser/chromeos/attestation', | 1294 'proto_in_dir': 'browser/chromeos/attestation', |
1293 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1295 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1294 }, | 1296 }, |
1295 'includes': [ '../build/protoc.gypi' ] | 1297 'includes': [ '../build/protoc.gypi' ] |
1296 }, | 1298 }, |
1297 ], | 1299 ], |
1298 } | 1300 } |
OLD | NEW |