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

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: 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
« chromeos/binder/thread.cc ('K') | « chromeos/binder/thread.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..efee24b0f1eef74d0406e5ea260933741366afec 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -406,6 +406,8 @@
'binder/service_manager_proxy.cc',
'binder/service_manager_proxy.h',
'binder/status.h',
+ 'binder/thread.cc',
+ 'binder/thread.h',
'binder/transaction_data.h',
'binder/transaction_data_from_driver.cc',
'binder/transaction_data_from_driver.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': [
« chromeos/binder/thread.cc ('K') | « chromeos/binder/thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698