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

Side by Side Diff: build/all.gyp

Issue 769113003: [Android] Build chromedriver_webview_shell_apk and install it on the chromedriver bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « no previous file | build/android/buildbot/bb_run_bot.py » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 '../ui/events/events.gyp:events_unittests', 836 '../ui/events/events.gyp:events_unittests',
837 # Unit test bundles packaged as an apk. 837 # Unit test bundles packaged as an apk.
838 '../android_webview/android_webview.gyp:android_webview_test_apk', 838 '../android_webview/android_webview.gyp:android_webview_test_apk',
839 '../android_webview/android_webview.gyp:android_webview_unittests_ap k', 839 '../android_webview/android_webview.gyp:android_webview_unittests_ap k',
840 '../base/base.gyp:base_unittests_apk', 840 '../base/base.gyp:base_unittests_apk',
841 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', 841 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
842 '../cc/cc_tests.gyp:cc_unittests_apk', 842 '../cc/cc_tests.gyp:cc_unittests_apk',
843 '../chrome/chrome.gyp:chrome_shell_test_apk', 843 '../chrome/chrome.gyp:chrome_shell_test_apk',
844 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', 844 '../chrome/chrome.gyp:chrome_sync_shell_test_apk',
845 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', 845 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
846 '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
846 '../chrome/chrome.gyp:unit_tests_apk', 847 '../chrome/chrome.gyp:unit_tests_apk',
847 '../components/components_tests.gyp:components_unittests_apk', 848 '../components/components_tests.gyp:components_unittests_apk',
848 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 849 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
849 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', 850 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
850 '../content/content_shell_and_tests.gyp:content_unittests_apk', 851 '../content/content_shell_and_tests.gyp:content_unittests_apk',
851 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk', 852 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
852 '../gpu/gpu.gyp:gl_tests_apk', 853 '../gpu/gpu.gyp:gl_tests_apk',
853 '../gpu/gpu.gyp:gpu_unittests_apk', 854 '../gpu/gpu.gyp:gpu_unittests_apk',
854 '../ipc/ipc.gyp:ipc_tests_apk', 855 '../ipc/ipc.gyp:ipc_tests_apk',
855 '../media/media.gyp:media_unittests_apk', 856 '../media/media.gyp:media_unittests_apk',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 'dependencies': [ 1380 'dependencies': [
1380 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1381 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1381 '../ui/views/views.gyp:views', 1382 '../ui/views/views.gyp:views',
1382 '../ui/views/views.gyp:views_unittests', 1383 '../ui/views/views.gyp:views_unittests',
1383 ], 1384 ],
1384 }, # target_name: macviews_builder 1385 }, # target_name: macviews_builder
1385 ], # targets 1386 ], # targets
1386 }], # os=='mac' and toolkit_views==1 1387 }], # os=='mac' and toolkit_views==1
1387 ], # conditions 1388 ], # conditions
1388 } 1389 }
OLDNEW
« no previous file with comments | « no previous file | build/android/buildbot/bb_run_bot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698