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

Unified Diff: device/bluetooth/BUILD.gn

Issue 1484643002: Make //device pass "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « device/BUILD.gn ('k') | device/devices_app/BUILD.gn » ('j') | no next file with comments »
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 aae32f6c597bd656229446d63dfe7d184f07e5ff..4bfdaec20e88e52400bcec4ca736dd4ee31467cf 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -116,10 +116,11 @@ component("bluetooth") {
deps = [
"//base",
"//crypto",
+ "//device/bluetooth/strings",
+ "//device/bluetooth/uribeacon",
+ "//ipc",
"//net",
"//ui/base",
- "strings",
- "uribeacon",
]
if (is_android) {
« no previous file with comments | « device/BUILD.gn ('k') | device/devices_app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698