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

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: GN fix -- ios doesn't compile 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
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index b42cb106811ebe2cc67f40a58e8247f121e1fc22..3fb75ccee7025bba2363814cbeae80b66e9888c1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -609,7 +609,10 @@ group("gn_only") {
deps = []
if (!is_ios) {
- deps += [ "//mojo/common:mojo_common_perftests" ]
+ deps += [
+ "//content/browser/bluetooth/tools:bluetooth_metrics_hash",
+ "//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') | content/browser/bluetooth/tools/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698