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

Side by Side Diff: build/all.gyp

Issue 1364593002: Refactor android_webview_shell and its tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « android_webview/tools/WebViewShellTest/src/org/chromium/webview_shell/test/WebViewLayoutTestRunner.java ('k') | no next file » | 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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 # TODO(nyquist) This should instead by a target for sync when all of 78 # TODO(nyquist) This should instead by a target for sync when all of
79 # the sync-related code for Android has been upstreamed. 79 # the sync-related code for Android has been upstreamed.
80 # See http://crbug.com/159203 80 # See http://crbug.com/159203
81 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib', 81 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib',
82 ], 82 ],
83 'conditions': [ 83 'conditions': [
84 ['chromecast==0', { 84 ['chromecast==0', {
85 'dependencies': [ 85 'dependencies': [
86 '../android_webview/android_webview.gyp:android_webview_apk', 86 '../android_webview/android_webview.gyp:android_webview_apk',
87 '../android_webview/android_webview.gyp:system_webview_apk', 87 '../android_webview/android_webview.gyp:system_webview_apk',
88 '../android_webview/android_webview_shell.gyp:android_webview_sh ell_apk', 88 '../android_webview/android_webview_shell.gyp:system_webview_she ll_apk',
89 '../chrome/android/chrome_apk.gyp:chrome_public_apk', 89 '../chrome/android/chrome_apk.gyp:chrome_public_apk',
90 '../chrome/android/chrome_apk.gyp:chrome_sync_shell_apk', 90 '../chrome/android/chrome_apk.gyp:chrome_sync_shell_apk',
91 '../remoting/remoting.gyp:remoting_apk', 91 '../remoting/remoting.gyp:remoting_apk',
92 ], 92 ],
93 }], 93 }],
94 # TODO: Enable packed relocations for x64. See: b/20532404 94 # TODO: Enable packed relocations for x64. See: b/20532404
95 ['target_arch != "x64"', { 95 ['target_arch != "x64"', {
96 'dependencies': [ 96 'dependencies': [
97 '../third_party/android_platform/relocation_packer.gyp:android_r elocation_packer_unittests#host', 97 '../third_party/android_platform/relocation_packer.gyp:android_r elocation_packer_unittests#host',
98 ], 98 ],
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_apk', 863 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_apk',
864 ], 864 ],
865 'conditions': [ 865 'conditions': [
866 ['chromecast==0', { 866 ['chromecast==0', {
867 'dependencies': [ 867 'dependencies': [
868 '../android_webview/android_webview.gyp:android_webview_unittest s', 868 '../android_webview/android_webview.gyp:android_webview_unittest s',
869 '../chrome/chrome.gyp:unit_tests', 869 '../chrome/chrome.gyp:unit_tests',
870 # Unit test bundles packaged as an apk. 870 # Unit test bundles packaged as an apk.
871 '../android_webview/android_webview.gyp:android_webview_test_apk ', 871 '../android_webview/android_webview.gyp:android_webview_test_apk ',
872 '../android_webview/android_webview.gyp:android_webview_unittest s_apk', 872 '../android_webview/android_webview.gyp:android_webview_unittest s_apk',
873 '../android_webview/android_webview_shell.gyp:system_webview_she ll_layout_test_apk',
874 '../android_webview/android_webview_shell.gyp:system_webview_she ll_page_cycler_apk',
873 '../chrome/android/chrome_apk.gyp:chrome_public_test_apk', 875 '../chrome/android/chrome_apk.gyp:chrome_public_test_apk',
874 '../chrome/android/chrome_apk.gyp:chrome_sync_shell_test_apk', 876 '../chrome/android/chrome_apk.gyp:chrome_sync_shell_test_apk',
875 '../chrome/chrome.gyp:chrome_junit_tests', 877 '../chrome/chrome.gyp:chrome_junit_tests',
876 '../chrome/chrome.gyp:chrome_uiautomator_tests', 878 '../chrome/chrome.gyp:chrome_uiautomator_tests',
877 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', 879 '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
878 '../chrome/chrome.gyp:unit_tests_apk', 880 '../chrome/chrome.gyp:unit_tests_apk',
879 '../third_party/custom_tabs_client/custom_tabs_client.gyp:custom _tabs_client_example_apk', 881 '../third_party/custom_tabs_client/custom_tabs_client.gyp:custom _tabs_client_example_apk',
880 ], 882 ],
881 }], 883 }],
882 ], 884 ],
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1432 'dependencies': [ 1434 'dependencies': [
1433 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1435 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1434 '../ui/views/views.gyp:views', 1436 '../ui/views/views.gyp:views',
1435 '../ui/views/views.gyp:views_unittests', 1437 '../ui/views/views.gyp:views_unittests',
1436 ], 1438 ],
1437 }, # target_name: macviews_builder 1439 }, # target_name: macviews_builder
1438 ], # targets 1440 ], # targets
1439 }], # os=='mac' and toolkit_views==1 1441 }], # os=='mac' and toolkit_views==1
1440 ], # conditions 1442 ], # conditions
1441 } 1443 }
OLDNEW
« no previous file with comments | « android_webview/tools/WebViewShellTest/src/org/chromium/webview_shell/test/WebViewLayoutTestRunner.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698