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

Side by Side Diff: build/gn_migration.gypi

Issue 1071603005: Revert of Get gn_all/gyp_remaining working for Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « 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) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 file defines three targets that we are using to 5 # This file defines three targets that we are using to
6 # track the progress of the GYP->GN migration: 6 # track the progress of the GYP->GN migration:
7 # 7 #
8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then 8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then
9 # run 'ninja', the second ninja invocation should do nothing. This 9 # run 'ninja', the second ninja invocation should do nothing. This
10 # indicates that everything built by a ninja build is in fact 10 # indicates that everything built by a ninja build is in fact
(...skipping 22 matching lines...) Expand all
33 # as closely as possible, for ease of comparison. 33 # as closely as possible, for ease of comparison.
34 'target_name': 'gn_all', 34 'target_name': 'gn_all',
35 'type': 'none', 35 'type': 'none',
36 'dependencies': [ 36 'dependencies': [
37 '../base/base.gyp:base_i18n_perftests', 37 '../base/base.gyp:base_i18n_perftests',
38 '../base/base.gyp:base_perftests', 38 '../base/base.gyp:base_perftests',
39 '../base/base.gyp:base_unittests', 39 '../base/base.gyp:base_unittests',
40 '../base/base.gyp:build_utf8_validator_tables#host', 40 '../base/base.gyp:build_utf8_validator_tables#host',
41 '../base/base.gyp:check_example', 41 '../base/base.gyp:check_example',
42 '../base/base.gyp:protect_file_posix', 42 '../base/base.gyp:protect_file_posix',
43 '../breakpad/breakpad.gyp:core-2-minidump',
44 '../breakpad/breakpad.gyp:microdump_stackwalk',
45 '../breakpad/breakpad.gyp:minidump_dump',
46 '../breakpad/breakpad.gyp:minidump_stackwalk',
47 '../build/sanitizers/sanitizers.gyp:llvm-symbolizer',
43 '../cc/cc_tests.gyp:cc_perftests', 48 '../cc/cc_tests.gyp:cc_perftests',
44 '../cc/cc_tests.gyp:cc_unittests', 49 '../cc/cc_tests.gyp:cc_unittests',
45 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 50 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
46 '../chrome/chrome.gyp:chrome', 51 '../chrome/chrome.gyp:chrome',
47 '../chrome/chrome.gyp:browser_tests', 52 '../chrome/chrome.gyp:browser_tests',
48 '../chrome/chrome.gyp:chrome_app_unittests', 53 '../chrome/chrome.gyp:chrome_app_unittests',
49 '../chrome/chrome.gyp:chromedriver', 54 '../chrome/chrome.gyp:chromedriver',
50 '../chrome/chrome.gyp:chromedriver_tests', 55 '../chrome/chrome.gyp:chromedriver_tests',
51 '../chrome/chrome.gyp:chromedriver_unittests', 56 '../chrome/chrome.gyp:chromedriver_unittests',
52 '../chrome/chrome.gyp:interactive_ui_tests', 57 '../chrome/chrome.gyp:interactive_ui_tests',
(...skipping 19 matching lines...) Expand all
72 '../content/content_shell_and_tests.gyp:content_perftests', 77 '../content/content_shell_and_tests.gyp:content_perftests',
73 '../content/content_shell_and_tests.gyp:content_shell', 78 '../content/content_shell_and_tests.gyp:content_shell',
74 '../content/content_shell_and_tests.gyp:content_unittests', 79 '../content/content_shell_and_tests.gyp:content_unittests',
75 '../courgette/courgette.gyp:courgette', 80 '../courgette/courgette.gyp:courgette',
76 '../courgette/courgette.gyp:courgette_fuzz', 81 '../courgette/courgette.gyp:courgette_fuzz',
77 '../courgette/courgette.gyp:courgette_minimal_tool', 82 '../courgette/courgette.gyp:courgette_minimal_tool',
78 '../courgette/courgette.gyp:courgette_unittests', 83 '../courgette/courgette.gyp:courgette_unittests',
79 '../crypto/crypto.gyp:crypto_unittests', 84 '../crypto/crypto.gyp:crypto_unittests',
80 '../extensions/extensions_tests.gyp:extensions_browsertests', 85 '../extensions/extensions_tests.gyp:extensions_browsertests',
81 '../extensions/extensions_tests.gyp:extensions_unittests', 86 '../extensions/extensions_tests.gyp:extensions_unittests',
87 '../dbus/dbus.gyp:dbus_test_server',
82 '../device/device_tests.gyp:device_unittests', 88 '../device/device_tests.gyp:device_unittests',
83 '../gin/gin.gyp:gin_v8_snapshot_fingerprint', 89 '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
84 '../gin/gin.gyp:gin_shell', 90 '../gin/gin.gyp:gin_shell',
85 '../gin/gin.gyp:gin_unittests', 91 '../gin/gin.gyp:gin_unittests',
86 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 92 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
87 '../google_apis/gcm/gcm.gyp:mcs_probe', 93 '../google_apis/gcm/gcm.gyp:mcs_probe',
88 '../google_apis/google_apis.gyp:google_apis_unittests', 94 '../google_apis/google_apis.gyp:google_apis_unittests',
89 '../gpu/gpu.gyp:angle_unittests', 95 '../gpu/gpu.gyp:angle_unittests',
90 '../gpu/gpu.gyp:gl_tests', 96 '../gpu/gpu.gyp:gl_tests',
91 '../gpu/gpu.gyp:gpu_perftests', 97 '../gpu/gpu.gyp:gpu_perftests',
92 '../gpu/gpu.gyp:gpu_unittests', 98 '../gpu/gpu.gyp:gpu_unittests',
93 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su pport', # TODO(GYP) crbug.com/471920 99 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su pport', # TODO(GYP) crbug.com/471920
94 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test' , # TODO(GYP) crbug.com/471920 100 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test' , # TODO(GYP) crbug.com/471920
95 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_test' , # TODO(GYP) crbug.com/471903 to make this complete. 101 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_test' , # TODO(GYP) crbug.com/471903 to make this complete.
96 '../ipc/ipc.gyp:ipc_perftests', 102 '../ipc/ipc.gyp:ipc_perftests',
97 '../ipc/ipc.gyp:ipc_tests', 103 '../ipc/ipc.gyp:ipc_tests',
98 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', 104 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
99 '../jingle/jingle.gyp:jingle_unittests', 105 '../jingle/jingle.gyp:jingle_unittests',
100 '../media/media.gyp:ffmpeg_regression_tests', # TODO(GYP) this should b e conditional on media_use_ffmpeg 106 '../media/media.gyp:ffmpeg_regression_tests', # TODO(GYP) this should b e conditional on media_use_ffmpeg
101 '../media/media.gyp:media_perftests', 107 '../media/media.gyp:media_perftests',
102 '../media/media.gyp:media_unittests', 108 '../media/media.gyp:media_unittests',
103 '../media/cast/cast.gyp:cast_benchmarks', 109 '../media/cast/cast.gyp:cast_benchmarks',
104 '../media/cast/cast.gyp:cast_unittests', 110 '../media/cast/cast.gyp:cast_unittests',
105 '../media/cast/cast.gyp:generate_barcode_video', 111 '../media/cast/cast.gyp:generate_barcode_video',
106 '../media/cast/cast.gyp:generate_timecode_audio', 112 '../media/cast/cast.gyp:generate_timecode_audio',
113 '../media/cast/cast.gyp:tap_proxy',
107 '../mojo/mojo.gyp:mojo', 114 '../mojo/mojo.gyp:mojo',
108 '../mojo/mojo_base.gyp:mojo_application_chromium', 115 '../mojo/mojo_base.gyp:mojo_application_chromium',
109 '../mojo/mojo_base.gyp:mojo_common_unittests', 116 '../mojo/mojo_base.gyp:mojo_common_unittests',
110 '../net/net.gyp:crash_cache', 117 '../net/net.gyp:crash_cache',
111 '../net/net.gyp:crl_set_dump', 118 '../net/net.gyp:crl_set_dump',
112 '../net/net.gyp:dns_fuzz_stub', 119 '../net/net.gyp:dns_fuzz_stub',
113 '../net/net.gyp:dump_cache', 120 '../net/net.gyp:dump_cache',
114 '../net/net.gyp:gdig', 121 '../net/net.gyp:gdig',
115 '../net/net.gyp:get_server_time', 122 '../net/net.gyp:get_server_time',
116 '../net/net.gyp:hpack_example_generator', 123 '../net/net.gyp:hpack_example_generator',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 '../ppapi/ppapi_internal.gyp:ppapi_example_scroll', 155 '../ppapi/ppapi_internal.gyp:ppapi_example_scroll',
149 '../ppapi/ppapi_internal.gyp:ppapi_example_simple_font', 156 '../ppapi/ppapi_internal.gyp:ppapi_example_simple_font',
150 '../ppapi/ppapi_internal.gyp:ppapi_example_threading', 157 '../ppapi/ppapi_internal.gyp:ppapi_example_threading',
151 '../ppapi/ppapi_internal.gyp:ppapi_example_url_loader', 158 '../ppapi/ppapi_internal.gyp:ppapi_example_url_loader',
152 '../ppapi/ppapi_internal.gyp:ppapi_example_url_loader_file', 159 '../ppapi/ppapi_internal.gyp:ppapi_example_url_loader_file',
153 '../ppapi/ppapi_internal.gyp:ppapi_example_vc', 160 '../ppapi/ppapi_internal.gyp:ppapi_example_vc',
154 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode', 161 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode',
155 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode_dev', 162 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode_dev',
156 '../ppapi/ppapi_internal.gyp:ppapi_example_video_effects', 163 '../ppapi/ppapi_internal.gyp:ppapi_example_video_effects',
157 '../ppapi/ppapi_internal.gyp:ppapi_example_video_encode', 164 '../ppapi/ppapi_internal.gyp:ppapi_example_video_encode',
158 '../ppapi/ppapi_internal.gyp:ppapi_tests', 165 '../ppapi/ppapi_internal.gyp:ppapi_tests', # TODO(GYP): Split out the e xamples and tests
159 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 166 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
160 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma', 167 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma',
161 '../printing/printing.gyp:printing_unittests', 168 '../printing/printing.gyp:printing_unittests',
162 '../skia/skia_tests.gyp:skia_unittests', 169 '../skia/skia_tests.gyp:skia_unittests',
163 '../skia/skia.gyp:filter_fuzz_stub', 170 '../skia/skia.gyp:filter_fuzz_stub',
164 '../skia/skia.gyp:image_operations_bench', 171 '../skia/skia.gyp:image_operations_bench',
165 '../sql/sql.gyp:sql_unittests', 172 '../sql/sql.gyp:sql_unittests',
166 '../sync/sync.gyp:run_sync_testserver', 173 '../sync/sync.gyp:run_sync_testserver',
167 '../sync/sync.gyp:sync_endtoend_tests', 174 '../sync/sync.gyp:sync_endtoend_tests',
168 '../sync/sync.gyp:sync_unit_tests', 175 '../sync/sync.gyp:sync_unit_tests',
169 '../sync/tools/sync_tools.gyp:sync_client', 176 '../sync/tools/sync_tools.gyp:sync_client',
170 '../sync/tools/sync_tools.gyp:sync_listen_notifications', 177 '../sync/tools/sync_tools.gyp:sync_listen_notifications',
171 '../testing/gmock.gyp:gmock_main', 178 '../testing/gmock.gyp:gmock_main',
172 '../third_party/WebKit/public/all.gyp:blink_tests', 179 '../third_party/WebKit/public/all.gyp:blink_tests',
173 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 180 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
174 '../third_party/codesighs/codesighs.gyp:codesighs', 181 '../third_party/codesighs/codesighs.gyp:codesighs',
175 '../third_party/codesighs/codesighs.gyp:maptsvdifftool', 182 '../third_party/codesighs/codesighs.gyp:maptsvdifftool',
176 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests', 183 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
177 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts', 184 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts',
178 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests', 185 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests',
179 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests', 186 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests',
180 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests', 187 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
181 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittest s', 188 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittest s',
182 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests', 189 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
183 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests', 190 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests',
184 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests', 191 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests',
185 '../third_party/pdfium/samples/samples.gyp:pdfium_test', 192 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
186 '../third_party/smhasher/smhasher.gyp:pmurhash', 193 '../third_party/smhasher/smhasher.gyp:pmurhash',
194 '../third_party/sqlite/sqlite.gyp:sqlite_shell',
187 '../tools/gn/gn.gyp:gn', 195 '../tools/gn/gn.gyp:gn',
188 '../tools/gn/gn.gyp:generate_test_gn_data', 196 '../tools/gn/gn.gyp:generate_test_gn_data',
189 '../tools/gn/gn.gyp:gn_unittests', 197 '../tools/gn/gn.gyp:gn_unittests',
190 '../tools/imagediff/image_diff.gyp:image_diff', 198 '../tools/imagediff/image_diff.gyp:image_diff',
191 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_ca che', 199 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_ca che',
192 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 200 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
193 '../ui/accessibility/accessibility.gyp:accessibility_unittests', 201 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
194 '../ui/app_list/app_list.gyp:app_list_unittests', 202 '../ui/app_list/app_list.gyp:app_list_unittests',
195 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 203 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
196 '../ui/compositor/compositor.gyp:compositor_unittests', 204 '../ui/compositor/compositor.gyp:compositor_unittests',
197 '../ui/display/display.gyp:display_unittests', 205 '../ui/display/display.gyp:display_unittests',
198 '../ui/events/events.gyp:events_unittests', 206 '../ui/events/events.gyp:events_unittests',
199 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 207 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
200 '../ui/keyboard/keyboard.gyp:keyboard_unittests', 208 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
201 '../ui/message_center/message_center.gyp:message_center_unittests', 209 '../ui/message_center/message_center.gyp:message_center_unittests',
202 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 210 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
203 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes ts', 211 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes ts',
204 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 212 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
205 '../url/url.gyp:url_unittests', 213 '../url/url.gyp:url_unittests',
206 '../v8/tools/gyp/v8.gyp:v8_snapshot', 214 '../v8/tools/gyp/v8.gyp:v8_snapshot',
207 '../v8/tools/gyp/v8.gyp:postmortem-metadata', 215 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
208 ], 216 ],
209 'conditions': [ 217 'conditions': [
210 ['chromeos== 1 or use_ash==1', { 218 ['chromeos== 1 or use_ash==1', {
211 'dependencies': [ 219 'dependencies': [
212 '../components/components.gyp:session_manager_component', 220 '../components/components.gyp:session_manager_component',
213 ] 221 ]
214 }], 222 }],
215 ['clang==1', { 223 ['disable_nacl==0 and disable_nacl_untrusted==0', {
216 'dependencies': [ 224 'dependencies': [
217 '../build/sanitizers/sanitizers.gyp:llvm-symbolizer', 225 '../remoting/remoting.gyp:remoting_key_tester',
218 ], 226 ],
219 }], 227 }],
220 ['disable_nacl==0 and disable_nacl_untrusted==0', { 228 ['disable_nacl==0 and disable_nacl_untrusted==0', {
221 'dependencies': [ 229 'dependencies': [
222 '../components/nacl.gyp:nacl_loader_unittests', 230 '../components/nacl.gyp:nacl_loader_unittests',
223 ] 231 ]
224 }], 232 }],
225 ['enable_extensions==1 and OS!="mac"', { 233 ['enable_extensions==1 and OS!="mac"', {
226 'dependencies': [ 234 'dependencies': [
227 '../extensions/shell/app_shell.gyp:app_shell', 235 '../extensions/shell/app_shell.gyp:app_shell',
228 '../extensions/shell/app_shell.gyp:app_shell_unittests', 236 '../extensions/shell/app_shell.gyp:app_shell_unittests',
229 ], 237 ],
230 }], 238 }],
231 ['OS!="win"', { 239 ['OS!="win"', {
232 'dependencies': [ 240 'dependencies': [
233 '../breakpad/breakpad.gyp:core-2-minidump',
234 '../breakpad/breakpad.gyp:microdump_stackwalk',
235 '../breakpad/breakpad.gyp:minidump_dump',
236 '../breakpad/breakpad.gyp:minidump_stackwalk',
237 '../breakpad/breakpad.gyp:symupload', 241 '../breakpad/breakpad.gyp:symupload',
238 ], 242 ],
239 }], 243 }],
240 ['remoting==1', { 244 ['remoting==1', {
241 'dependencies': [ 245 'dependencies': [
242 '../remoting/remoting.gyp:remoting_host', 246 '../remoting/remoting.gyp:remoting_host',
243 '../remoting/remoting.gyp:remoting_it2me_native_messaging_host', 247 '../remoting/remoting.gyp:remoting_it2me_native_messaging_host',
244 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host', 248 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
245 '../remoting/remoting.gyp:remoting_me2me_host', 249 '../remoting/remoting.gyp:remoting_me2me_host',
246 '../remoting/remoting.gyp:remoting_native_messaging_manifests', 250 '../remoting/remoting.gyp:remoting_native_messaging_manifests',
247 '../remoting/remoting.gyp:remoting_perftests', 251 '../remoting/remoting.gyp:remoting_perftests',
248 '../remoting/remoting.gyp:remoting_start_host', 252 '../remoting/remoting.gyp:remoting_start_host',
249 '../remoting/remoting.gyp:remoting_unittests', 253 '../remoting/remoting.gyp:remoting_unittests',
250 ], 254 ],
251 }], 255 }],
252 ['remoting==1 and disable_nacl==0 and disable_nacl_untrusted==0', {
253 'dependencies': [
254 '../remoting/remoting.gyp:remoting_key_tester',
255 ],
256 }],
257 ['use_x11==1', { 256 ['use_x11==1', {
258 'dependencies': [ 257 'dependencies': [
259 '../media/media.gyp:player_x11', 258 '../media/media.gyp:player_x11',
260 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 259 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
261 ], 260 ],
262 'conditions': [ 261 'conditions': [
263 ['target_arch!="arm"', { 262 ['target_arch!="arm"', {
264 'dependencies': [ 263 'dependencies': [
265 '../gpu/tools/tools.gyp:compositor_model_bench', 264 '../gpu/tools/tools.gyp:compositor_model_bench',
266 ], 265 ],
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 '../net/net.gyp:flip_in_mem_edsm_server_unittests', 377 '../net/net.gyp:flip_in_mem_edsm_server_unittests',
379 '../net/net.gyp:hpack_example_generator', 378 '../net/net.gyp:hpack_example_generator',
380 '../net/net.gyp:hpack_fuzz_mutator', 379 '../net/net.gyp:hpack_fuzz_mutator',
381 '../net/net.gyp:hpack_fuzz_wrapper', 380 '../net/net.gyp:hpack_fuzz_wrapper',
382 '../net/net.gyp:net_perftests', 381 '../net/net.gyp:net_perftests',
383 '../net/net.gyp:quic_client', 382 '../net/net.gyp:quic_client',
384 '../net/net.gyp:quic_server', 383 '../net/net.gyp:quic_server',
385 '../sandbox/sandbox.gyp:chrome_sandbox', 384 '../sandbox/sandbox.gyp:chrome_sandbox',
386 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 385 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
387 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests', 386 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests',
388 '../third_party/sqlite/sqlite.gyp:sqlite_shell',
389 ], 387 ],
390 }], 388 }],
391 ['OS=="mac"', { 389 ['OS=="mac"', {
392 'dependencies': [ 390 'dependencies': [
393 '../breakpad/breakpad.gyp:crash_inspector', 391 '../breakpad/breakpad.gyp:crash_inspector',
394 '../breakpad/breakpad.gyp:dump_syms', 392 '../breakpad/breakpad.gyp:dump_syms',
395 '../breakpad/breakpad.gyp:symupload', 393 '../breakpad/breakpad.gyp:symupload',
396 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample _code', 394 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample _code',
397 '../third_party/molokocacao/molokocacao.gyp:molokocacao', 395 '../third_party/molokocacao/molokocacao.gyp:molokocacao',
398 396
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 #"//extensions:extensions_browsertests", # TODO(GYP) 434 #"//extensions:extensions_browsertests", # TODO(GYP)
437 #"//extensions:extensions_unittests", # TODO(GYP) 435 #"//extensions:extensions_unittests", # TODO(GYP)
438 #"//net:net_unittests", # TODO(GYP) 436 #"//net:net_unittests", # TODO(GYP)
439 #"//third_party/usrsctp", # TODO(GYP) 437 #"//third_party/usrsctp", # TODO(GYP)
440 #"//ui/app_list:app_list_unittests", # TODO(GYP) 438 #"//ui/app_list:app_list_unittests", # TODO(GYP)
441 #"//ui/gfx:gfx_unittests", # TODO(GYP) 439 #"//ui/gfx:gfx_unittests", # TODO(GYP)
442 ], 440 ],
443 }], 441 }],
444 ['OS=="win"', { 442 ['OS=="win"', {
445 'dependencies': [ 443 'dependencies': [
444 "//ui/metro_viewer",
446 '../third_party/codesighs/codesighs.gyp:msdump2symdb', 445 '../third_party/codesighs/codesighs.gyp:msdump2symdb',
447 '../win8/win8.gyp:metro_viewer', 446 ],
447 'dependencies!': [
448 "//crypto:crypto_unittests", # TODO(GYP)
449 "//net:net_unittests", # TODO(GYP)
448 ], 450 ],
449 }, { 451 }, {
450 'dependencies': [ 452 'dependencies': [
451 '../third_party/codesighs/codesighs.gyp:nm2tsv', 453 '../third_party/codesighs/codesighs.gyp:nm2tsv',
452 ], 454 ],
453 }], 455 }],
454 ['OS=="android" or OS=="linux"', { 456 ['OS=="android" or OS=="linux"', {
455 'dependencies': [ 457 'dependencies': [
456 '../net/net.gyp:disk_cache_memory_test', 458 '../net/net.gyp:disk_cache_memory_test',
457 ], 459 ],
(...skipping 12 matching lines...) Expand all
470 ] 472 ]
471 }], 473 }],
472 ] 474 ]
473 }], 475 }],
474 ], 476 ],
475 }, 477 },
476 { 478 {
477 'target_name': 'gyp_remaining', 479 'target_name': 'gyp_remaining',
478 'type': 'none', 480 'type': 'none',
479 'conditions': [ 481 'conditions': [
480 ['remoting==1', {
481 'dependencies': [
482 '../remoting/app_remoting_webapp.gyp:ar_sample_app', # crbug.com/47 1916
483 ],
484 }],
485 ['remoting==1 and disable_nacl==0 and disable_nacl_untrusted==0', {
486 'dependencies': [
487 '../remoting/remoting.gyp:remoting_key_tester',
488 ],
489 }],
490 ['test_isolation_mode!="noop"', {
491 'dependencies': [
492 '../base/base.gyp:base_unittests_run',
493 '../cc/cc_tests.gyp:cc_unittests_run',
494 '../chrome/chrome.gyp:browser_tests_run',
495 '../chrome/chrome.gyp:chrome_run',
496 '../chrome/chrome.gyp:interactive_ui_tests_run',
497 '../chrome/chrome.gyp:sync_integration_tests_run',
498 '../chrome/chrome.gyp:unit_tests_run',
499 '../components/components_tests.gyp:components_browsertests_run',
500 '../components/components_tests.gyp:components_unittests_run',
501 '../content/content_shell_and_tests.gyp:content_browsertests_run',
502 '../content/content_shell_and_tests.gyp:content_unittests_run',
503 '../crypto/crypto.gyp:crypto_unittests_run',
504 '../courgette/courgette.gyp:courgette_unittests_run',
505 '../gpu/gpu.gyp:gpu_unittests_run',
506 '../media/cast/cast.gyp:cast_unittests_run',
507 '../media/media.gyp:media_unittests_run',
508 '../net/net.gyp:net_unittests_run',
509 '../sql/sql.gyp:sql_unittests_run',
510 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests_run',
511 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run',
512 '../ui/app_list/app_list.gyp:app_list_unittests_run',
513 '../ui/events/events.gyp:events_unittests_run',
514 '../ui/message_center/message_center.gyp:message_center_unittests_ru n',
515 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_run',
516 ],
517 'conditions': [
518 ['use_ash==1', {
519 'dependencies': [
520 '../ash/ash.gyp:ash_unittests_run',
521 ],
522 }],
523 ['OS=="linux"', {
524 'dependencies': [
525 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run',
526 ],
527 }],
528 ],
529 }],
530 ['use_openssl==1', {
531 'dependencies': [
532 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ecdsa_test',
533 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bn_test',
534 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pqueue_test' ,
535 '../third_party/boringssl/boringssl_tests.gyp:boringssl_digest_test' ,
536 '../third_party/boringssl/boringssl_tests.gyp:boringssl_cipher_test' ,
537 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hkdf_test',
538 '../third_party/boringssl/boringssl_tests.gyp:boringssl_constant_tim e_test',
539 '../third_party/boringssl/boringssl_tests.gyp:boringssl_thread_test' ,
540 '../third_party/boringssl/boringssl_tests.gyp:boringssl_base64_test' ,
541 '../third_party/boringssl/boringssl_tests.gyp:boringssl_gcm_test',
542 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bytestring_t est',
543 '../third_party/boringssl/boringssl_tests.gyp:boringssl_evp_test',
544 '../third_party/boringssl/boringssl_tests.gyp:boringssl_dsa_test',
545 '../third_party/boringssl/boringssl_tests.gyp:boringssl_rsa_test',
546 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hmac_test',
547 '../third_party/boringssl/boringssl_tests.gyp:boringssl_aead_test',
548 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ssl_test',
549 '../third_party/boringssl/boringssl_tests.gyp:boringssl_err_test',
550 '../third_party/boringssl/boringssl_tests.gyp:boringssl_lhash_test',
551 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pbkdf_test',
552 '../third_party/boringssl/boringssl_tests.gyp:boringssl_dh_test',
553 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs12_test' ,
554 '../third_party/boringssl/boringssl_tests.gyp:boringssl_example_mul' ,
555 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ec_test',
556 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bio_test',
557 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs7_test',
558 '../third_party/boringssl/boringssl_tests.gyp:boringssl_unittests',
559 ],
560 }],
561 ['OS=="linux"', { 482 ['OS=="linux"', {
562 'dependencies': [ 483 'dependencies': [
563 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 484 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
564 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 485 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
565 ], 486 ],
566 }], 487 'conditions': [
567 ['OS=="win"', { 488 ['remoting==1', {
568 'dependencies': [ 489 'dependencies': [
569 '../base/allocator/allocator.gyp:allocator_unittests', 490 '../remoting/app_remoting_webapp.gyp:ar_sample_app', # crbug.co m/471916
570 '../base/base.gyp:debug_message', 491 ],
571 '../base/base.gyp:pe_image_test', 492 'conditions': [
572 '../chrome/chrome.gyp:app_installer', 493 ['disable_nacl==0 and disable_nacl_untrusted==0', {
573 '../chrome/chrome.gyp:app_installer_unittests', 494 'dependencies': [
574 '../chrome/chrome.gyp:app_shim', 495 '../remoting/remoting.gyp:remoting_key_tester',
575 '../chrome/chrome.gyp:crash_service', 496 ]
576 '../chrome/chrome.gyp:gcapi_dll', 497 }],
577 '../chrome/chrome.gyp:gcapi_test', 498 ],
578 '../chrome/chrome.gyp:installer_util_unittests', 499 }],
579 '../chrome/chrome.gyp:pack_policy_templates', 500 ['test_isolation_mode!="noop"', {
580 '../chrome/chrome.gyp:sb_sigutil', 501 'dependencies': [
581 '../chrome/chrome.gyp:setup', 502 '../base/base.gyp:base_unittests_run',
582 '../chrome/chrome.gyp:setup_unittests', 503 '../cc/cc_tests.gyp:cc_unittests_run',
583 '../chrome/installer/mini_installer.gyp:mini_installer', 504 '../chrome/chrome.gyp:browser_tests_run',
584 '../chrome/tools/crash_service/caps/caps.gyp:caps', 505 '../chrome/chrome.gyp:chrome_run',
585 '../chrome_elf/chrome_elf.gyp:blacklist_test_dll_2', 506 '../chrome/chrome.gyp:interactive_ui_tests_run',
586 '../chrome_elf/chrome_elf.gyp:blacklist_test_dll_3', 507 '../chrome/chrome.gyp:sync_integration_tests_run',
587 '../chrome_elf/chrome_elf.gyp:blacklist_test_main_dll', 508 '../chrome/chrome.gyp:unit_tests_run',
588 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', 509 '../components/components_tests.gyp:components_browsertests_run' ,
589 '../chrome_elf/chrome_elf.gyp:dll_hash_main', 510 '../components/components_tests.gyp:components_unittests_run',
590 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device', 511 '../content/content_shell_and_tests.gyp:content_browsertests_run ',
591 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device_unitte sts', 512 '../content/content_shell_and_tests.gyp:content_unittests_run',
592 '../cloud_print/service/service.gyp:cloud_print_service', 513 '../crypto/crypto.gyp:crypto_unittests_run',
593 '../cloud_print/service/service.gyp:cloud_print_service_config', 514 '../courgette/courgette.gyp:courgette_unittests_run',
594 '../cloud_print/service/service.gyp:cloud_print_service_setup', 515 '../gpu/gpu.gyp:gpu_unittests_run',
595 '../cloud_print/virtual_driver/win/install/virtual_driver_install.gy p:virtual_driver_setup', 516 '../media/cast/cast.gyp:cast_unittests_run',
596 '../cloud_print/virtual_driver/win/virtual_driver.gyp:gcp_portmon', 517 '../media/media.gyp:media_unittests_run',
597 '../components/components.gyp:wifi_test', 518 '../net/net.gyp:net_unittests_run',
598 '../content/content_shell_and_tests.gyp:content_shell_crash_service' , 519 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run',
599 '../content/content_shell_and_tests.gyp:layout_test_helper', 520 '../sql/sql.gyp:sql_unittests_run',
600 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest', 521 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinv alidation_unittests_run',
601 '../gpu/gpu.gyp:angle_end2end_tests', 522 '../ui/accessibility/accessibility.gyp:accessibility_unittests_r un',
602 '../gpu/gpu.gyp:angle_perftests', 523 '../ui/app_list/app_list.gyp:app_list_unittests_run',
603 '../net/net.gyp:net_docs', 524 '../ui/events/events.gyp:events_unittests_run',
604 '../net/net.gyp:quic_client', 525 '../ui/message_center/message_center.gyp:message_center_unittest s_run',
605 '../net/net.gyp:quic_server', 526 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection _unittests_run',
606 '../ppapi/ppapi_internal.gyp:ppapi_perftests', 527 ],
607 '../remoting/app_remoting_test.gyp:ar_sample_test_driver', 528 'conditions': [
608 '../remoting/remoting.gyp:remoting_breakpad_tester', 529 ['use_ash==1', {
609 '../remoting/remoting.gyp:remoting_console', 530 'dependencies': [
610 '../remoting/remoting.gyp:remoting_desktop', 531 '../ash/ash.gyp:ash_unittests_run',
611 '../rlz/rlz.gyp:rlz', 532 ],
612 '../rlz/rlz.gyp:rlz_id', 533 }],
613 '../rlz/rlz.gyp:rlz_unittests', 534 ],
614 '../sandbox/sandbox.gyp:pocdll', 535 }],
615 '../sandbox/sandbox.gyp:sandbox_poc',
616 '../sandbox/sandbox.gyp:sbox_integration_tests',
617 '../sandbox/sandbox.gyp:sbox_unittests',
618 '../sandbox/sandbox.gyp:sbox_validation_tests',
619 '../testing/gtest.gyp:gtest_main',
620 '../third_party/codesighs/codesighs.gyp:msmap2tsv',
621 '../third_party/pdfium/samples/samples.gyp:pdfium_diff',
622 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
623 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
624 '../tools/win/static_initializers/static_initializers.gyp:static_ini tializers',
625 ], 536 ],
626 }], 537 }],
627 ['OS=="win" and target_arch=="ia32"', {
628 'dependencies': [
629 '../base/base.gyp:base_win64',
630 '../base/base.gyp:base_i18n_nacl_win64',
631 '../chrome/chrome.gyp:crash_service_win64',
632 '../chrome/chrome.gyp:launcher_support64',
633 '../components/components.gyp:breakpad_win64',
634 '../courgette/courgette.gyp:courgette64',
635 '../crypto/crypto.gyp:crypto_nacl_win64',
636 '../ipc/ipc.gyp:ipc_win64',
637 '../sandbox/sandbox.gyp:sandbox_win64',
638 '../cloud_print/virtual_driver/win/virtual_driver64.gyp:gcp_portmon6 4',
639 '../cloud_print/virtual_driver/win/virtual_driver64.gyp:virtual_driv er_lib64',
640 ],
641 }],
642 ['OS=="win" and target_arch=="ia32" and configuration_policy==1', {
643 'dependencies': [
644 '../components/components.gyp:policy_win64',
645 ]
646 }],
647 ], 538 ],
648 }, 539 },
649 { 540 {
650 # This target, when built, should cause no actual work 541 # This target, when built, should cause no actual work
651 # to be done, just update a bunch of stamp files. 542 # to be done, just update a bunch of stamp files.
652 'target_name': 'gyp_groups', 543 'target_name': 'gyp_groups',
653 'type': 'none', 544 'type': 'none',
654 'dependencies': [ 545 'dependencies': [
655 'All', 546 'All',
656 'aura_builder', 547 'aura_builder',
657 'blink_tests', 548 'blink_tests',
658 'chromium_builder_asan', 549 'chromium_builder_asan',
659 'chromium_builder_chromedriver', 550 'chromium_builder_chromedriver',
660 'chromium_builder_perf', 551 'chromium_builder_perf',
661 'chromium_builder_tests', 552 'chromium_builder_tests',
662 'chromium_builder_webrtc', 553 'chromium_builder_webrtc',
663 'chromium_gpu_builder', 554 'chromium_gpu_builder',
664 'chromium_gpu_debug_builder', 555 'chromium_gpu_debug_builder',
665 ], 556 ],
666 }, 557 },
667 ] 558 ]
668 } 559 }
669 560
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698