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

Side by Side Diff: build/gn_migration.gypi

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