Chromium Code Reviews| 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) { |