OLD | NEW |
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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:android_webview_sh
ell_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 '../chrome/chrome.gyp:chrome_shell_apk', | |
92 '../remoting/remoting.gyp:remoting_apk', | 91 '../remoting/remoting.gyp:remoting_apk', |
93 ], | 92 ], |
94 }], | 93 }], |
95 # TODO: Enable packed relocations for x64. See: b/20532404 | 94 # TODO: Enable packed relocations for x64. See: b/20532404 |
96 ['target_arch != "x64"', { | 95 ['target_arch != "x64"', { |
97 'dependencies': [ | 96 'dependencies': [ |
98 '../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', |
99 ], | 98 ], |
100 }], | 99 }], |
101 ], | 100 ], |
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
870 ['chromecast==0', { | 869 ['chromecast==0', { |
871 'dependencies': [ | 870 'dependencies': [ |
872 '../android_webview/android_webview.gyp:android_webview_unittest
s', | 871 '../android_webview/android_webview.gyp:android_webview_unittest
s', |
873 '../chrome/chrome.gyp:unit_tests', | 872 '../chrome/chrome.gyp:unit_tests', |
874 # Unit test bundles packaged as an apk. | 873 # Unit test bundles packaged as an apk. |
875 '../android_webview/android_webview.gyp:android_webview_test_apk
', | 874 '../android_webview/android_webview.gyp:android_webview_test_apk
', |
876 '../android_webview/android_webview.gyp:android_webview_unittest
s_apk', | 875 '../android_webview/android_webview.gyp:android_webview_unittest
s_apk', |
877 '../chrome/android/chrome_apk.gyp:chrome_public_test_apk', | 876 '../chrome/android/chrome_apk.gyp:chrome_public_test_apk', |
878 '../chrome/android/chrome_apk.gyp:chrome_sync_shell_test_apk', | 877 '../chrome/android/chrome_apk.gyp:chrome_sync_shell_test_apk', |
879 '../chrome/chrome.gyp:chrome_junit_tests', | 878 '../chrome/chrome.gyp:chrome_junit_tests', |
880 '../chrome/chrome.gyp:chrome_shell_test_apk', | |
881 '../chrome/chrome.gyp:chrome_uiautomator_tests', | 879 '../chrome/chrome.gyp:chrome_uiautomator_tests', |
882 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', | 880 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', |
883 '../chrome/chrome.gyp:unit_tests_apk', | 881 '../chrome/chrome.gyp:unit_tests_apk', |
884 '../third_party/custom_tabs_client/custom_tabs_client.gyp:custom
_tabs_client_example_apk', | 882 '../third_party/custom_tabs_client/custom_tabs_client.gyp:custom
_tabs_client_example_apk', |
885 ], | 883 ], |
886 }], | 884 }], |
887 ], | 885 ], |
888 }, | 886 }, |
889 { | 887 { |
890 # WebRTC Chromium tests to run on Android. | 888 # WebRTC Chromium tests to run on Android. |
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1437 'dependencies': [ | 1435 'dependencies': [ |
1438 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1436 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1439 '../ui/views/views.gyp:views', | 1437 '../ui/views/views.gyp:views', |
1440 '../ui/views/views.gyp:views_unittests', | 1438 '../ui/views/views.gyp:views_unittests', |
1441 ], | 1439 ], |
1442 }, # target_name: macviews_builder | 1440 }, # target_name: macviews_builder |
1443 ], # targets | 1441 ], # targets |
1444 }], # os=='mac' and toolkit_views==1 | 1442 }], # os=='mac' and toolkit_views==1 |
1445 ], # conditions | 1443 ], # conditions |
1446 } | 1444 } |
OLD | NEW |