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

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: addressed jyasskin's comments 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 cd0e8e494d7325a35bb74f59222c5c83a3e40345..fa6fb2e8c8226679023fa77222ef50bba7bb685a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -608,7 +608,10 @@ group("gn_only") {
deps = []
if (!is_ios) {
- deps += [ "//mojo/common:mojo_common_perftests" ]
+ deps += [
+ "//content/browser/bluetooth/tools:bluetooth_metrics_hash",
Dirk Pranke 2016/04/15 22:57:10 this'll result in building an android executable o
scheib 2016/04/15 23:04:43 No, but my intent is to keep the tool and config a
+ "//mojo/common:mojo_common_perftests",
+ ]
}
if (!is_android && !is_ios && !is_chromeos) {
« 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