Commit 5d0af4b4 authored by jbudorick's avatar jbudorick Committed by Commit bot

[Android] Add five APK targets to gn_all.

BUG=

Review-Url: https://codereview.chromium.org/2024923002
Cr-Commit-Position: refs/heads/master@{#396923}
parent ff63a5a0
...@@ -329,6 +329,8 @@ group("both_gn_and_gyp") { ...@@ -329,6 +329,8 @@ group("both_gn_and_gyp") {
"//tools/android:android_tools", "//tools/android:android_tools",
"//tools/android:memconsumer", "//tools/android:memconsumer",
"//tools/android:push_apps_to_background", "//tools/android:push_apps_to_background",
"//tools/android/audio_focus_grabber:audio_focus_grabber_apk",
"//tools/android/customtabs_benchmark:customtabs_benchmark_apk",
"//tools/android/heap_profiler:heap_profiler_unittests", "//tools/android/heap_profiler:heap_profiler_unittests",
"//tools/android/kerberos/SpnegoAuthenticator:spnego_authenticator_apk", "//tools/android/kerberos/SpnegoAuthenticator:spnego_authenticator_apk",
"//tools/cygprofile:cygprofile_unittests", "//tools/cygprofile:cygprofile_unittests",
...@@ -342,6 +344,7 @@ group("both_gn_and_gyp") { ...@@ -342,6 +344,7 @@ group("both_gn_and_gyp") {
if (!is_component_build) { if (!is_component_build) {
deps += [ deps += [
"//components/cronet/android:cronet_package", "//components/cronet/android:cronet_package",
"//components/cronet/android:cronet_perf_test_apk",
"//components/cronet/android:cronet_sample_apk", "//components/cronet/android:cronet_sample_apk",
"//components/cronet/android:cronet_sample_test_apk", "//components/cronet/android:cronet_sample_test_apk",
"//components/cronet/android:cronet_test_apk", "//components/cronet/android:cronet_test_apk",
...@@ -358,7 +361,9 @@ group("both_gn_and_gyp") { ...@@ -358,7 +361,9 @@ group("both_gn_and_gyp") {
"//chrome/android:chrome_junit_tests", "//chrome/android:chrome_junit_tests",
"//chrome/android:chrome_public_apk", "//chrome/android:chrome_public_apk",
"//chrome/android:chrome_public_test_apk", "//chrome/android:chrome_public_test_apk",
"//chrome/android:chrome_sync_shell_test_apk",
"//chrome/test/chromedriver/test/webview_shell:chromedriver_webview_shell_apk", "//chrome/test/chromedriver/test/webview_shell:chromedriver_webview_shell_apk",
"//content/shell/android:chromium_linker_test_apk",
"//content/shell/android:content_shell_test_apk", "//content/shell/android:content_shell_test_apk",
"//third_party/custom_tabs_client:custom_tabs_client_example_apk", "//third_party/custom_tabs_client:custom_tabs_client_example_apk",
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment