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

Unified Diff: device/serial/serial.gyp

Issue 311313002: Convert SerialDeviceInfo to a Mojo struct. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 6 years, 6 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/DEPS ('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 1f200b905b4b8dfd8343963dc9b00c9c70517d53..f623de9311b795b29cd910cb1363036d55b547b2 100644
--- a/device/serial/serial.gyp
+++ b/device/serial/serial.gyp
@@ -20,7 +20,14 @@
],
}],
],
+ 'variables': {
+ 'mojom_base_output_dir': 'device/serial',
+ },
+ 'includes': [
+ '../../mojo/public/tools/bindings/mojom_bindings_generator.gypi',
+ ],
'sources': [
+ 'serial.mojom',
'serial_device_enumerator.cc',
'serial_device_enumerator.h',
'serial_device_enumerator_linux.cc',
@@ -29,8 +36,6 @@
'serial_device_enumerator_mac.h',
'serial_device_enumerator_win.cc',
'serial_device_enumerator_win.h',
- 'serial_device_info.cc',
- 'serial_device_info.h',
],
},
],
« no previous file with comments | « device/DEPS ('k') | device/serial/serial.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698