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

Side by Side Diff: build/all.gyp

Issue 10905150: Update all.gyp to reflect the current state of the iOS build (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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
« 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 { 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,
11 'dependencies': [ 11 'dependencies': [
12 'some.gyp:*', 12 'some.gyp:*',
13 '../base/base.gyp:*', 13 '../base/base.gyp:*',
14 '../crypto/crypto.gyp:*', 14 '../crypto/crypto.gyp:*',
15 '../media/media.gyp:*', 15 '../media/media.gyp:*',
16 '../net/net.gyp:*', 16 '../net/net.gyp:*',
17 '../sdch/sdch.gyp:*',
17 '../sql/sql.gyp:*', 18 '../sql/sql.gyp:*',
19 '../testing/gmock.gyp:*',
18 '../testing/gtest.gyp:*', 20 '../testing/gtest.gyp:*',
19 '../third_party/bzip2/bzip2.gyp:*', 21 '../third_party/bzip2/bzip2.gyp:*',
20 '../third_party/icu/icu.gyp:*', 22 '../third_party/icu/icu.gyp:*',
21 '../third_party/libxml/libxml.gyp:*', 23 '../third_party/libxml/libxml.gyp:*',
22 '../third_party/sqlite/sqlite.gyp:*', 24 '../third_party/sqlite/sqlite.gyp:*',
23 '../third_party/zlib/zlib.gyp:*', 25 '../third_party/zlib/zlib.gyp:*',
24 '../ui/ui.gyp:*', 26 '../ui/ui.gyp:*',
25 'temp_gyp/googleurl.gyp:*', 27 'temp_gyp/googleurl.gyp:*',
26 # Add new dependencies to the !ios section just below, not here (see
27 # the comment there).
28 ], 28 ],
29 'conditions': [ 29 'conditions': [
30 # TODO(ios): This is temporary; currently almost nothing builds with
31 # OS=ios. Move dependencies back to the main dependencies section above
32 # as gyp files come online.
33 ['OS!="ios"', { 30 ['OS!="ios"', {
34 'dependencies': [ 31 'dependencies': [
35 '../cc/cc_tests.gyp:*', 32 '../cc/cc_tests.gyp:*',
36 '../chrome/chrome.gyp:*', 33 '../chrome/chrome.gyp:*',
37 '../content/content.gyp:*', 34 '../content/content.gyp:*',
38 '../gpu/gpu.gyp:*', 35 '../gpu/gpu.gyp:*',
39 '../gpu/tools/tools.gyp:*', 36 '../gpu/tools/tools.gyp:*',
40 '../ipc/ipc.gyp:*', 37 '../ipc/ipc.gyp:*',
41 '../jingle/jingle.gyp:*', 38 '../jingle/jingle.gyp:*',
42 '../ppapi/ppapi.gyp:*', 39 '../ppapi/ppapi.gyp:*',
43 '../ppapi/ppapi_internal.gyp:*', 40 '../ppapi/ppapi_internal.gyp:*',
44 '../printing/printing.gyp:*', 41 '../printing/printing.gyp:*',
45 '../sdch/sdch.gyp:*',
46 '../skia/skia.gyp:*', 42 '../skia/skia.gyp:*',
47 '../sync/sync.gyp:*', 43 '../sync/sync.gyp:*',
48 '../testing/gmock.gyp:*',
49 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
50 '../third_party/cld/cld.gyp:*', 45 '../third_party/cld/cld.gyp:*',
51 '../third_party/codesighs/codesighs.gyp:*', 46 '../third_party/codesighs/codesighs.gyp:*',
52 '../third_party/ffmpeg/ffmpeg.gyp:*', 47 '../third_party/ffmpeg/ffmpeg.gyp:*',
53 '../third_party/iccjpeg/iccjpeg.gyp:*', 48 '../third_party/iccjpeg/iccjpeg.gyp:*',
54 '../third_party/libpng/libpng.gyp:*', 49 '../third_party/libpng/libpng.gyp:*',
55 '../third_party/libusb/libusb.gyp:*', 50 '../third_party/libusb/libusb.gyp:*',
56 '../third_party/libwebp/libwebp.gyp:*', 51 '../third_party/libwebp/libwebp.gyp:*',
57 '../third_party/libxslt/libxslt.gyp:*', 52 '../third_party/libxslt/libxslt.gyp:*',
58 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 53 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 ], 166 ],
172 }, 167 },
173 ], 168 ],
174 ], 169 ],
175 }, # target_name: All_syzygy 170 }, # target_name: All_syzygy
176 { 171 {
177 'target_name': 'chromium_builder_tests', 172 'target_name': 'chromium_builder_tests',
178 'type': 'none', 173 'type': 'none',
179 'dependencies': [ 174 'dependencies': [
180 '../base/base.gyp:base_unittests', 175 '../base/base.gyp:base_unittests',
176 '../crypto/crypto.gyp:crypto_unittests',
177 '../media/media.gyp:media_unittests',
178 '../net/net.gyp:net_unittests',
181 '../sql/sql.gyp:sql_unittests', 179 '../sql/sql.gyp:sql_unittests',
182 # Add new dependencies to the !ios section just below, not here (see 180 '../ui/ui.gyp:ui_unittests',
183 # the comment there). 181 'temp_gyp/googleurl.gyp:googleurl_unittests',
184 ], 182 ],
185 'conditions': [ 183 'conditions': [
186 ['OS!="ios"', { 184 ['OS!="ios"', {
187 'dependencies': [ 185 'dependencies': [
188 # TODO(ios): This is temporary; currently almost nothing builds with
189 # OS=ios. Move dependencies back to the main dependencies section
190 # above as gyp files come online.
191 '../cc/cc_tests.gyp:cc_unittests', 186 '../cc/cc_tests.gyp:cc_unittests',
192 '../chrome/chrome.gyp:browser_tests', 187 '../chrome/chrome.gyp:browser_tests',
193 '../chrome/chrome.gyp:interactive_ui_tests', 188 '../chrome/chrome.gyp:interactive_ui_tests',
194 '../chrome/chrome.gyp:safe_browsing_tests', 189 '../chrome/chrome.gyp:safe_browsing_tests',
195 '../chrome/chrome.gyp:sync_integration_tests', 190 '../chrome/chrome.gyp:sync_integration_tests',
196 '../chrome/chrome.gyp:unit_tests', 191 '../chrome/chrome.gyp:unit_tests',
197 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 192 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
198 '../content/content.gyp:content_browsertests', 193 '../content/content.gyp:content_browsertests',
199 '../content/content.gyp:content_unittests', 194 '../content/content.gyp:content_unittests',
200 '../crypto/crypto.gyp:crypto_unittests',
201 '../gpu/gpu.gyp:gpu_unittests', 195 '../gpu/gpu.gyp:gpu_unittests',
202 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 196 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
203 '../ipc/ipc.gyp:ipc_tests', 197 '../ipc/ipc.gyp:ipc_tests',
204 '../jingle/jingle.gyp:jingle_unittests', 198 '../jingle/jingle.gyp:jingle_unittests',
205 '../media/media.gyp:media_unittests',
206 '../net/net.gyp:net_unittests',
207 '../printing/printing.gyp:printing_unittests', 199 '../printing/printing.gyp:printing_unittests',
208 '../remoting/remoting.gyp:remoting_unittests', 200 '../remoting/remoting.gyp:remoting_unittests',
209 '../sync/sync.gyp:sync_unit_tests', 201 '../sync/sync.gyp:sync_unit_tests',
210 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 202 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
211 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 203 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
212 '../ui/ui.gyp:ui_unittests',
213 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 204 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
214 'temp_gyp/googleurl.gyp:googleurl_unittests',
215 ], 205 ],
216 }], 206 }],
217 ['OS=="win"', { 207 ['OS=="win"', {
218 'dependencies': [ 208 'dependencies': [
219 '../chrome/chrome.gyp:installer_util_unittests', 209 '../chrome/chrome.gyp:installer_util_unittests',
220 '../chrome/chrome.gyp:mini_installer_test', 210 '../chrome/chrome.gyp:mini_installer_test',
221 # mini_installer_tests depends on mini_installer. This should be 211 # mini_installer_tests depends on mini_installer. This should be
222 # defined in installer.gyp. 212 # defined in installer.gyp.
223 '../chrome/installer/mini_installer.gyp:mini_installer', 213 '../chrome/installer/mini_installer.gyp:mini_installer',
224 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 214 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 '../base/base.gyp:base_unittests_run', 696 '../base/base.gyp:base_unittests_run',
707 '../chrome/chrome.gyp:browser_tests_run', 697 '../chrome/chrome.gyp:browser_tests_run',
708 '../chrome/chrome.gyp:unit_tests_run', 698 '../chrome/chrome.gyp:unit_tests_run',
709 '../net/net.gyp:net_unittests_run', 699 '../net/net.gyp:net_unittests_run',
710 ], 700 ],
711 }, # target_name: chromium_swarm_tests 701 }, # target_name: chromium_swarm_tests
712 ], 702 ],
713 }], 703 }],
714 ], # conditions 704 ], # conditions
715 } 705 }
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