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