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

Unified Diff: device/bluetooth/BUILD.gn

Issue 580643002: [Clean-up] Prune unnecessary dependencies from //device/bluetooth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/bluetooth/DEPS » ('j') | device/bluetooth/bluetooth.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/BUILD.gn
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
index 242e269d885c0eabf5b788b20d5f0d1fc24244d6..c28818aa61af737815208227007528deedebc93b 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) {
« no previous file with comments | « no previous file | device/bluetooth/DEPS » ('j') | device/bluetooth/bluetooth.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698