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'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
10 }, | 10 }, |
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
793 '../android_webview/android_webview.gyp:android_webview_test_apk', | 793 '../android_webview/android_webview.gyp:android_webview_test_apk', |
794 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', | 794 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', |
795 '../base/base.gyp:base_unittests_apk', | 795 '../base/base.gyp:base_unittests_apk', |
796 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', | 796 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', |
797 '../cc/cc_tests.gyp:cc_unittests_apk', | 797 '../cc/cc_tests.gyp:cc_unittests_apk', |
798 '../chrome/chrome.gyp:chrome_shell_test_apk', | 798 '../chrome/chrome.gyp:chrome_shell_test_apk', |
799 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', | 799 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', |
800 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', | 800 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', |
801 '../chrome/chrome.gyp:unit_tests_apk', | 801 '../chrome/chrome.gyp:unit_tests_apk', |
802 '../components/components_tests.gyp:components_unittests_apk', | 802 '../components/components_tests.gyp:components_unittests_apk', |
| 803 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', |
803 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 804 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
804 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', | 805 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', |
805 '../content/content_shell_and_tests.gyp:content_unittests_apk', | 806 '../content/content_shell_and_tests.gyp:content_unittests_apk', |
806 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', | 807 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', |
807 '../gpu/gpu.gyp:gl_tests_apk', | 808 '../gpu/gpu.gyp:gl_tests_apk', |
808 '../gpu/gpu.gyp:gpu_unittests_apk', | 809 '../gpu/gpu.gyp:gpu_unittests_apk', |
809 '../ipc/ipc.gyp:ipc_tests_apk', | 810 '../ipc/ipc.gyp:ipc_tests_apk', |
810 '../media/media.gyp:media_unittests_apk', | 811 '../media/media.gyp:media_unittests_apk', |
811 '../net/net.gyp:net_unittests_apk', | 812 '../net/net.gyp:net_unittests_apk', |
812 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 813 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1311 'dependencies': [ | 1312 'dependencies': [ |
1312 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1313 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1313 '../ui/views/views.gyp:views', | 1314 '../ui/views/views.gyp:views', |
1314 '../ui/views/views.gyp:views_unittests', | 1315 '../ui/views/views.gyp:views_unittests', |
1315 ], | 1316 ], |
1316 }, # target_name: macviews_builder | 1317 }, # target_name: macviews_builder |
1317 ], # targets | 1318 ], # targets |
1318 }], # os=='mac' and toolkit_views==1 | 1319 }], # os=='mac' and toolkit_views==1 |
1319 ], # conditions | 1320 ], # conditions |
1320 } | 1321 } |
OLD | NEW |