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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 'dbus/power_manager_client.cc', | 209 'dbus/power_manager_client.cc', |
210 'dbus/power_manager_client.h', | 210 'dbus/power_manager_client.h', |
211 'dbus/power_policy_controller.cc', | 211 'dbus/power_policy_controller.cc', |
212 'dbus/power_policy_controller.h', | 212 'dbus/power_policy_controller.h', |
213 'dbus/privet_daemon_client.cc', | 213 'dbus/privet_daemon_client.cc', |
214 'dbus/privet_daemon_client.h', | 214 'dbus/privet_daemon_client.h', |
215 'dbus/services/console_service_provider.cc', | 215 'dbus/services/console_service_provider.cc', |
216 'dbus/services/console_service_provider.h', | 216 'dbus/services/console_service_provider.h', |
217 'dbus/services/cros_dbus_service.cc', | 217 'dbus/services/cros_dbus_service.cc', |
218 'dbus/services/cros_dbus_service.h', | 218 'dbus/services/cros_dbus_service.h', |
| 219 'dbus/services/display_power_service_provider.cc', |
| 220 'dbus/services/display_power_service_provider.h', |
219 'dbus/services/liveness_service_provider.cc', | 221 'dbus/services/liveness_service_provider.cc', |
220 'dbus/services/liveness_service_provider.h', | 222 'dbus/services/liveness_service_provider.h', |
221 'dbus/services/proxy_resolution_service_provider.cc', | 223 'dbus/services/proxy_resolution_service_provider.cc', |
222 'dbus/services/proxy_resolution_service_provider.h', | 224 'dbus/services/proxy_resolution_service_provider.h', |
223 'dbus/session_manager_client.cc', | 225 'dbus/session_manager_client.cc', |
224 'dbus/session_manager_client.h', | 226 'dbus/session_manager_client.h', |
225 'dbus/shill_client_helper.cc', | 227 'dbus/shill_client_helper.cc', |
226 'dbus/shill_client_helper.h', | 228 'dbus/shill_client_helper.h', |
227 'dbus/shill_device_client.cc', | 229 'dbus/shill_device_client.cc', |
228 'dbus/shill_device_client.h', | 230 'dbus/shill_device_client.h', |
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
714 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 716 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
715 ], | 717 ], |
716 'variables': { | 718 'variables': { |
717 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 719 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
718 'proto_out_dir': 'chromeos/cryptohome', | 720 'proto_out_dir': 'chromeos/cryptohome', |
719 }, | 721 }, |
720 'includes': ['../build/protoc.gypi'], | 722 'includes': ['../build/protoc.gypi'], |
721 }, | 723 }, |
722 ], | 724 ], |
723 } | 725 } |
OLD | NEW |