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

Unified Diff: BUILD.gn

Issue 1885073003: bluetooth: Create bluetooth_metrics_hash tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only build on target; don't build on ios or android Created 4 years, 8 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 | content/browser/bluetooth/bluetooth_metrics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index d89ba2cf03c3985fb25302d1c9f302b8b70f4620..04d376b1526e60ec5d36ecf8e4bbc896bd04a2d4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -620,6 +620,10 @@ group("gn_only") {
deps += [ "//mojo/common:mojo_common_perftests" ]
}
+ if (!is_android && !is_ios) {
Dirk Pranke 2016/04/24 20:23:03 nit: you might want && !is_chromeos here also.
scheib 2016/04/25 19:18:27 I considered. So, it works on chromeos builds (at
+ deps += [ "//content/browser/bluetooth/tools:bluetooth_metrics_hash" ]
+ }
+
if (!is_android && !is_ios && !is_chromeos) {
deps += [ "//components/proximity_auth:proximity_auth_unittests" ]
}
« no previous file with comments | « no previous file | content/browser/bluetooth/bluetooth_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698