summaryrefslogtreecommitdiffstats
path: root/device/device.gyp
diff options
context:
space:
mode:
authoryoungki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-23 23:11:01 +0000
committeryoungki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-23 23:11:01 +0000
commitb6031ed7c3989bd0d2993052380c6215ca3388cf (patch)
tree0552d45bf6e1409b228cf6688c72af3ae8e1de61 /device/device.gyp
parent22a4ef4489d4aba3e4d2d779940c62f45c538430 (diff)
downloadchromium_src-b6031ed7c3989bd0d2993052380c6215ca3388cf.zip
chromium_src-b6031ed7c3989bd0d2993052380c6215ca3388cf.tar.gz
chromium_src-b6031ed7c3989bd0d2993052380c6215ca3388cf.tar.bz2
Removed DeviceTestSuite, the main source for content dependency from
device/bluetooth side. BUG= Review URL: https://chromiumcodereview.appspot.com/12049042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178412 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/device.gyp')
-rw-r--r--device/device.gyp5
1 files changed, 2 insertions, 3 deletions
diff --git a/device/device.gyp b/device/device.gyp
index 7d3af8e..c31519f 100644
--- a/device/device.gyp
+++ b/device/device.gyp
@@ -11,6 +11,8 @@
'target_name': 'device_bluetooth',
'type': 'static_library',
'dependencies': [
+ '../base/base.gyp:base',
+ '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../chrome/chrome_resources.gyp:chrome_strings',
'../third_party/libxml/libxml.gyp:libxml',
'../ui/ui.gyp:ui'
@@ -132,7 +134,6 @@
'device_bluetooth_mocks',
'device_usb',
'../base/base.gyp:test_support_base',
- '../content/content.gyp:test_support_content',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
],
@@ -144,8 +145,6 @@
'bluetooth/bluetooth_service_record_win_unittest.cc',
'bluetooth/bluetooth_task_manager_win_unittest.cc',
'bluetooth/bluetooth_utils_unittest.cc',
- 'test/device_test_suite.cc',
- 'test/device_test_suite.h',
'test/run_all_unittests.cc',
'usb/usb_ids_unittest.cc',
],