| Index: device/device_tests.gyp
|
| diff --git a/device/device_tests.gyp b/device/device_tests.gyp
|
| index bdc387c211fb0c8abf22e1c7d365d64ca4cebde0..c9d29d44f1755aa0820b297ae063f0c70b255c21 100644
|
| --- a/device/device_tests.gyp
|
| +++ b/device/device_tests.gyp
|
| @@ -11,6 +11,7 @@
|
| 'target_name': 'device_unittests',
|
| 'type': '<(gtest_target_type)',
|
| 'dependencies': [
|
| + '../base/base.gyp:run_all_unittests',
|
| '../base/base.gyp:test_support_base',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| @@ -28,7 +29,6 @@
|
| 'bluetooth/bluetooth_service_record_win_unittest.cc',
|
| 'bluetooth/bluetooth_task_manager_win_unittest.cc',
|
| 'bluetooth/bluetooth_utils_unittest.cc',
|
| - 'test/run_all_unittests.cc',
|
| 'usb/usb_ids_unittest.cc',
|
| ],
|
| 'conditions': [
|
|
|