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

Side by Side Diff: tools/perf/BUILD.gn

Issue 1663103004: Create wrapper scripts that set --output-directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@adb_gdb-explicit
Patch Set: todo + adb_gdb Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « tools/android/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 group("perf") { 5 if (!is_android) {
6 deps = [ 6 group("perf") {
7 "//tools/perf/chrome_telemetry_build:telemetry_chrome_test", 7 deps = [
8 ] 8 "//tools/perf/chrome_telemetry_build:telemetry_chrome_test",
9 ]
9 10
10 data = [ 11 data = [
11 "//tools/perf/", 12 "//tools/perf/",
12 13
13 # Field trial config 14 # Field trial config
14 "//tools/variations/", 15 "//tools/variations/",
15 "//testing/variations/", 16 "//testing/variations/",
16 ] 17 ]
18 }
17 } 19 }
20
21 if (is_android) {
22 import("//build/config/android/rules.gni")
23
24 wrapper_script("run_benchmark_wrapper") {
25 target = "run_benchmark"
26 flag_name = "--chromium-output-directory"
27 }
28 }
OLDNEW
« no previous file with comments | « tools/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698