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

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

Issue 2736053003: [Android] Fix port leak in the forwarder. (Closed)
Patch Set: tedchoc comments Created 3 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 unified diff | Download patch
« no previous file with comments | « base/process/launch_posix.cc ('k') | tools/android/forwarder2/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 group("android_tools") { 7 group("android_tools") {
8 testonly = true
8 deps = [ 9 deps = [
9 "//build/android:wrapper_scripts", 10 "//build/android:wrapper_scripts",
10 "//build/android/pylib/device/commands", 11 "//build/android/pylib/device/commands",
11 "//third_party/android_platform:stack_wrapper", 12 "//third_party/android_platform:stack_wrapper",
12 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", 13 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)",
13 "//tools/android/adb_reboot", 14 "//tools/android/adb_reboot",
14 "//tools/android/file_poller", 15 "//tools/android/file_poller",
15 "//tools/android/forwarder2", 16 "//tools/android/forwarder2",
16 "//tools/android/md5sum", 17 "//tools/android/md5sum",
17 "//tools/android/memtrack_helper:memtrack_helper", 18 "//tools/android/memtrack_helper:memtrack_helper",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "//tools/android/audio_focus_grabber:audio_focus_grabber_apk", 64 "//tools/android/audio_focus_grabber:audio_focus_grabber_apk",
64 ] 65 ]
65 } 66 }
66 67
67 group("push_apps_to_background") { 68 group("push_apps_to_background") {
68 testonly = true 69 testonly = true
69 deps = [ 70 deps = [
70 "//tools/android/push_apps_to_background:push_apps_to_background_apk", 71 "//tools/android/push_apps_to_background:push_apps_to_background_apk",
71 ] 72 ]
72 } 73 }
OLDNEW
« no previous file with comments | « base/process/launch_posix.cc ('k') | tools/android/forwarder2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698