| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 'dbus/shill_device_client.cc', | 203 'dbus/shill_device_client.cc', |
| 204 'dbus/shill_device_client.h', | 204 'dbus/shill_device_client.h', |
| 205 'dbus/shill_ipconfig_client.cc', | 205 'dbus/shill_ipconfig_client.cc', |
| 206 'dbus/shill_ipconfig_client.h', | 206 'dbus/shill_ipconfig_client.h', |
| 207 'dbus/shill_manager_client.cc', | 207 'dbus/shill_manager_client.cc', |
| 208 'dbus/shill_manager_client.h', | 208 'dbus/shill_manager_client.h', |
| 209 'dbus/shill_profile_client.cc', | 209 'dbus/shill_profile_client.cc', |
| 210 'dbus/shill_profile_client.h', | 210 'dbus/shill_profile_client.h', |
| 211 'dbus/shill_service_client.cc', | 211 'dbus/shill_service_client.cc', |
| 212 'dbus/shill_service_client.h', | 212 'dbus/shill_service_client.h', |
| 213 'dbus/shill_third_party_vpn_driver_client.cc', |
| 214 'dbus/shill_third_party_vpn_driver_client.h', |
| 213 'dbus/sms_client.cc', | 215 'dbus/sms_client.cc', |
| 214 'dbus/sms_client.h', | 216 'dbus/sms_client.h', |
| 215 'dbus/system_clock_client.cc', | 217 'dbus/system_clock_client.cc', |
| 216 'dbus/system_clock_client.h', | 218 'dbus/system_clock_client.h', |
| 217 'dbus/update_engine_client.cc', | 219 'dbus/update_engine_client.cc', |
| 218 'dbus/update_engine_client.h', | 220 'dbus/update_engine_client.h', |
| 219 'dbus/volume_state.cc', | 221 'dbus/volume_state.cc', |
| 220 'dbus/volume_state.h', | 222 'dbus/volume_state.h', |
| 221 'disks/disk_mount_manager.cc', | 223 'disks/disk_mount_manager.cc', |
| 222 'disks/disk_mount_manager.h', | 224 'disks/disk_mount_manager.h', |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 674 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 676 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
| 675 ], | 677 ], |
| 676 'variables': { | 678 'variables': { |
| 677 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 679 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
| 678 'proto_out_dir': 'chromeos/cryptohome', | 680 'proto_out_dir': 'chromeos/cryptohome', |
| 679 }, | 681 }, |
| 680 'includes': ['../build/protoc.gypi'], | 682 'includes': ['../build/protoc.gypi'], |
| 681 }, | 683 }, |
| 682 ], | 684 ], |
| 683 } | 685 } |
| OLD | NEW |