Chromium Code Reviews| 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 869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 880 # Unit test bundles packaged as an apk. | 880 # Unit test bundles packaged as an apk. |
| 881 '../android_webview/android_webview.gyp:android_webview_test_apk ', | 881 '../android_webview/android_webview.gyp:android_webview_test_apk ', |
| 882 '../android_webview/android_webview.gyp:android_webview_unittest s_apk', | 882 '../android_webview/android_webview.gyp:android_webview_unittest s_apk', |
| 883 '../chrome/android/chrome_apk.gyp:chrome_public_test_apk', | 883 '../chrome/android/chrome_apk.gyp:chrome_public_test_apk', |
| 884 '../chrome/chrome.gyp:chrome_junit_tests', | 884 '../chrome/chrome.gyp:chrome_junit_tests', |
| 885 '../chrome/chrome.gyp:chrome_shell_test_apk', | 885 '../chrome/chrome.gyp:chrome_shell_test_apk', |
| 886 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', | 886 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', |
| 887 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', | 887 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', |
| 888 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', | 888 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', |
| 889 '../chrome/chrome.gyp:unit_tests_apk', | 889 '../chrome/chrome.gyp:unit_tests_apk', |
| 890 '../third_party/custom_tabs_client/src/custom_tabs_client.gyp:cu stom_tabs_client_example_apk', | |
|
pasko
2015/07/07 17:56:11
the comment above suggests adding it to build/andr
| |
| 890 ], | 891 ], |
| 891 }], | 892 }], |
| 892 ], | 893 ], |
| 893 }, | 894 }, |
| 894 { | 895 { |
| 895 # WebRTC Chromium tests to run on Android. | 896 # WebRTC Chromium tests to run on Android. |
| 896 'target_name': 'android_builder_chromium_webrtc', | 897 'target_name': 'android_builder_chromium_webrtc', |
| 897 'type': 'none', | 898 'type': 'none', |
| 898 'dependencies': [ | 899 'dependencies': [ |
| 899 '../build/android/pylib/device/commands/commands.gyp:chromium_comman ds', | 900 '../build/android/pylib/device/commands/commands.gyp:chromium_comman ds', |
| (...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1400 'dependencies': [ | 1401 'dependencies': [ |
| 1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1402 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1402 '../ui/views/views.gyp:views', | 1403 '../ui/views/views.gyp:views', |
| 1403 '../ui/views/views.gyp:views_unittests', | 1404 '../ui/views/views.gyp:views_unittests', |
| 1404 ], | 1405 ], |
| 1405 }, # target_name: macviews_builder | 1406 }, # target_name: macviews_builder |
| 1406 ], # targets | 1407 ], # targets |
| 1407 }], # os=='mac' and toolkit_views==1 | 1408 }], # os=='mac' and toolkit_views==1 |
| 1408 ], # conditions | 1409 ], # conditions |
| 1409 } | 1410 } |
| OLD | NEW |