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

Unified Diff: BUILD.gn

Issue 2024923002: [Android] Add five APK targets to gn_all. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 5e9ba95ee6764ee21c65f271f0a1eb1dfcf97e07..1ecf3c4016caf31c14218bc521f353ebc9ce270f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -329,6 +329,8 @@ group("both_gn_and_gyp") {
"//tools/android:android_tools",
"//tools/android:memconsumer",
"//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/kerberos/SpnegoAuthenticator:spnego_authenticator_apk",
"//tools/cygprofile:cygprofile_unittests",
@@ -342,6 +344,7 @@ group("both_gn_and_gyp") {
if (!is_component_build) {
deps += [
"//components/cronet/android:cronet_package",
+ "//components/cronet/android:cronet_perf_test_apk",
"//components/cronet/android:cronet_sample_apk",
"//components/cronet/android:cronet_sample_test_apk",
"//components/cronet/android:cronet_test_apk",
@@ -358,7 +361,9 @@ group("both_gn_and_gyp") {
"//chrome/android:chrome_junit_tests",
"//chrome/android:chrome_public_apk",
"//chrome/android:chrome_public_test_apk",
+ "//chrome/android:chrome_sync_shell_test_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",
"//third_party/custom_tabs_client:custom_tabs_client_example_apk",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698