| 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 871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 882 # Unit test bundles packaged as an apk. | 882 # Unit test bundles packaged as an apk. |
| 883 '../android_webview/android_webview.gyp:android_webview_test_apk
', | 883 '../android_webview/android_webview.gyp:android_webview_test_apk
', |
| 884 '../android_webview/android_webview.gyp:android_webview_unittest
s_apk', | 884 '../android_webview/android_webview.gyp:android_webview_unittest
s_apk', |
| 885 '../chrome/android/chrome_apk.gyp:chrome_public_test_apk', | 885 '../chrome/android/chrome_apk.gyp:chrome_public_test_apk', |
| 886 '../chrome/chrome.gyp:chrome_junit_tests', | 886 '../chrome/chrome.gyp:chrome_junit_tests', |
| 887 '../chrome/chrome.gyp:chrome_shell_test_apk', | 887 '../chrome/chrome.gyp:chrome_shell_test_apk', |
| 888 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', | 888 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', |
| 889 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', | 889 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', |
| 890 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', | 890 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', |
| 891 '../chrome/chrome.gyp:unit_tests_apk', | 891 '../chrome/chrome.gyp:unit_tests_apk', |
| 892 '../third_party/custom_tabs_client/src/custom_tabs_client.gyp:cu
stom_tabs_client_example_apk', | 892 '../third_party/custom_tabs_client/custom_tabs_client.gyp:custom
_tabs_client_example_apk', |
| 893 ], | 893 ], |
| 894 }], | 894 }], |
| 895 ], | 895 ], |
| 896 }, | 896 }, |
| 897 { | 897 { |
| 898 # WebRTC Chromium tests to run on Android. | 898 # WebRTC Chromium tests to run on Android. |
| 899 'target_name': 'android_builder_chromium_webrtc', | 899 'target_name': 'android_builder_chromium_webrtc', |
| 900 'type': 'none', | 900 'type': 'none', |
| 901 'dependencies': [ | 901 'dependencies': [ |
| 902 '../build/android/pylib/device/commands/commands.gyp:chromium_comman
ds', | 902 '../build/android/pylib/device/commands/commands.gyp:chromium_comman
ds', |
| (...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1445 'dependencies': [ | 1445 'dependencies': [ |
| 1446 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1446 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1447 '../ui/views/views.gyp:views', | 1447 '../ui/views/views.gyp:views', |
| 1448 '../ui/views/views.gyp:views_unittests', | 1448 '../ui/views/views.gyp:views_unittests', |
| 1449 ], | 1449 ], |
| 1450 }, # target_name: macviews_builder | 1450 }, # target_name: macviews_builder |
| 1451 ], # targets | 1451 ], # targets |
| 1452 }], # os=='mac' and toolkit_views==1 | 1452 }], # os=='mac' and toolkit_views==1 |
| 1453 ], # conditions | 1453 ], # conditions |
| 1454 } | 1454 } |
| OLD | NEW |