Chromium Code Reviews| Index: chromeos/chromeos.gyp |
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp |
| index 5400439238e9295aebb541fa0a7926d81d11aa03..17a4ae33ccb0a7c7744d10d7ad84afef08324686 100644 |
| --- a/chromeos/chromeos.gyp |
| +++ b/chromeos/chromeos.gyp |
| @@ -13,6 +13,10 @@ |
| 'accelerometer/accelerometer_types.h', |
| 'app_mode/kiosk_oem_manifest_parser.cc', |
| 'app_mode/kiosk_oem_manifest_parser.h', |
| + 'arc/bridge/arc_bridge_service.cc', |
| + 'arc/bridge/arc_bridge_service_factory.cc', |
| + 'arc/libarcbridge/arc_bridge.cc', |
| + 'arc/libarcbridge/arc_message_generator.cc', |
|
satorux1
2015/10/23 06:10:58
the last two lines should belong to the other pat
Luis Héctor Chávez
2015/10/27 00:37:48
Probably. I'll move it.
|
| 'attestation/attestation_constants.cc', |
| 'attestation/attestation_constants.h', |
| 'attestation/attestation_flow.cc', |
| @@ -466,6 +470,7 @@ |
| ], |
| 'chromeos_test_sources': [ |
| 'app_mode/kiosk_oem_manifest_parser_unittest.cc', |
| + 'arc/bridge/arc_bridge_service_unittest.cc', |
| 'attestation/attestation_flow_unittest.cc', |
| 'audio/audio_devices_pref_handler_impl_unittest.cc', |
| 'audio/cras_audio_handler_unittest.cc', |
| @@ -668,11 +673,13 @@ |
| '../base/base.gyp:test_support_base', |
| '../build/linux/system.gyp:dbus', |
| '../build/linux/system.gyp:ssl', |
| + '../components/components.gyp:keyed_service_core', |
| '../components/components.gyp:onc_component', |
| '../components/components.gyp:proxy_config', |
| '../crypto/crypto.gyp:crypto', |
| '../crypto/crypto.gyp:crypto_test_support', |
| '../dbus/dbus.gyp:dbus_test_support', |
| + '../ipc/ipc.gyp:ipc', |
| '../google_apis/google_apis.gyp:google_apis', |
| '../net/net.gyp:net', |
| '../net/net.gyp:net_test_support', |