| 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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 ], | 431 ], |
| 432 'chromeos_test_sources': [ | 432 'chromeos_test_sources': [ |
| 433 'app_mode/kiosk_oem_manifest_parser_unittest.cc', | 433 'app_mode/kiosk_oem_manifest_parser_unittest.cc', |
| 434 'attestation/attestation_flow_unittest.cc', | 434 'attestation/attestation_flow_unittest.cc', |
| 435 'audio/audio_devices_pref_handler_impl_unittest.cc', | 435 'audio/audio_devices_pref_handler_impl_unittest.cc', |
| 436 'audio/cras_audio_handler_unittest.cc', | 436 'audio/cras_audio_handler_unittest.cc', |
| 437 'cert_loader_unittest.cc', | 437 'cert_loader_unittest.cc', |
| 438 'cryptohome/homedir_methods_unittest.cc', | 438 'cryptohome/homedir_methods_unittest.cc', |
| 439 'cryptohome/system_salt_getter_unittest.cc', | 439 'cryptohome/system_salt_getter_unittest.cc', |
| 440 'dbus/blocking_method_caller_unittest.cc', | 440 'dbus/blocking_method_caller_unittest.cc', |
| 441 'dbus/cras_audio_client_unittest.cc', |
| 441 'dbus/cros_disks_client_unittest.cc', | 442 'dbus/cros_disks_client_unittest.cc', |
| 442 'dbus/dbus_client_bundle_unittest.cc', | 443 'dbus/dbus_client_bundle_unittest.cc', |
| 443 'dbus/fake_easy_unlock_client_unittest.cc', | 444 'dbus/fake_easy_unlock_client_unittest.cc', |
| 444 'dbus/fake_power_manager_client_unittest.cc', | 445 'dbus/fake_power_manager_client_unittest.cc', |
| 445 'dbus/gsm_sms_client_unittest.cc', | 446 'dbus/gsm_sms_client_unittest.cc', |
| 446 'dbus/introspectable_client_unittest.cc', | 447 'dbus/introspectable_client_unittest.cc', |
| 447 'dbus/modem_messaging_client_unittest.cc', | 448 'dbus/modem_messaging_client_unittest.cc', |
| 448 'dbus/nfc_client_unittest.cc', | 449 'dbus/nfc_client_unittest.cc', |
| 449 'dbus/power_policy_controller_unittest.cc', | 450 'dbus/power_policy_controller_unittest.cc', |
| 450 'dbus/privet_daemon_manager_client_unittest.cc', | 451 'dbus/privet_daemon_manager_client_unittest.cc', |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 741 '../build/isolate.gypi', | 742 '../build/isolate.gypi', |
| 742 ], | 743 ], |
| 743 'sources': [ | 744 'sources': [ |
| 744 'chromeos_unittests.isolate', | 745 'chromeos_unittests.isolate', |
| 745 ], | 746 ], |
| 746 }, | 747 }, |
| 747 ], | 748 ], |
| 748 }], | 749 }], |
| 749 ], | 750 ], |
| 750 } | 751 } |
| OLD | NEW |