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

Side by Side Diff: build/all_android.gyp

Issue 14807005: Add a target all_webkit that depends on the old all_webkit and content_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« build/all.gyp ('K') | « build/all.gyp ('k') | 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': {
(...skipping 11 matching lines...) Expand all
22 'android_builder_tests', 22 'android_builder_tests',
23 '../android_webview/android_webview.gyp:android_webview_apk', 23 '../android_webview/android_webview.gyp:android_webview_apk',
24 '../chrome/chrome.gyp:chromium_testshell', 24 '../chrome/chrome.gyp:chromium_testshell',
25 # TODO(nyquist) This should instead by a target for sync when all of 25 # TODO(nyquist) This should instead by a target for sync when all of
26 # the sync-related code for Android has been upstreamed. 26 # the sync-related code for Android has been upstreamed.
27 # See http://crbug.com/159203 27 # See http://crbug.com/159203
28 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_javalib', 28 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_javalib',
29 ], 29 ],
30 }, # target_name: All 30 }, # target_name: All
31 { 31 {
32 'target_name': 'all_webkit',
33 'type': 'none',
34 'dependencies': [
35 '../third_party/WebKit/Source/WebKit/chromium/TmpAll.gyp:all_blink',
36 '../content/content.gyp:content_shell_apk',
37 ],
38 }, # target_name: all_webkit
39 {
32 # The current list of tests for android. This is temporary 40 # The current list of tests for android. This is temporary
33 # until the full set supported. If adding a new test here, 41 # until the full set supported. If adding a new test here,
34 # please also add it to build/android/run_tests.py, else the 42 # please also add it to build/android/run_tests.py, else the
35 # test is not run. 43 # test is not run.
36 # 44 #
37 # WARNING: 45 # WARNING:
38 # Do not add targets here without communicating the implications 46 # Do not add targets here without communicating the implications
39 # on tryserver triggers and load. Discuss with jrg please. 47 # on tryserver triggers and load. Discuss with jrg please.
40 'target_name': 'android_builder_tests', 48 'target_name': 'android_builder_tests',
41 'type': 'none', 49 'type': 'none',
(...skipping 10 matching lines...) Expand all
52 '../content/content.gyp:content_shell_test_apk', 60 '../content/content.gyp:content_shell_test_apk',
53 '../content/content.gyp:content_unittests', 61 '../content/content.gyp:content_unittests',
54 '../gpu/gpu.gyp:gl_tests', 62 '../gpu/gpu.gyp:gl_tests',
55 '../gpu/gpu.gyp:gpu_unittests', 63 '../gpu/gpu.gyp:gpu_unittests',
56 '../ipc/ipc.gyp:ipc_tests', 64 '../ipc/ipc.gyp:ipc_tests',
57 '../media/media.gyp:media_unittests', 65 '../media/media.gyp:media_unittests',
58 '../net/net.gyp:net_unittests', 66 '../net/net.gyp:net_unittests',
59 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 67 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
60 '../sql/sql.gyp:sql_unittests', 68 '../sql/sql.gyp:sql_unittests',
61 '../sync/sync.gyp:sync_unit_tests', 69 '../sync/sync.gyp:sync_unit_tests',
62 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*', 70 '../third_party/WebKit/Source/WebKit/chromium/TmpAll.gyp:*',
63 '../tools/android/android_tools.gyp:android_tools', 71 '../tools/android/android_tools.gyp:android_tools',
64 '../tools/android/device_stats_monitor/device_stats_monitor.gyp:device_s tats_monitor', 72 '../tools/android/device_stats_monitor/device_stats_monitor.gyp:device_s tats_monitor',
65 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_te st', 73 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_te st',
66 '../ui/ui.gyp:ui_unittests', 74 '../ui/ui.gyp:ui_unittests',
67 # Required by ui_unittests. 75 # Required by ui_unittests.
68 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but 76 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but
69 # this would cause circular gyp dependency which needs refactoring the 77 # this would cause circular gyp dependency which needs refactoring the
70 # gyps to resolve. 78 # gyps to resolve.
71 '../chrome/chrome_resources.gyp:packed_resources', 79 '../chrome/chrome_resources.gyp:packed_resources',
72 ], 80 ],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 { 129 {
122 # In-progress targets that are expected to fail and are NOT run 130 # In-progress targets that are expected to fail and are NOT run
123 # on any bot. 131 # on any bot.
124 'target_name': 'android_in_progress', 132 'target_name': 'android_in_progress',
125 'type': 'none', 133 'type': 'none',
126 'dependencies': [ 134 'dependencies': [
127 ], 135 ],
128 }, 136 },
129 ], # targets 137 ], # targets
130 } 138 }
OLDNEW
« build/all.gyp ('K') | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698