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

Side by Side Diff: build/all.gyp

Issue 6930013: Re-committing http://codereview.chromium.org/6803005/ after fixing multi-dll build: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 | chrome/chrome_browser.gypi » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 '../crypto/crypto.gyp:crypto_unittests', 156 '../crypto/crypto.gyp:crypto_unittests',
157 '../ui/ui.gyp:gfx_unittests', 157 '../ui/ui.gyp:gfx_unittests',
158 '../gpu/gpu.gyp:gpu_unittests', 158 '../gpu/gpu.gyp:gpu_unittests',
159 '../ipc/ipc.gyp:ipc_tests', 159 '../ipc/ipc.gyp:ipc_tests',
160 '../jingle/jingle.gyp:jingle_unittests', 160 '../jingle/jingle.gyp:jingle_unittests',
161 '../media/media.gyp:media_unittests', 161 '../media/media.gyp:media_unittests',
162 '../net/net.gyp:net_unittests', 162 '../net/net.gyp:net_unittests',
163 '../printing/printing.gyp:printing_unittests', 163 '../printing/printing.gyp:printing_unittests',
164 '../remoting/remoting.gyp:remoting_unittests', 164 '../remoting/remoting.gyp:remoting_unittests',
165 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 165 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
166 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts',
166 'temp_gyp/googleurl.gyp:googleurl_unittests', 167 'temp_gyp/googleurl.gyp:googleurl_unittests',
167 ], 168 ],
168 'conditions': [ 169 'conditions': [
169 ['OS=="win"', { 170 ['OS=="win"', {
170 'dependencies': [ 171 'dependencies': [
171 '../chrome/chrome.gyp:installer_util_unittests', 172 '../chrome/chrome.gyp:installer_util_unittests',
172 '../chrome/chrome.gyp:mini_installer_test', 173 '../chrome/chrome.gyp:mini_installer_test',
173 # mini_installer_tests depends on mini_installer. This should be 174 # mini_installer_tests depends on mini_installer. This should be
174 # defined in installer.gyp. 175 # defined in installer.gyp.
175 '../chrome/installer/mini_installer.gyp:mini_installer', 176 '../chrome/installer/mini_installer.gyp:mini_installer',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 '../crypto/crypto.gyp:crypto_unittests', 215 '../crypto/crypto.gyp:crypto_unittests',
215 '../ui/ui.gyp:gfx_unittests', 216 '../ui/ui.gyp:gfx_unittests',
216 '../gpu/gpu.gyp:gpu_unittests', 217 '../gpu/gpu.gyp:gpu_unittests',
217 '../ipc/ipc.gyp:ipc_tests', 218 '../ipc/ipc.gyp:ipc_tests',
218 '../jingle/jingle.gyp:jingle_unittests', 219 '../jingle/jingle.gyp:jingle_unittests',
219 '../media/media.gyp:media_unittests', 220 '../media/media.gyp:media_unittests',
220 '../net/net.gyp:net_unittests', 221 '../net/net.gyp:net_unittests',
221 '../printing/printing.gyp:printing_unittests', 222 '../printing/printing.gyp:printing_unittests',
222 '../remoting/remoting.gyp:remoting_unittests', 223 '../remoting/remoting.gyp:remoting_unittests',
223 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 224 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
225 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts',
224 'temp_gyp/googleurl.gyp:googleurl_unittests', 226 'temp_gyp/googleurl.gyp:googleurl_unittests',
225 ], 227 ],
226 'conditions': [ 228 'conditions': [
227 ['OS=="win"', { 229 ['OS=="win"', {
228 'dependencies': [ 230 'dependencies': [
229 '../chrome/chrome.gyp:installer_util_unittests', 231 '../chrome/chrome.gyp:installer_util_unittests',
230 # TODO(bradnelson): fix and enable. 232 # TODO(bradnelson): fix and enable.
231 #'../chrome/chrome.gyp:mini_installer_test', 233 #'../chrome/chrome.gyp:mini_installer_test',
232 # mini_installer_tests depends on mini_installer. This should be 234 # mini_installer_tests depends on mini_installer. This should be
233 # defined in installer.gyp. 235 # defined in installer.gyp.
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 '../chrome/chrome.gyp:ui_tests', 322 '../chrome/chrome.gyp:ui_tests',
321 '../chrome/chrome.gyp:unit_tests', 323 '../chrome/chrome.gyp:unit_tests',
322 '../ui/ui.gyp:gfx_unittests', 324 '../ui/ui.gyp:gfx_unittests',
323 '../gpu/gpu.gyp:gpu_unittests', 325 '../gpu/gpu.gyp:gpu_unittests',
324 '../ipc/ipc.gyp:ipc_tests', 326 '../ipc/ipc.gyp:ipc_tests',
325 '../jingle/jingle.gyp:jingle_unittests', 327 '../jingle/jingle.gyp:jingle_unittests',
326 '../media/media.gyp:media_unittests', 328 '../media/media.gyp:media_unittests',
327 '../printing/printing.gyp:printing_unittests', 329 '../printing/printing.gyp:printing_unittests',
328 '../remoting/remoting.gyp:remoting_unittests', 330 '../remoting/remoting.gyp:remoting_unittests',
329 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 331 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
332 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
330 'temp_gyp/googleurl.gyp:googleurl_unittests', 333 'temp_gyp/googleurl.gyp:googleurl_unittests',
331 ], 334 ],
332 }, 335 },
333 { 336 {
334 'target_name': 'chromium_builder_rel', 337 'target_name': 'chromium_builder_rel',
335 'type': 'none', 338 'type': 'none',
336 'dependencies': [ 339 'dependencies': [
337 '../app/app.gyp:app_unittests', 340 '../app/app.gyp:app_unittests',
338 '../chrome/chrome.gyp:browser_tests', 341 '../chrome/chrome.gyp:browser_tests',
339 '../chrome/chrome.gyp:memory_test', 342 '../chrome/chrome.gyp:memory_test',
(...skipping 10 matching lines...) Expand all
350 '../chrome/chrome.gyp:unit_tests', 353 '../chrome/chrome.gyp:unit_tests',
351 '../chrome/chrome.gyp:url_fetch_test', 354 '../chrome/chrome.gyp:url_fetch_test',
352 '../ui/ui.gyp:gfx_unittests', 355 '../ui/ui.gyp:gfx_unittests',
353 '../gpu/gpu.gyp:gpu_unittests', 356 '../gpu/gpu.gyp:gpu_unittests',
354 '../ipc/ipc.gyp:ipc_tests', 357 '../ipc/ipc.gyp:ipc_tests',
355 '../jingle/jingle.gyp:jingle_unittests', 358 '../jingle/jingle.gyp:jingle_unittests',
356 '../media/media.gyp:media_unittests', 359 '../media/media.gyp:media_unittests',
357 '../printing/printing.gyp:printing_unittests', 360 '../printing/printing.gyp:printing_unittests',
358 '../remoting/remoting.gyp:remoting_unittests', 361 '../remoting/remoting.gyp:remoting_unittests',
359 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 362 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
363 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
360 'temp_gyp/googleurl.gyp:googleurl_unittests', 364 'temp_gyp/googleurl.gyp:googleurl_unittests',
361 ], 365 ],
362 }, 366 },
363 { 367 {
364 'target_name': 'chromium_builder_dbg_tsan_mac', 368 'target_name': 'chromium_builder_dbg_tsan_mac',
365 'type': 'none', 369 'type': 'none',
366 'dependencies': [ 370 'dependencies': [
367 '../base/base.gyp:base_unittests', 371 '../base/base.gyp:base_unittests',
368 '../crypto/crypto.gyp:crypto_unittests', 372 '../crypto/crypto.gyp:crypto_unittests',
369 'temp_gyp/googleurl.gyp:googleurl_unittests', 373 'temp_gyp/googleurl.gyp:googleurl_unittests',
370 '../net/net.gyp:net_unittests', 374 '../net/net.gyp:net_unittests',
371 '../ipc/ipc.gyp:ipc_tests', 375 '../ipc/ipc.gyp:ipc_tests',
372 '../jingle/jingle.gyp:jingle_unittests', 376 '../jingle/jingle.gyp:jingle_unittests',
373 '../media/media.gyp:media_unittests', 377 '../media/media.gyp:media_unittests',
374 '../printing/printing.gyp:printing_unittests', 378 '../printing/printing.gyp:printing_unittests',
375 '../remoting/remoting.gyp:remoting_unittests', 379 '../remoting/remoting.gyp:remoting_unittests',
376 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 380 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
381 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
377 ], 382 ],
378 }, 383 },
379 { 384 {
380 'target_name': 'chromium_builder_dbg_valgrind_mac', 385 'target_name': 'chromium_builder_dbg_valgrind_mac',
381 'type': 'none', 386 'type': 'none',
382 'dependencies': [ 387 'dependencies': [
383 '../app/app.gyp:app_unittests', 388 '../app/app.gyp:app_unittests',
384 '../base/base.gyp:base_unittests', 389 '../base/base.gyp:base_unittests',
385 '../crypto/crypto.gyp:crypto_unittests', 390 '../crypto/crypto.gyp:crypto_unittests',
386 'temp_gyp/googleurl.gyp:googleurl_unittests', 391 'temp_gyp/googleurl.gyp:googleurl_unittests',
387 '../ipc/ipc.gyp:ipc_tests', 392 '../ipc/ipc.gyp:ipc_tests',
388 '../media/media.gyp:media_unittests', 393 '../media/media.gyp:media_unittests',
389 '../net/net.gyp:net_unittests', 394 '../net/net.gyp:net_unittests',
390 '../printing/printing.gyp:printing_unittests', 395 '../printing/printing.gyp:printing_unittests',
391 '../remoting/remoting.gyp:remoting_unittests', 396 '../remoting/remoting.gyp:remoting_unittests',
392 '../chrome/chrome.gyp:safe_browsing_tests', 397 '../chrome/chrome.gyp:safe_browsing_tests',
393 '../chrome/chrome.gyp:sync_unit_tests', 398 '../chrome/chrome.gyp:sync_unit_tests',
394 '../chrome/chrome.gyp:unit_tests', 399 '../chrome/chrome.gyp:unit_tests',
395 '../chrome/chrome.gyp:ui_tests', 400 '../chrome/chrome.gyp:ui_tests',
396 '../ui/ui.gyp:gfx_unittests', 401 '../ui/ui.gyp:gfx_unittests',
397 '../jingle/jingle.gyp:jingle_unittests', 402 '../jingle/jingle.gyp:jingle_unittests',
398 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 403 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
404 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
399 ], 405 ],
400 }, 406 },
401 ], # targets 407 ], # targets
402 }], # OS="mac" 408 }], # OS="mac"
403 ['OS=="win"', { 409 ['OS=="win"', {
404 'targets': [ 410 'targets': [
405 # These targets are here so the build bots can use them to build 411 # These targets are here so the build bots can use them to build
406 # subsets of a full tree for faster cycle times. 412 # subsets of a full tree for faster cycle times.
407 { 413 {
408 'target_name': 'chromium_builder', 414 'target_name': 'chromium_builder',
(...skipping 29 matching lines...) Expand all
438 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 444 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
439 '../courgette/courgette.gyp:courgette_unittests', 445 '../courgette/courgette.gyp:courgette_unittests',
440 '../ui/ui.gyp:gfx_unittests', 446 '../ui/ui.gyp:gfx_unittests',
441 '../gpu/gpu.gyp:gpu_unittests', 447 '../gpu/gpu.gyp:gpu_unittests',
442 '../ipc/ipc.gyp:ipc_tests', 448 '../ipc/ipc.gyp:ipc_tests',
443 '../jingle/jingle.gyp:jingle_unittests', 449 '../jingle/jingle.gyp:jingle_unittests',
444 '../media/media.gyp:media_unittests', 450 '../media/media.gyp:media_unittests',
445 '../printing/printing.gyp:printing_unittests', 451 '../printing/printing.gyp:printing_unittests',
446 '../remoting/remoting.gyp:remoting_unittests', 452 '../remoting/remoting.gyp:remoting_unittests',
447 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 453 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
454 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
448 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn', 455 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn',
449 '../views/views.gyp:views_unittests', 456 '../views/views.gyp:views_unittests',
450 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. 457 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
451 # This should: 458 # This should:
452 # 1) not be the case. OR. 459 # 1) not be the case. OR.
453 # 2) be expressed in the ui tests dependencies. 460 # 2) be expressed in the ui tests dependencies.
454 '../webkit/webkit.gyp:test_shell_common', 461 '../webkit/webkit.gyp:test_shell_common',
455 'temp_gyp/googleurl.gyp:googleurl_unittests', 462 'temp_gyp/googleurl.gyp:googleurl_unittests',
456 ], 463 ],
457 }, 464 },
458 { 465 {
459 'target_name': 'chromium_builder_dbg_tsan_win', 466 'target_name': 'chromium_builder_dbg_tsan_win',
460 'type': 'none', 467 'type': 'none',
461 'dependencies': [ 468 'dependencies': [
462 '../app/app.gyp:app_unittests', 469 '../app/app.gyp:app_unittests',
463 # TODO(bradnelson): app_unittests should depend on locales. 470 # TODO(bradnelson): app_unittests should depend on locales.
464 # However, we can't add dependencies on chrome/ to app/ 471 # However, we can't add dependencies on chrome/ to app/
465 # See http://crbug.com/43603 472 # See http://crbug.com/43603
466 '../base/base.gyp:base_unittests', 473 '../base/base.gyp:base_unittests',
467 '../chrome/app/locales/locales.gyp:*', 474 '../chrome/app/locales/locales.gyp:*',
468 '../chrome/chrome.gyp:sync_unit_tests', 475 '../chrome/chrome.gyp:sync_unit_tests',
469 '../crypto/crypto.gyp:crypto_unittests', 476 '../crypto/crypto.gyp:crypto_unittests',
470 '../ipc/ipc.gyp:ipc_tests', 477 '../ipc/ipc.gyp:ipc_tests',
471 '../jingle/jingle.gyp:jingle_unittests', 478 '../jingle/jingle.gyp:jingle_unittests',
472 '../media/media.gyp:media_unittests', 479 '../media/media.gyp:media_unittests',
473 '../net/net.gyp:net_unittests', 480 '../net/net.gyp:net_unittests',
474 '../printing/printing.gyp:printing_unittests', 481 '../printing/printing.gyp:printing_unittests',
475 '../remoting/remoting.gyp:remoting_unittests', 482 '../remoting/remoting.gyp:remoting_unittests',
476 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 483 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
484 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
477 'temp_gyp/googleurl.gyp:googleurl_unittests', 485 'temp_gyp/googleurl.gyp:googleurl_unittests',
478 ], 486 ],
479 }, 487 },
480 ], # targets 488 ], # targets
481 'conditions': [ 489 'conditions': [
482 ['branding=="Chrome"', { 490 ['branding=="Chrome"', {
483 'targets': [ 491 'targets': [
484 { 492 {
485 'target_name': 'chrome_official_builder', 493 'target_name': 'chrome_official_builder',
486 'type': 'none', 494 'type': 'none',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 '../ui/ui.gyp:gfx_unittests', 552 '../ui/ui.gyp:gfx_unittests',
545 '../ipc/ipc.gyp:ipc_tests', 553 '../ipc/ipc.gyp:ipc_tests',
546 '../jingle/jingle.gyp:jingle_unittests', 554 '../jingle/jingle.gyp:jingle_unittests',
547 '../media/media.gyp:ffmpeg_tests', 555 '../media/media.gyp:ffmpeg_tests',
548 '../media/media.gyp:media_unittests', 556 '../media/media.gyp:media_unittests',
549 '../media/media.gyp:omx_test', 557 '../media/media.gyp:omx_test',
550 '../net/net.gyp:net_unittests', 558 '../net/net.gyp:net_unittests',
551 '../printing/printing.gyp:printing_unittests', 559 '../printing/printing.gyp:printing_unittests',
552 '../remoting/remoting.gyp:remoting_unittests', 560 '../remoting/remoting.gyp:remoting_unittests',
553 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 561 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
562 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
554 '../views/views.gyp:views_unittests', 563 '../views/views.gyp:views_unittests',
555 'temp_gyp/googleurl.gyp:googleurl_unittests', 564 'temp_gyp/googleurl.gyp:googleurl_unittests',
556 ], 565 ],
557 }, 566 },
558 ], # targets 567 ], # targets
559 }], # "chromeos==1" 568 }], # "chromeos==1"
560 ], # conditions 569 ], # conditions
561 } 570 }
562 571
563 # Local Variables: 572 # Local Variables:
564 # tab-width:2 573 # tab-width:2
565 # indent-tabs-mode:nil 574 # indent-tabs-mode:nil
566 # End: 575 # End:
567 # vim: set expandtab tabstop=2 shiftwidth=2: 576 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698