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

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: try with type fix in base/hash.h 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 284d1006aa6a8101e7f5e6c7b93e3dc1d9572636..ea91c585aeb6383e78c1e99dd749fa0e37de9649 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) {
+ 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