summaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
authorisherman <isherman@chromium.org>2014-09-29 16:08:50 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-29 23:09:11 +0000
commit16e2f2806a4e505ed1941e2720339499aebea4ea (patch)
tree42112e5a1424487e4a2b64d4e7f5e66c5529e4f4 /device
parentec532179d3934908bc13035f5947fcba897c6e15 (diff)
downloadchromium_src-16e2f2806a4e505ed1941e2720339499aebea4ea.zip
chromium_src-16e2f2806a4e505ed1941e2720339499aebea4ea.tar.gz
chromium_src-16e2f2806a4e505ed1941e2720339499aebea4ea.tar.bz2
[Clean-up] Prune unnecessary dependencies from //device/bluetooth.
BUG=none TEST=none R=keybuk@chromium.org Review URL: https://codereview.chromium.org/580643002 Cr-Commit-Position: refs/heads/master@{#297297}
Diffstat (limited to 'device')
-rw-r--r--device/bluetooth/BUILD.gn4
-rw-r--r--device/bluetooth/DEPS1
-rw-r--r--device/bluetooth/bluetooth.gyp4
3 files changed, 0 insertions, 9 deletions
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
index 242e269..c28818a 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -96,12 +96,8 @@ static_library("bluetooth") {
deps = [
":strings",
"//base",
- "//base/third_party/dynamic_annotations",
"//net",
- "//third_party/libxml",
"//ui/base",
- "//ui/gfx",
- "//ui/gfx/geometry",
]
if (is_chromeos) {
diff --git a/device/bluetooth/DEPS b/device/bluetooth/DEPS
index 93c11ef..bd16359 100644
--- a/device/bluetooth/DEPS
+++ b/device/bluetooth/DEPS
@@ -6,5 +6,4 @@ include_rules = [
"+net/socket",
"+ui/base/l10n",
"+third_party/cros_system_api/dbus",
- "+third_party/libxml/chromium",
]
diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp
index 984eb56..d6b8c7e 100644
--- a/device/bluetooth/bluetooth.gyp
+++ b/device/bluetooth/bluetooth.gyp
@@ -13,12 +13,8 @@
'type': 'static_library',
'dependencies': [
'../../base/base.gyp:base',
- '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../../net/net.gyp:net',
- '../../third_party/libxml/libxml.gyp:libxml',
'../../ui/base/ui_base.gyp:ui_base',
- '../../ui/gfx/gfx.gyp:gfx',
- '../../ui/gfx/gfx.gyp:gfx_geometry',
'bluetooth_strings.gyp:device_bluetooth_strings',
],
'sources': [