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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'cryptohome/cryptohome_parameters.cc', | 76 'cryptohome/cryptohome_parameters.cc', |
77 'cryptohome/cryptohome_parameters.h', | 77 'cryptohome/cryptohome_parameters.h', |
78 'cryptohome/cryptohome_util.cc', | 78 'cryptohome/cryptohome_util.cc', |
79 'cryptohome/cryptohome_util.h', | 79 'cryptohome/cryptohome_util.h', |
80 'cryptohome/homedir_methods.cc', | 80 'cryptohome/homedir_methods.cc', |
81 'cryptohome/homedir_methods.h', | 81 'cryptohome/homedir_methods.h', |
82 'cryptohome/system_salt_getter.cc', | 82 'cryptohome/system_salt_getter.cc', |
83 'cryptohome/system_salt_getter.h', | 83 'cryptohome/system_salt_getter.h', |
84 'dbus/arc_obb_mounter_client.cc', | 84 'dbus/arc_obb_mounter_client.cc', |
85 'dbus/arc_obb_mounter_client.h', | 85 'dbus/arc_obb_mounter_client.h', |
| 86 'dbus/arc_trace_agent.cc', |
| 87 'dbus/arc_trace_agent.h', |
86 'dbus/audio_node.cc', | 88 'dbus/audio_node.cc', |
87 'dbus/audio_node.h', | 89 'dbus/audio_node.h', |
88 'dbus/auth_policy_client.cc', | 90 'dbus/auth_policy_client.cc', |
89 'dbus/auth_policy_client.h', | 91 'dbus/auth_policy_client.h', |
90 'dbus/blocking_method_caller.cc', | 92 'dbus/blocking_method_caller.cc', |
91 'dbus/blocking_method_caller.h', | 93 'dbus/blocking_method_caller.h', |
92 'dbus/cras_audio_client.cc', | 94 'dbus/cras_audio_client.cc', |
93 'dbus/cras_audio_client.h', | 95 'dbus/cras_audio_client.h', |
94 'dbus/cros_disks_client.cc', | 96 'dbus/cros_disks_client.cc', |
95 'dbus/cros_disks_client.h', | 97 'dbus/cros_disks_client.h', |
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
755 '../build/isolate.gypi', | 757 '../build/isolate.gypi', |
756 ], | 758 ], |
757 'sources': [ | 759 'sources': [ |
758 'chromeos_unittests.isolate', | 760 'chromeos_unittests.isolate', |
759 ], | 761 ], |
760 }, | 762 }, |
761 ], | 763 ], |
762 }], | 764 }], |
763 ], | 765 ], |
764 } | 766 } |
OLD | NEW |