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

Side by Side Diff: build/all.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
« no previous file with comments | « no previous file | build/all_android.gyp » ('j') | 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 '../third_party/libusb/libusb.gyp:*', 54 '../third_party/libusb/libusb.gyp:*',
55 '../third_party/libwebp/libwebp.gyp:*', 55 '../third_party/libwebp/libwebp.gyp:*',
56 '../third_party/libxslt/libxslt.gyp:*', 56 '../third_party/libxslt/libxslt.gyp:*',
57 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 57 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
58 '../third_party/mesa/mesa.gyp:*', 58 '../third_party/mesa/mesa.gyp:*',
59 '../third_party/modp_b64/modp_b64.gyp:*', 59 '../third_party/modp_b64/modp_b64.gyp:*',
60 '../third_party/npapi/npapi.gyp:*', 60 '../third_party/npapi/npapi.gyp:*',
61 '../third_party/ots/ots.gyp:*', 61 '../third_party/ots/ots.gyp:*',
62 '../third_party/qcms/qcms.gyp:*', 62 '../third_party/qcms/qcms.gyp:*',
63 '../third_party/re2/re2.gyp:re2', 63 '../third_party/re2/re2.gyp:re2',
64 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*', 64 '../third_party/WebKit/Source/WebKit/chromium/TmpAll.gyp:*',
abarth-chromium 2013/05/10 16:25:50 As discussed in the other CL, I'd prefer if we can
65 '../v8/tools/gyp/v8.gyp:*', 65 '../v8/tools/gyp/v8.gyp:*',
66 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:*', 66 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:*',
67 '../webkit/webkit.gyp:*', 67 '../webkit/webkit.gyp:*',
68 '<(libjpeg_gyp_path):*', 68 '<(libjpeg_gyp_path):*',
69 ], 69 ],
70 }], 70 }],
71 ['os_posix==1 and OS!="android" and OS!="ios"', { 71 ['os_posix==1 and OS!="android" and OS!="ios"', {
72 'dependencies': [ 72 'dependencies': [
73 '../third_party/yasm/yasm.gyp:*#host', 73 '../third_party/yasm/yasm.gyp:*#host',
74 ], 74 ],
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 ], 179 ],
180 }], 180 }],
181 ['enable_app_list==1', { 181 ['enable_app_list==1', {
182 'dependencies': [ 182 'dependencies': [
183 '../ui/app_list/app_list.gyp:*', 183 '../ui/app_list/app_list.gyp:*',
184 ], 184 ],
185 }], 185 }],
186 ], 186 ],
187 }, # target_name: All 187 }, # target_name: All
188 { 188 {
189 'target_name': 'all_webkit',
abarth-chromium 2013/05/10 16:25:50 As mentioned in the other CL, in the long term, we
190 'type': 'none',
191 'dependencies': [
192 '../third_party/WebKit/Source/WebKit/chromium/TmpAll.gyp:all_blink',
193 '../content/content.gyp:content_shell',
194 ],
195 }, # target_name: all_webkit
196 {
189 'target_name': 'All_syzygy', 197 'target_name': 'All_syzygy',
190 'type': 'none', 198 'type': 'none',
191 'conditions': [ 199 'conditions': [
192 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { 200 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', {
193 'dependencies': [ 201 'dependencies': [
194 '../chrome/installer/mini_installer_syzygy.gyp:*', 202 '../chrome/installer/mini_installer_syzygy.gyp:*',
195 ], 203 ],
196 }, 204 },
197 ], 205 ],
198 ], 206 ],
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 '../chrome/chrome.gyp:interactive_ui_tests_run', 857 '../chrome/chrome.gyp:interactive_ui_tests_run',
850 '../chrome/chrome.gyp:sync_integration_tests_run', 858 '../chrome/chrome.gyp:sync_integration_tests_run',
851 '../chrome/chrome.gyp:unit_tests_run', 859 '../chrome/chrome.gyp:unit_tests_run',
852 '../net/net.gyp:net_unittests_run', 860 '../net/net.gyp:net_unittests_run',
853 ], 861 ],
854 }, # target_name: chromium_swarm_tests 862 }, # target_name: chromium_swarm_tests
855 ], 863 ],
856 }], 864 }],
857 ], # conditions 865 ], # conditions
858 } 866 }
OLDNEW
« no previous file with comments | « no previous file | build/all_android.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698