Chromium Code Reviews| 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 171 'dbus/fake_nfc_manager_client.cc', | 171 'dbus/fake_nfc_manager_client.cc', |
| 172 'dbus/fake_nfc_manager_client.h', | 172 'dbus/fake_nfc_manager_client.h', |
| 173 'dbus/fake_nfc_record_client.cc', | 173 'dbus/fake_nfc_record_client.cc', |
| 174 'dbus/fake_nfc_record_client.h', | 174 'dbus/fake_nfc_record_client.h', |
| 175 'dbus/fake_nfc_tag_client.cc', | 175 'dbus/fake_nfc_tag_client.cc', |
| 176 'dbus/fake_nfc_tag_client.h', | 176 'dbus/fake_nfc_tag_client.h', |
| 177 'dbus/fake_peer_daemon_manager_client.cc', | 177 'dbus/fake_peer_daemon_manager_client.cc', |
| 178 'dbus/fake_peer_daemon_manager_client.h', | 178 'dbus/fake_peer_daemon_manager_client.h', |
| 179 'dbus/fake_permission_broker_client.cc', | 179 'dbus/fake_permission_broker_client.cc', |
| 180 'dbus/fake_permission_broker_client.h', | 180 'dbus/fake_permission_broker_client.h', |
| 181 'dbus/fake_privet_daemon_manager_client.cc', | |
| 182 'dbus/fake_privet_daemon_manager_client.h', | |
|
wtc
2015/03/17 17:31:05
There are two *.gn* files in the chromeos/ directo
dtapuska
2015/03/18 14:28:53
No. these BUILD.gn files use a gyp to gn converter
| |
| 181 'dbus/fake_shill_device_client.cc', | 183 'dbus/fake_shill_device_client.cc', |
| 182 'dbus/fake_shill_device_client.h', | 184 'dbus/fake_shill_device_client.h', |
| 183 'dbus/fake_shill_ipconfig_client.cc', | 185 'dbus/fake_shill_ipconfig_client.cc', |
| 184 'dbus/fake_shill_ipconfig_client.h', | 186 'dbus/fake_shill_ipconfig_client.h', |
| 185 'dbus/fake_shill_manager_client.cc', | 187 'dbus/fake_shill_manager_client.cc', |
| 186 'dbus/fake_shill_manager_client.h', | 188 'dbus/fake_shill_manager_client.h', |
| 187 'dbus/fake_shill_profile_client.cc', | 189 'dbus/fake_shill_profile_client.cc', |
| 188 'dbus/fake_shill_profile_client.h', | 190 'dbus/fake_shill_profile_client.h', |
| 189 'dbus/fake_shill_service_client.cc', | 191 'dbus/fake_shill_service_client.cc', |
| 190 'dbus/fake_shill_service_client.h', | 192 'dbus/fake_shill_service_client.h', |
| (...skipping 30 matching lines...) Expand all Loading... | |
| 221 'dbus/nfc_record_client.cc', | 223 'dbus/nfc_record_client.cc', |
| 222 'dbus/nfc_record_client.h', | 224 'dbus/nfc_record_client.h', |
| 223 'dbus/nfc_tag_client.cc', | 225 'dbus/nfc_tag_client.cc', |
| 224 'dbus/nfc_tag_client.h', | 226 'dbus/nfc_tag_client.h', |
| 225 'dbus/peer_daemon_manager_client.cc', | 227 'dbus/peer_daemon_manager_client.cc', |
| 226 'dbus/peer_daemon_manager_client.h', | 228 'dbus/peer_daemon_manager_client.h', |
| 227 'dbus/permission_broker_client.cc', | 229 'dbus/permission_broker_client.cc', |
| 228 'dbus/permission_broker_client.h', | 230 'dbus/permission_broker_client.h', |
| 229 'dbus/pipe_reader.cc', | 231 'dbus/pipe_reader.cc', |
| 230 'dbus/pipe_reader.h', | 232 'dbus/pipe_reader.h', |
| 233 'dbus/privet_daemon_manager_client.cc', | |
| 234 'dbus/privet_daemon_manager_client.h', | |
|
wtc
2015/03/17 17:31:05
Nit: list "private_*" after "power_*".
dtapuska
2015/03/18 14:28:53
Done.
| |
| 231 'dbus/power_manager_client.cc', | 235 'dbus/power_manager_client.cc', |
| 232 'dbus/power_manager_client.h', | 236 'dbus/power_manager_client.h', |
| 233 'dbus/power_policy_controller.cc', | 237 'dbus/power_policy_controller.cc', |
| 234 'dbus/power_policy_controller.h', | 238 'dbus/power_policy_controller.h', |
| 235 'dbus/services/console_service_provider.cc', | 239 'dbus/services/console_service_provider.cc', |
| 236 'dbus/services/console_service_provider.h', | 240 'dbus/services/console_service_provider.h', |
| 237 'dbus/services/cros_dbus_service.cc', | 241 'dbus/services/cros_dbus_service.cc', |
| 238 'dbus/services/cros_dbus_service.h', | 242 'dbus/services/cros_dbus_service.h', |
| 239 'dbus/services/display_power_service_provider.cc', | 243 'dbus/services/display_power_service_provider.cc', |
| 240 'dbus/services/display_power_service_provider.h', | 244 'dbus/services/display_power_service_provider.h', |
| (...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 706 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 710 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
| 707 ], | 711 ], |
| 708 'variables': { | 712 'variables': { |
| 709 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 713 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
| 710 'proto_out_dir': 'chromeos/cryptohome', | 714 'proto_out_dir': 'chromeos/cryptohome', |
| 711 }, | 715 }, |
| 712 'includes': ['../build/protoc.gypi'], | 716 'includes': ['../build/protoc.gypi'], |
| 713 }, | 717 }, |
| 714 ], | 718 ], |
| 715 } | 719 } |
| OLD | NEW |