Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Side by Side Diff: build/all_android.gyp

Issue 10947033: [Android] Make android_webview targets sdk-only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 # This is all.gyp file for Android to prevent breakage in Android and other 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 6 # platform; It will be churning a lot in the short term and eventually be merged
7 # into all.gyp. 7 # into all.gyp.
8 8
9 { 9 {
10 'variables': { 10 'variables': {
11 # A hook that can be overridden in other repositories to add additional 11 # A hook that can be overridden in other repositories to add additional
12 # compilation targets to 'All' 12 # compilation targets to 'All'
13 'android_app_targets%': [], 13 'android_app_targets%': [],
14 }, 14 },
15 'targets': [ 15 'targets': [
16 { 16 {
17 'target_name': 'All', 17 'target_name': 'All',
18 'type': 'none', 18 'type': 'none',
19 'dependencies': [ 19 'dependencies': [
20 '../android_webview/android_webview.gyp:android_webview_apk',
21 '../content/content.gyp:content_shell_apk', 20 '../content/content.gyp:content_shell_apk',
22 '<@(android_app_targets)', 21 '<@(android_app_targets)',
23 'android_builder_tests', 22 'android_builder_tests',
24 ], 23 ],
25 'conditions': [ 24 'conditions': [
26 ['sdk_build==1', { 25 ['sdk_build==1', {
27 'dependencies': [ 26 'dependencies': [
28 '../chrome/chrome.gyp:chromium_testshell', 27 '../chrome/chrome.gyp:chromium_testshell',
28 '../android_webview/android_webview.gyp:android_webview_apk',
nilesh 2012/09/19 20:34:46 Nit: Sort order.
29 ], 29 ],
30 }], # sdk_build==1 30 }], # sdk_build==1
31 ], # conditions 31 ], # conditions
32 }, # target_name: All 32 }, # target_name: All
33 { 33 {
34 # The current list of tests for android. This is temporary 34 # The current list of tests for android. This is temporary
35 # until the full set supported. If adding a new test here, 35 # until the full set supported. If adding a new test here,
36 # please also add it to build/android/run_tests.py, else the 36 # please also add it to build/android/run_tests.py, else the
37 # test is not run. 37 # test is not run.
38 # 38 #
39 # WARNING: 39 # WARNING:
40 # Do not add targets here without communicating the implications 40 # Do not add targets here without communicating the implications
41 # on tryserver triggers and load. Discuss with jrg please. 41 # on tryserver triggers and load. Discuss with jrg please.
42 'target_name': 'android_builder_tests', 42 'target_name': 'android_builder_tests',
43 'type': 'none', 43 'type': 'none',
44 'dependencies': [ 44 'dependencies': [
45 '../android_webview/android_webview.gyp:android_webview_test_apk',
46 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests', 45 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests',
47 '../base/base.gyp:base_unittests', 46 '../base/base.gyp:base_unittests',
48 '../chrome/chrome.gyp:unit_tests', 47 '../chrome/chrome.gyp:unit_tests',
49 '../content/content.gyp:content_shell_test_apk', 48 '../content/content.gyp:content_shell_test_apk',
50 '../content/content.gyp:content_unittests', 49 '../content/content.gyp:content_unittests',
51 '../gpu/gpu.gyp:gpu_unittests', 50 '../gpu/gpu.gyp:gpu_unittests',
52 '../ipc/ipc.gyp:ipc_tests', 51 '../ipc/ipc.gyp:ipc_tests',
53 '../media/media.gyp:media_unittests', 52 '../media/media.gyp:media_unittests',
54 '../net/net.gyp:net_unittests', 53 '../net/net.gyp:net_unittests',
55 '../sql/sql.gyp:sql_unittests', 54 '../sql/sql.gyp:sql_unittests',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 '../chrome/chrome.gyp:unit_tests_apk', 86 '../chrome/chrome.gyp:unit_tests_apk',
88 '../content/content.gyp:content_unittests_apk', 87 '../content/content.gyp:content_unittests_apk',
89 '../gpu/gpu.gyp:gpu_unittests_apk', 88 '../gpu/gpu.gyp:gpu_unittests_apk',
90 '../ipc/ipc.gyp:ipc_tests_apk', 89 '../ipc/ipc.gyp:ipc_tests_apk',
91 '../media/media.gyp:media_unittests_apk', 90 '../media/media.gyp:media_unittests_apk',
92 '../net/net.gyp:net_unittests_apk', 91 '../net/net.gyp:net_unittests_apk',
93 '../sql/sql.gyp:sql_unittests_apk', 92 '../sql/sql.gyp:sql_unittests_apk',
94 '../sync/sync.gyp:sync_unit_tests_apk', 93 '../sync/sync.gyp:sync_unit_tests_apk',
95 '../ui/ui.gyp:ui_unittests_apk', 94 '../ui/ui.gyp:ui_unittests_apk',
96 ], 95 ],
97 }] 96 }],
97 ['sdk_build==1', {
98 'dependencies': [
99 '../android_webview/android_webview.gyp:android_webview_test_apk',
100 ],
101 }],
98 ], 102 ],
99 }, 103 },
100 { 104 {
101 # Experimental / in-progress targets that are expected to fail 105 # Experimental / in-progress targets that are expected to fail
102 # but we still try to compile them on bots (turning the stage 106 # but we still try to compile them on bots (turning the stage
103 # orange, not red). 107 # orange, not red).
104 'target_name': 'android_experimental', 108 'target_name': 'android_experimental',
105 'type': 'none', 109 'type': 'none',
106 'dependencies': [ 110 'dependencies': [
107 ], 111 ],
108 }, 112 },
109 { 113 {
110 # In-progress targets that are expected to fail and are NOT run 114 # In-progress targets that are expected to fail and are NOT run
111 # on any bot. 115 # on any bot.
112 'target_name': 'android_in_progress', 116 'target_name': 'android_in_progress',
113 'type': 'none', 117 'type': 'none',
114 'dependencies': [ 118 'dependencies': [
115 '../content/content.gyp:content_browsertests', 119 '../content/content.gyp:content_browsertests',
116 ], 120 ],
117 }, 121 },
118 ], # targets 122 ], # targets
119 } 123 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698