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

Unified Diff: device/device_tests.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 | « no previous file | device/serial/serial.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/device_tests.gyp
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index 24522545d1381d16c0d6e64132b67003c0586a8c..29667d45520f782b03f6333a68b733eb02eca1b5 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -11,8 +11,9 @@
'target_name': 'device_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
- '../base/base.gyp:run_all_unittests',
'../base/base.gyp:test_support_base',
+ '../mojo/mojo.gyp:mojo_environment_chromium',
+ '../mojo/mojo.gyp:mojo_system_impl',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'bluetooth/bluetooth.gyp:device_bluetooth',
@@ -20,6 +21,7 @@
'nfc/nfc.gyp:device_nfc',
'usb/usb.gyp:device_usb',
'hid/hid.gyp:device_hid',
+ 'serial/serial.gyp:device_serial',
],
'sources': [
'bluetooth/bluetooth_adapter_mac_unittest.mm',
@@ -41,6 +43,8 @@
'hid/hid_report_descriptor_unittest.cc',
'hid/hid_service_unittest.cc',
'hid/input_service_linux_unittest.cc',
+ 'serial/serial_service_unittest.cc',
+ 'test/run_all_unittests.cc',
],
'conditions': [
['chromeos==1', {
« no previous file with comments | « no previous file | device/serial/serial.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698