summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos.gyp
diff options
context:
space:
mode:
authorhashimoto <hashimoto@chromium.org>2016-01-11 21:58:54 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-12 06:00:22 +0000
commit7c8426e2d6ac9c1180fe0b71797eed727538b698 (patch)
treefea58cd01d380f8677241a077b92ff1a8ea22343 /chromeos/chromeos.gyp
parent2d1bfc4ce8d4b4e66a7bec62b4bcc728da877995 (diff)
downloadchromium_src-7c8426e2d6ac9c1180fe0b71797eed727538b698.zip
chromium_src-7c8426e2d6ac9c1180fe0b71797eed727538b698.tar.gz
chromium_src-7c8426e2d6ac9c1180fe0b71797eed727538b698.tar.bz2
Add ServiceManager
Service manger is the entry point in the binder world. It's used to expose objects, and to get objects exposed by other objects. BUG=563282 Review URL: https://codereview.chromium.org/1569003003 Cr-Commit-Position: refs/heads/master@{#368807}
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r--chromeos/chromeos.gyp7
1 files changed, 5 insertions, 2 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 61bb964..b7da472 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -210,14 +210,14 @@
'disks/disk_mount_manager.h',
'disks/suspend_unmount_manager.cc',
'disks/suspend_unmount_manager.h',
- 'hugepage_text/hugepage_text.cc',
- 'hugepage_text/hugepage_text.h',
'geolocation/geoposition.cc',
'geolocation/geoposition.h',
'geolocation/simple_geolocation_provider.cc',
'geolocation/simple_geolocation_provider.h',
'geolocation/simple_geolocation_request.cc',
'geolocation/simple_geolocation_request.h',
+ 'hugepage_text/hugepage_text.cc',
+ 'hugepage_text/hugepage_text.h',
'login/auth/auth_attempt_state.cc',
'login/auth/auth_attempt_state.h',
'login/auth/auth_attempt_state_resolver.cc',
@@ -403,6 +403,8 @@
'binder/object.h',
'binder/remote_object.cc',
'binder/remote_object.h',
+ 'binder/service_manager_proxy.cc',
+ 'binder/service_manager_proxy.h',
'binder/status.h',
'binder/transaction_data.h',
'binder/transaction_data_from_driver.cc',
@@ -421,6 +423,7 @@
'binder/command_broker_unittest.cc',
'binder/command_stream_unittest.cc',
'binder/driver_unittest.cc',
+ 'binder/service_manager_proxy_unittest.cc',
'binder/transaction_data_read_write_unittest.cc',
],
'chromeos_test_sources': [