| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 'dbus/audio_node.cc', | 86 'dbus/audio_node.cc', |
| 87 'dbus/audio_node.h', | 87 'dbus/audio_node.h', |
| 88 'dbus/blocking_method_caller.cc', | 88 'dbus/blocking_method_caller.cc', |
| 89 'dbus/blocking_method_caller.h', | 89 'dbus/blocking_method_caller.h', |
| 90 'dbus/cras_audio_client.cc', | 90 'dbus/cras_audio_client.cc', |
| 91 'dbus/cras_audio_client.h', | 91 'dbus/cras_audio_client.h', |
| 92 'dbus/cros_disks_client.cc', | 92 'dbus/cros_disks_client.cc', |
| 93 'dbus/cros_disks_client.h', | 93 'dbus/cros_disks_client.h', |
| 94 'dbus/cryptohome_client.cc', | 94 'dbus/cryptohome_client.cc', |
| 95 'dbus/cryptohome_client.h', | 95 'dbus/cryptohome_client.h', |
| 96 'dbus/dbus_client_bundle.cc', | |
| 97 'dbus/dbus_client_bundle.h', | |
| 98 'dbus/dbus_client_types.cc', | 96 'dbus/dbus_client_types.cc', |
| 99 'dbus/dbus_client_types.h', | 97 'dbus/dbus_client_types.h', |
| 98 'dbus/dbus_clients_ash.cc', |
| 99 'dbus/dbus_clients_ash.h', |
| 100 'dbus/dbus_clients_browser.cc', |
| 101 'dbus/dbus_clients_browser.h', |
| 102 'dbus/dbus_clients_common.cc', |
| 103 'dbus/dbus_clients_common.h', |
| 100 'dbus/dbus_method_call_status.cc', | 104 'dbus/dbus_method_call_status.cc', |
| 101 'dbus/dbus_method_call_status.h', | 105 'dbus/dbus_method_call_status.h', |
| 102 'dbus/dbus_thread_manager.cc', | 106 'dbus/dbus_thread_manager.cc', |
| 103 'dbus/dbus_thread_manager.h', | 107 'dbus/dbus_thread_manager.h', |
| 104 'dbus/debug_daemon_client.cc', | 108 'dbus/debug_daemon_client.cc', |
| 105 'dbus/debug_daemon_client.h', | 109 'dbus/debug_daemon_client.h', |
| 106 'dbus/easy_unlock_client.cc', | 110 'dbus/easy_unlock_client.cc', |
| 107 'dbus/easy_unlock_client.h', | 111 'dbus/easy_unlock_client.h', |
| 108 'dbus/fake_arc_obb_mounter_client.cc', | 112 'dbus/fake_arc_obb_mounter_client.cc', |
| 109 'dbus/fake_arc_obb_mounter_client.h', | 113 'dbus/fake_arc_obb_mounter_client.h', |
| (...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 '../build/isolate.gypi', | 730 '../build/isolate.gypi', |
| 727 ], | 731 ], |
| 728 'sources': [ | 732 'sources': [ |
| 729 'chromeos_unittests.isolate', | 733 'chromeos_unittests.isolate', |
| 730 ], | 734 ], |
| 731 }, | 735 }, |
| 732 ], | 736 ], |
| 733 }], | 737 }], |
| 734 ], | 738 ], |
| 735 } | 739 } |
| OLD | NEW |