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

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

Issue 1638483002: Update references to tools/telemetry in .gn, .gyp & .isolate files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent of tools/perf/chrome_telemetry_build/telemetry_chrome_test.isolate 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 | « content/content_tests.gypi ('k') | tools/android/android_tools.gyp » ('j') | 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 # Intermediate target grouping the android tools needed to run native 5 # Intermediate target grouping the android tools needed to run native
6 # unittests and instrumentation test apks. 6 # unittests and instrumentation test apks.
7 # 7 #
8 # GYP: //tools/android/android_tools.gyp:android_tools 8 # GYP: //tools/android/android_tools.gyp:android_tools
9 group("android_tools") { 9 group("android_tools") {
10 deps = [ 10 deps = [
11 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)",
11 "//tools/android/adb_reboot", 12 "//tools/android/adb_reboot",
12 "//tools/android/file_poller", 13 "//tools/android/file_poller",
13 "//tools/android/forwarder2", 14 "//tools/android/forwarder2",
14 "//tools/android/md5sum", 15 "//tools/android/md5sum",
15 "//tools/android/memtrack_helper:memtrack_helper", 16 "//tools/android/memtrack_helper:memtrack_helper",
16 "//tools/android/purge_ashmem", 17 "//tools/android/purge_ashmem",
17 "//tools/telemetry:bitmaptools($host_toolchain)",
18 ] 18 ]
19 } 19 }
20 20
21 # GYP: //tools/android/android_tools.gyp:heap_profiler 21 # GYP: //tools/android/android_tools.gyp:heap_profiler
22 group("heap_profiler") { 22 group("heap_profiler") {
23 deps = [ 23 deps = [
24 "//tools/android/heap_profiler:heap_dump", 24 "//tools/android/heap_profiler:heap_dump",
25 "//tools/android/heap_profiler:heap_profiler", 25 "//tools/android/heap_profiler:heap_profiler",
26 ] 26 ]
27 } 27 }
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 ] 69 ]
70 } 70 }
71 71
72 # GYP: //tools/android/android_tools.gyp:audio_focus_grabber 72 # GYP: //tools/android/android_tools.gyp:audio_focus_grabber
73 group("audio_focus_grabber") { 73 group("audio_focus_grabber") {
74 testonly = true 74 testonly = true
75 deps = [ 75 deps = [
76 "//tools/android/audio_focus_grabber:audio_focus_grabber_apk", 76 "//tools/android/audio_focus_grabber:audio_focus_grabber_apk",
77 ] 77 ]
78 } 78 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | tools/android/android_tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698