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
3 # found in the LICENSE file.
5 # This is all.gyp file for Android to prevent breakage in Android and other
6 # platform; It will be churning a lot in the short term and eventually be merged
11 # A hook that can be overridden in other repositories to add additional
12 # compilation targets to 'All'
13 'android_app_targets%': [],
20 '../content/content.gyp:content_shell_apk',
21 '<@(android_app_targets)',
22 'android_builder_tests',
23 '../android_webview/android_webview.gyp:android_webview_apk',
24 '../chrome/chrome.gyp:chromium_testshell',
25 # TODO(nyquist) This should instead by a target for sync when all of
26 # the sync-related code for Android has been upstreamed.
27 # See http://crbug.com/159203
28 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_javalib',
32 # The current list of tests for android. This is temporary
33 # until the full set supported. If adding a new test here,
34 # please also add it to build/android/run_tests.py, else the
38 # Do not add targets here without communicating the implications
39 # on tryserver triggers and load. Discuss with jrg please.
40 'target_name': 'android_builder_tests',
43 '../android_webview/android_webview.gyp:android_webview_unittests',
44 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests',
45 '../base/base.gyp:base_unittests',
46 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:multiple_proguards_test_apk',
47 '../cc/cc_tests.gyp:cc_perftests_apk',
48 '../cc/cc_tests.gyp:cc_unittests',
49 '../chrome/chrome.gyp:unit_tests',
50 '../components/components.gyp:components_unittests',
51 '../content/content.gyp:content_browsertests',
52 '../content/content.gyp:content_shell_test_apk',
53 '../content/content.gyp:content_unittests',
54 '../gpu/gpu.gyp:gl_tests',
55 '../gpu/gpu.gyp:gpu_unittests',
56 '../ipc/ipc.gyp:ipc_tests',
57 '../media/media.gyp:media_unittests',
58 '../net/net.gyp:net_unittests',
59 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
60 '../sql/sql.gyp:sql_unittests',
61 '../sync/sync.gyp:sync_unit_tests',
62 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
63 '../tools/android/android_tools.gyp:android_tools',
64 '../tools/android/device_stats_monitor/device_stats_monitor.gyp:device_stats_monitor',
65 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test',
66 '../ui/ui.gyp:ui_unittests',
67 # Required by ui_unittests.
68 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but
69 # this would cause circular gyp dependency which needs refactoring the
71 '../chrome/chrome_resources.gyp:packed_resources',
74 ['linux_breakpad==1', {
76 '../breakpad/breakpad.gyp:breakpad_unittests',
77 # Also compile the tools needed to deal with minidumps, they are
78 # needed to run minidump tests upstream.
79 '../breakpad/breakpad.gyp:dump_syms#host',
80 '../breakpad/breakpad.gyp:symupload#host',
81 '../breakpad/breakpad.gyp:minidump_dump#host',
82 '../breakpad/breakpad.gyp:minidump_stackwalk#host'
85 ['"<(gtest_target_type)"=="shared_library"', {
87 # Unit test bundles packaged as an apk.
88 '../android_webview/android_webview.gyp:android_webview_unittests_apk',
89 '../base/base.gyp:base_unittests_apk',
90 '../cc/cc_tests.gyp:cc_unittests_apk',
91 '../chrome/chrome.gyp:unit_tests_apk',
92 '../components/components.gyp:components_unittests_apk',
93 '../content/content.gyp:content_browsertests_apk',
94 '../content/content.gyp:content_unittests_apk',
95 '../gpu/gpu.gyp:gl_tests_apk',
96 '../gpu/gpu.gyp:gpu_unittests_apk',
97 '../ipc/ipc.gyp:ipc_tests_apk',
98 '../media/media.gyp:media_unittests_apk',
99 '../net/net.gyp:net_unittests_apk',
100 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
101 '../sql/sql.gyp:sql_unittests_apk',
102 '../sync/sync.gyp:sync_unit_tests_apk',
103 '../ui/ui.gyp:ui_unittests_apk',
104 '../android_webview/android_webview.gyp:android_webview_test_apk',
105 '../chrome/chrome.gyp:chromium_testshell_test_apk',
106 '../chrome/chrome.gyp:chromium_testshell_uiautomator_tests',
107 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests_apk'
113 # Experimental / in-progress targets that are expected to fail
114 # but we still try to compile them on bots (turning the stage
116 'target_name': 'android_experimental',
122 # In-progress targets that are expected to fail and are NOT run
124 'target_name': 'android_in_progress',