| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 'serial/serial_connection_unittest.cc', | 74 'serial/serial_connection_unittest.cc', |
| 75 "serial/serial_io_handler_posix_unittest.cc", | 75 "serial/serial_io_handler_posix_unittest.cc", |
| 76 'serial/serial_service_unittest.cc', | 76 'serial/serial_service_unittest.cc', |
| 77 'test/run_all_unittests.cc', | 77 'test/run_all_unittests.cc', |
| 78 'test/usb_test_gadget_impl.cc', | 78 'test/usb_test_gadget_impl.cc', |
| 79 'usb/usb_context_unittest.cc', | 79 'usb/usb_context_unittest.cc', |
| 80 'usb/usb_device_filter_unittest.cc', | 80 'usb/usb_device_filter_unittest.cc', |
| 81 'usb/usb_device_handle_unittest.cc', | 81 'usb/usb_device_handle_unittest.cc', |
| 82 'usb/usb_ids_unittest.cc', | 82 'usb/usb_ids_unittest.cc', |
| 83 'usb/usb_service_unittest.cc', | 83 'usb/usb_service_unittest.cc', |
| 84 'usb/webusb_descriptors_unittest.cc', |
| 84 ], | 85 ], |
| 85 'conditions': [ | 86 'conditions': [ |
| 86 ['chromeos==1', { | 87 ['chromeos==1', { |
| 87 'dependencies': [ | 88 'dependencies': [ |
| 88 '../build/linux/system.gyp:dbus', | 89 '../build/linux/system.gyp:dbus', |
| 89 '../chromeos/chromeos.gyp:chromeos_test_support', | 90 '../chromeos/chromeos.gyp:chromeos_test_support', |
| 90 '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock', | 91 '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock', |
| 91 '../dbus/dbus.gyp:dbus', | 92 '../dbus/dbus.gyp:dbus', |
| 92 ], | 93 ], |
| 93 'sources!': [ | 94 'sources!': [ |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 '../build/isolate.gypi', | 219 '../build/isolate.gypi', |
| 219 ], | 220 ], |
| 220 'sources': [ | 221 'sources': [ |
| 221 'device_unittests.isolate', | 222 'device_unittests.isolate', |
| 222 ] | 223 ] |
| 223 } | 224 } |
| 224 ] | 225 ] |
| 225 }] | 226 }] |
| 226 ], | 227 ], |
| 227 } | 228 } |
| OLD | NEW |