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

Unified Diff: device/serial/serial.gyp

Issue 363853003: Add a basic Mojo SerialService that implements GetDevices(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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 | « device/device_tests.gyp ('k') | device/serial/serial.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/serial.gyp
diff --git a/device/serial/serial.gyp b/device/serial/serial.gyp
index c23a50d7d10db7f88beb9a0afcf4dfb5e47336fa..5c0e386e6c069d1e2bc95be54704cf99522b60f9 100644
--- a/device/serial/serial.gyp
+++ b/device/serial/serial.gyp
@@ -28,8 +28,12 @@
'../../mojo/public/tools/bindings/mojom_bindings_generator.gypi',
],
'dependencies': [
+ '../../mojo/mojo.gyp:mojo_cpp_bindings',
'../../net/net.gyp:net',
],
+ 'export_dependent_settings': [
+ '../../mojo/mojo.gyp:mojo_cpp_bindings',
+ ],
'sources': [
'serial.mojom',
'serial_device_enumerator.cc',
@@ -46,6 +50,8 @@
'serial_io_handler_posix.h',
'serial_io_handler_win.cc',
'serial_io_handler_win.h',
+ 'serial_service_impl.cc',
+ 'serial_service_impl.h',
],
},
],
« no previous file with comments | « device/device_tests.gyp ('k') | device/serial/serial.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698