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

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

Issue 2351003002: Remove GYP annotations from chrome, ui, tools GN files. (Closed)
Patch Set: Created 4 years, 3 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 | « chrome/tools/build/win/syzygy/BUILD.gn ('k') | tools/android/audio_focus_grabber/BUILD.gn » ('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 #
8 # GYP: //tools/android/android_tools.gyp:android_tools
9 group("android_tools") { 7 group("android_tools") {
10 deps = [ 8 deps = [
11 "//build/android:wrapper_scripts", 9 "//build/android:wrapper_scripts",
12 "//third_party/android_platform:stack_wrapper", 10 "//third_party/android_platform:stack_wrapper",
13 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", 11 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)",
14 "//tools/android/adb_reboot", 12 "//tools/android/adb_reboot",
15 "//tools/android/file_poller", 13 "//tools/android/file_poller",
16 "//tools/android/forwarder2", 14 "//tools/android/forwarder2",
17 "//tools/android/md5sum", 15 "//tools/android/md5sum",
18 "//tools/android/memtrack_helper:memtrack_helper", 16 "//tools/android/memtrack_helper:memtrack_helper",
19 "//tools/android/purge_ashmem", 17 "//tools/android/purge_ashmem",
20 "//tools/perf:run_benchmark_wrapper", 18 "//tools/perf:run_benchmark_wrapper",
21 ] 19 ]
22 } 20 }
23 21
24 # GYP: //tools/android/android_tools.gyp:memdump
25 group("memdump") { 22 group("memdump") {
26 deps = [ 23 deps = [
27 "//tools/android/memdump", 24 "//tools/android/memdump",
28 ] 25 ]
29 } 26 }
30 27
31 # GYP: //tools/android/android_tools.gyp:memconsumer
32 group("memconsumer") { 28 group("memconsumer") {
33 deps = [ 29 deps = [
34 "//tools/android/memconsumer:memconsumer_apk", 30 "//tools/android/memconsumer:memconsumer_apk",
35 ] 31 ]
36 } 32 }
37 33
38 # GYP: //tools/android/android_tools.gyp:memtrack_helper
39 group("memtrack_helper") { 34 group("memtrack_helper") {
40 deps = [ 35 deps = [
41 "//tools/android/memtrack_helper", 36 "//tools/android/memtrack_helper",
42 ] 37 ]
43 } 38 }
44 39
45 # GYP: //tools/android/android_tools.gyp:ps_ext
46 group("ps_ext") { 40 group("ps_ext") {
47 deps = [ 41 deps = [
48 "//tools/android/ps_ext", 42 "//tools/android/ps_ext",
49 ] 43 ]
50 } 44 }
51 45
52 # GYP: //tools/android/android_tools.gyp:spnego_authenticator
53 group("spnego_authenticator") { 46 group("spnego_authenticator") {
54 testonly = true 47 testonly = true
55 deps = [ 48 deps = [
56 "//tools/android/kerberos/SpnegoAuthenticator:spnego_authenticator_apk", 49 "//tools/android/kerberos/SpnegoAuthenticator:spnego_authenticator_apk",
57 ] 50 ]
58 } 51 }
59 52
60 # GYP: //tools/android/android_tools.gyp:customtabs_benchmark
61 group("customtabs_benchmark") { 53 group("customtabs_benchmark") {
62 deps = [ 54 deps = [
63 "//tools/android/customtabs_benchmark:customtabs_benchmark_apk", 55 "//tools/android/customtabs_benchmark:customtabs_benchmark_apk",
64 ] 56 ]
65 } 57 }
66 58
67 # GYP: //tools/android/android_tools.gyp:audio_focus_grabber
68 group("audio_focus_grabber") { 59 group("audio_focus_grabber") {
69 testonly = true 60 testonly = true
70 deps = [ 61 deps = [
71 "//tools/android/audio_focus_grabber:audio_focus_grabber_apk", 62 "//tools/android/audio_focus_grabber:audio_focus_grabber_apk",
72 ] 63 ]
73 } 64 }
74 65
75 # GYP: //tools/android/android_tools.gyp:push_apps_to_background
76 group("push_apps_to_background") { 66 group("push_apps_to_background") {
77 testonly = true 67 testonly = true
78 deps = [ 68 deps = [
79 "//tools/android/push_apps_to_background:push_apps_to_background_apk", 69 "//tools/android/push_apps_to_background:push_apps_to_background_apk",
80 ] 70 ]
81 } 71 }
OLDNEW
« no previous file with comments | « chrome/tools/build/win/syzygy/BUILD.gn ('k') | tools/android/audio_focus_grabber/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698