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

Unified Diff: chromeos/chromeos.gyp

Issue 1575313002: Add CommandBroker::OnTransaction to handle incoming transactions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment Created 4 years, 11 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
« no previous file with comments | « chromeos/binder/test_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index b7da472994c3f3bb25534ca928e01cd6a1b7ee27..a8f27fcc5085ff62b105b1c1fba9aa987624efff 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -398,6 +398,8 @@
'binder/constants.h',
'binder/driver.cc',
'binder/driver.h',
+ 'binder/ipc_thread.cc',
+ 'binder/ipc_thread.h',
'binder/local_object.cc',
'binder/local_object.h',
'binder/object.h',
@@ -423,7 +425,10 @@
'binder/command_broker_unittest.cc',
'binder/command_stream_unittest.cc',
'binder/driver_unittest.cc',
+ 'binder/end_to_end_unittest.cc',
'binder/service_manager_proxy_unittest.cc',
+ 'binder/test_service.cc',
+ 'binder/test_service.h',
'binder/transaction_data_read_write_unittest.cc',
],
'chromeos_test_sources': [
« no previous file with comments | « chromeos/binder/test_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698