Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(840)

Unified Diff: chromeos/chromeos.gyp

Issue 1412863004: arc-bridge: Add the ARC Bridge Service (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698