| 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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 762 '../media/media.gyp:media_unittests', | 762 '../media/media.gyp:media_unittests', |
| 763 '../net/net.gyp:net_unittests', | 763 '../net/net.gyp:net_unittests', |
| 764 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', | 764 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', |
| 765 '../sql/sql.gyp:sql_unittests', | 765 '../sql/sql.gyp:sql_unittests', |
| 766 '../sync/sync.gyp:sync_unit_tests', | 766 '../sync/sync.gyp:sync_unit_tests', |
| 767 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 767 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 768 '../third_party/WebKit/public/all.gyp:*', | 768 '../third_party/WebKit/public/all.gyp:*', |
| 769 '../tools/android/android_tools.gyp:android_tools', | 769 '../tools/android/android_tools.gyp:android_tools', |
| 770 '../tools/android/android_tools.gyp:memconsumer', | 770 '../tools/android/android_tools.gyp:memconsumer', |
| 771 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', | 771 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', |
| 772 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_stripped', | |
| 773 '../ui/events/events.gyp:events_unittests', | 772 '../ui/events/events.gyp:events_unittests', |
| 774 '../ui/ui_unittests.gyp:ui_unittests', | 773 '../ui/ui_unittests.gyp:ui_unittests', |
| 775 # Unit test bundles packaged as an apk. | 774 # Unit test bundles packaged as an apk. |
| 776 '../android_webview/android_webview.gyp:android_webview_test_apk', | 775 '../android_webview/android_webview.gyp:android_webview_test_apk', |
| 777 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', | 776 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', |
| 778 '../base/base.gyp:base_unittests_apk', | 777 '../base/base.gyp:base_unittests_apk', |
| 779 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', | 778 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', |
| 780 '../cc/cc_tests.gyp:cc_unittests_apk', | 779 '../cc/cc_tests.gyp:cc_unittests_apk', |
| 781 '../chrome/chrome.gyp:chrome_shell_test_apk', | 780 '../chrome/chrome.gyp:chrome_shell_test_apk', |
| 782 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', | 781 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', |
| 783 '../chrome/chrome.gyp:unit_tests_apk', | 782 '../chrome/chrome.gyp:unit_tests_apk', |
| 784 '../components/components_tests.gyp:components_unittests_apk', | 783 '../components/components_tests.gyp:components_unittests_apk', |
| 785 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 784 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
| 786 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', | 785 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', |
| 787 '../content/content_shell_and_tests.gyp:content_unittests_apk', | 786 '../content/content_shell_and_tests.gyp:content_unittests_apk', |
| 788 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', | 787 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', |
| 789 '../gpu/gpu.gyp:gl_tests_apk', | 788 '../gpu/gpu.gyp:gl_tests_apk', |
| 790 '../gpu/gpu.gyp:gpu_unittests_apk', | 789 '../gpu/gpu.gyp:gpu_unittests_apk', |
| 791 '../ipc/ipc.gyp:ipc_tests_apk', | 790 '../ipc/ipc.gyp:ipc_tests_apk', |
| 792 '../media/media.gyp:media_unittests_apk', | 791 '../media/media.gyp:media_unittests_apk', |
| 793 '../net/net.gyp:net_unittests_apk', | 792 '../net/net.gyp:net_unittests_apk', |
| 794 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 793 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
| 795 '../sql/sql.gyp:sql_unittests_apk', | 794 '../sql/sql.gyp:sql_unittests_apk', |
| 796 '../sync/sync.gyp:sync_unit_tests_apk', | 795 '../sync/sync.gyp:sync_unit_tests_apk', |
| 796 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', |
| 797 '../ui/events/events.gyp:events_unittests_apk', | 797 '../ui/events/events.gyp:events_unittests_apk', |
| 798 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 798 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
| 799 '../ui/ui_unittests.gyp:ui_unittests_apk', | 799 '../ui/ui_unittests.gyp:ui_unittests_apk', |
| 800 ], | 800 ], |
| 801 }, | 801 }, |
| 802 { | 802 { |
| 803 # WebRTC Android APK tests. | 803 # WebRTC Android APK tests. |
| 804 'target_name': 'android_builder_webrtc', | 804 'target_name': 'android_builder_webrtc', |
| 805 'type': 'none', | 805 'type': 'none', |
| 806 'variables': { | 806 'variables': { |
| (...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1297 'dependencies': [ | 1297 'dependencies': [ |
| 1298 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1298 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1299 '../ui/views/views.gyp:views', | 1299 '../ui/views/views.gyp:views', |
| 1300 '../ui/views/views.gyp:views_unittests', | 1300 '../ui/views/views.gyp:views_unittests', |
| 1301 ], | 1301 ], |
| 1302 }, # target_name: macviews_builder | 1302 }, # target_name: macviews_builder |
| 1303 ], # targets | 1303 ], # targets |
| 1304 }], # os=='mac' and toolkit_views==1 | 1304 }], # os=='mac' and toolkit_views==1 |
| 1305 ], # conditions | 1305 ], # conditions |
| 1306 } | 1306 } |
| OLD | NEW |