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

Side by Side Diff: build/all.gyp

Issue 12073003: Make build/temp_gyp/googleurl a 'none' target that depends on the 'real' src/googleurl/googleurl.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm googleurl_unittests Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | build/temp_gyp/googleurl.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 ], 181 ],
182 ], 182 ],
183 }, # target_name: All_syzygy 183 }, # target_name: All_syzygy
184 { 184 {
185 'target_name': 'chromium_builder_tests', 185 'target_name': 'chromium_builder_tests',
186 'type': 'none', 186 'type': 'none',
187 'dependencies': [ 187 'dependencies': [
188 '../base/base.gyp:base_unittests', 188 '../base/base.gyp:base_unittests',
189 '../chrome/chrome.gyp:unit_tests', 189 '../chrome/chrome.gyp:unit_tests',
190 '../crypto/crypto.gyp:crypto_unittests', 190 '../crypto/crypto.gyp:crypto_unittests',
191 '../googleurl/googleurl.gyp:googleurl_unittests',
191 '../media/media.gyp:media_unittests', 192 '../media/media.gyp:media_unittests',
192 '../net/net.gyp:net_unittests', 193 '../net/net.gyp:net_unittests',
193 '../sql/sql.gyp:sql_unittests', 194 '../sql/sql.gyp:sql_unittests',
194 '../ui/ui.gyp:ui_unittests', 195 '../ui/ui.gyp:ui_unittests',
195 'temp_gyp/googleurl.gyp:googleurl_unittests',
196 ], 196 ],
197 'conditions': [ 197 'conditions': [
198 ['OS!="ios"', { 198 ['OS!="ios"', {
199 'dependencies': [ 199 'dependencies': [
200 '../cc/cc_tests.gyp:cc_unittests', 200 '../cc/cc_tests.gyp:cc_unittests',
201 '../chrome/chrome.gyp:browser_tests', 201 '../chrome/chrome.gyp:browser_tests',
202 '../chrome/chrome.gyp:chromedriver2_tests', 202 '../chrome/chrome.gyp:chromedriver2_tests',
203 '../chrome/chrome.gyp:chromedriver2_unittests', 203 '../chrome/chrome.gyp:chromedriver2_unittests',
204 '../chrome/chrome.gyp:interactive_ui_tests', 204 '../chrome/chrome.gyp:interactive_ui_tests',
205 '../chrome/chrome.gyp:sync_integration_tests', 205 '../chrome/chrome.gyp:sync_integration_tests',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 '../cc/cc_tests.gyp:cc_unittests', 397 '../cc/cc_tests.gyp:cc_unittests',
398 '../chrome/chrome.gyp:browser_tests', 398 '../chrome/chrome.gyp:browser_tests',
399 '../chrome/chrome.gyp:interactive_ui_tests', 399 '../chrome/chrome.gyp:interactive_ui_tests',
400 '../chrome/chrome.gyp:sync_integration_tests', 400 '../chrome/chrome.gyp:sync_integration_tests',
401 '../chrome/chrome.gyp:unit_tests', 401 '../chrome/chrome.gyp:unit_tests',
402 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 402 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
403 '../components/components.gyp:components_unittests', 403 '../components/components.gyp:components_unittests',
404 '../content/content.gyp:content_browsertests', 404 '../content/content.gyp:content_browsertests',
405 '../content/content.gyp:content_unittests', 405 '../content/content.gyp:content_unittests',
406 '../device/device.gyp:device_unittests', 406 '../device/device.gyp:device_unittests',
407 '../ui/ui.gyp:ui_unittests', 407 '../googleurl/googleurl.gyp:googleurl_unittests',
408 '../gpu/gpu.gyp:gpu_unittests', 408 '../gpu/gpu.gyp:gpu_unittests',
409 '../ipc/ipc.gyp:ipc_tests', 409 '../ipc/ipc.gyp:ipc_tests',
410 '../jingle/jingle.gyp:jingle_unittests', 410 '../jingle/jingle.gyp:jingle_unittests',
411 '../media/media.gyp:media_unittests', 411 '../media/media.gyp:media_unittests',
412 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 412 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
413 '../printing/printing.gyp:printing_unittests', 413 '../printing/printing.gyp:printing_unittests',
414 '../remoting/remoting.gyp:remoting_unittests', 414 '../remoting/remoting.gyp:remoting_unittests',
415 '../rlz/rlz.gyp:*', 415 '../rlz/rlz.gyp:*',
416 '../sql/sql.gyp:sql_unittests', 416 '../sql/sql.gyp:sql_unittests',
417 '../sync/sync.gyp:sync_unit_tests', 417 '../sync/sync.gyp:sync_unit_tests',
418 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 418 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
419 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 419 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
420 '../ui/ui.gyp:ui_unittests',
420 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 421 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
421 'temp_gyp/googleurl.gyp:googleurl_unittests',
422 ], 422 ],
423 }, 423 },
424 { 424 {
425 'target_name': 'chromium_builder_rel', 425 'target_name': 'chromium_builder_rel',
426 'type': 'none', 426 'type': 'none',
427 'dependencies': [ 427 'dependencies': [
428 '../cc/cc_tests.gyp:cc_unittests', 428 '../cc/cc_tests.gyp:cc_unittests',
429 '../chrome/chrome.gyp:browser_tests', 429 '../chrome/chrome.gyp:browser_tests',
430 '../chrome/chrome.gyp:performance_browser_tests', 430 '../chrome/chrome.gyp:performance_browser_tests',
431 '../chrome/chrome.gyp:performance_ui_tests', 431 '../chrome/chrome.gyp:performance_ui_tests',
432 '../chrome/chrome.gyp:sync_integration_tests', 432 '../chrome/chrome.gyp:sync_integration_tests',
433 '../chrome/chrome.gyp:unit_tests', 433 '../chrome/chrome.gyp:unit_tests',
434 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 434 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
435 '../components/components.gyp:components_unittests', 435 '../components/components.gyp:components_unittests',
436 '../content/content.gyp:content_browsertests', 436 '../content/content.gyp:content_browsertests',
437 '../content/content.gyp:content_unittests', 437 '../content/content.gyp:content_unittests',
438 '../device/device.gyp:device_unittests', 438 '../device/device.gyp:device_unittests',
439 '../ui/ui.gyp:ui_unittests', 439 '../googleurl/googleurl.gyp:googleurl_unittests',
440 '../gpu/gpu.gyp:gpu_unittests', 440 '../gpu/gpu.gyp:gpu_unittests',
441 '../ipc/ipc.gyp:ipc_tests', 441 '../ipc/ipc.gyp:ipc_tests',
442 '../jingle/jingle.gyp:jingle_unittests', 442 '../jingle/jingle.gyp:jingle_unittests',
443 '../media/media.gyp:media_unittests', 443 '../media/media.gyp:media_unittests',
444 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 444 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
445 '../printing/printing.gyp:printing_unittests', 445 '../printing/printing.gyp:printing_unittests',
446 '../remoting/remoting.gyp:remoting_unittests', 446 '../remoting/remoting.gyp:remoting_unittests',
447 '../sql/sql.gyp:sql_unittests', 447 '../sql/sql.gyp:sql_unittests',
448 '../sync/sync.gyp:sync_unit_tests', 448 '../sync/sync.gyp:sync_unit_tests',
449 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 449 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
450 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 450 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
451 '../ui/ui.gyp:ui_unittests',
451 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 452 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
452 'temp_gyp/googleurl.gyp:googleurl_unittests',
453 ], 453 ],
454 }, 454 },
455 { 455 {
456 'target_name': 'chromium_builder_dbg_tsan_mac', 456 'target_name': 'chromium_builder_dbg_tsan_mac',
457 'type': 'none', 457 'type': 'none',
458 'dependencies': [ 458 'dependencies': [
459 '../base/base.gyp:base_unittests', 459 '../base/base.gyp:base_unittests',
460 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 460 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
461 '../crypto/crypto.gyp:crypto_unittests', 461 '../crypto/crypto.gyp:crypto_unittests',
462 'temp_gyp/googleurl.gyp:googleurl_unittests', 462 '../googleurl/googleurl.gyp:googleurl_unittests',
463 '../net/net.gyp:net_unittests', 463 '../net/net.gyp:net_unittests',
464 '../ipc/ipc.gyp:ipc_tests', 464 '../ipc/ipc.gyp:ipc_tests',
465 '../jingle/jingle.gyp:jingle_unittests', 465 '../jingle/jingle.gyp:jingle_unittests',
466 '../media/media.gyp:media_unittests', 466 '../media/media.gyp:media_unittests',
467 '../printing/printing.gyp:printing_unittests', 467 '../printing/printing.gyp:printing_unittests',
468 '../remoting/remoting.gyp:remoting_unittests', 468 '../remoting/remoting.gyp:remoting_unittests',
469 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 469 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
470 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 470 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
471 ], 471 ],
472 }, 472 },
473 { 473 {
474 'target_name': 'chromium_builder_asan_mac', 474 'target_name': 'chromium_builder_asan_mac',
475 'type': 'none', 475 'type': 'none',
476 'dependencies': [ 476 'dependencies': [
477 '../chrome/chrome.gyp:chrome', 477 '../chrome/chrome.gyp:chrome',
478 '../net/net.gyp:dns_fuzz_stub', 478 '../net/net.gyp:dns_fuzz_stub',
479 '../webkit/webkit.gyp:pull_in_DumpRenderTree', 479 '../webkit/webkit.gyp:pull_in_DumpRenderTree',
480 ], 480 ],
481 }, 481 },
482 { 482 {
483 'target_name': 'chromium_builder_dbg_valgrind_mac', 483 'target_name': 'chromium_builder_dbg_valgrind_mac',
484 'type': 'none', 484 'type': 'none',
485 'dependencies': [ 485 'dependencies': [
486 '../base/base.gyp:base_unittests', 486 '../base/base.gyp:base_unittests',
487 '../chrome/chrome.gyp:unit_tests',
487 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 488 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
489 '../components/components.gyp:components_unittests',
490 '../content/content.gyp:content_unittests',
488 '../crypto/crypto.gyp:crypto_unittests', 491 '../crypto/crypto.gyp:crypto_unittests',
492 '../device/device.gyp:device_unittests',
493 '../googleurl/googleurl.gyp:googleurl_unittests',
489 '../ipc/ipc.gyp:ipc_tests', 494 '../ipc/ipc.gyp:ipc_tests',
495 '../jingle/jingle.gyp:jingle_unittests',
490 '../media/media.gyp:media_unittests', 496 '../media/media.gyp:media_unittests',
491 '../net/net.gyp:net_unittests', 497 '../net/net.gyp:net_unittests',
492 '../printing/printing.gyp:printing_unittests', 498 '../printing/printing.gyp:printing_unittests',
493 '../remoting/remoting.gyp:remoting_unittests', 499 '../remoting/remoting.gyp:remoting_unittests',
494 '../chrome/chrome.gyp:unit_tests',
495 '../components/components.gyp:components_unittests',
496 '../content/content.gyp:content_unittests',
497 '../device/device.gyp:device_unittests',
498 '../ui/ui.gyp:ui_unittests',
499 '../jingle/jingle.gyp:jingle_unittests',
500 '../sql/sql.gyp:sql_unittests', 500 '../sql/sql.gyp:sql_unittests',
501 '../sync/sync.gyp:sync_unit_tests', 501 '../sync/sync.gyp:sync_unit_tests',
502 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 502 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
503 '../ui/ui.gyp:ui_unittests',
503 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 504 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
504 'temp_gyp/googleurl.gyp:googleurl_unittests',
505 ], 505 ],
506 }, 506 },
507 ], # targets 507 ], # targets
508 }], # OS="mac" 508 }], # OS="mac"
509 ['OS=="win"', { 509 ['OS=="win"', {
510 'targets': [ 510 'targets': [
511 # These targets are here so the build bots can use them to build 511 # These targets are here so the build bots can use them to build
512 # subsets of a full tree for faster cycle times. 512 # subsets of a full tree for faster cycle times.
513 { 513 {
514 'target_name': 'chromium_builder', 514 'target_name': 'chromium_builder',
515 'type': 'none', 515 'type': 'none',
516 'dependencies': [ 516 'dependencies': [
517 '../cc/cc_tests.gyp:cc_unittests', 517 '../cc/cc_tests.gyp:cc_unittests',
518 '../chrome/chrome.gyp:browser_tests', 518 '../chrome/chrome.gyp:browser_tests',
519 '../chrome/chrome.gyp:installer_util_unittests', 519 '../chrome/chrome.gyp:installer_util_unittests',
520 '../chrome/chrome.gyp:interactive_ui_tests', 520 '../chrome/chrome.gyp:interactive_ui_tests',
521 '../chrome/chrome.gyp:mini_installer_test', 521 '../chrome/chrome.gyp:mini_installer_test',
522 '../chrome/chrome.gyp:performance_browser_tests', 522 '../chrome/chrome.gyp:performance_browser_tests',
523 '../chrome/chrome.gyp:performance_ui_tests', 523 '../chrome/chrome.gyp:performance_ui_tests',
524 '../chrome/chrome.gyp:sync_integration_tests', 524 '../chrome/chrome.gyp:sync_integration_tests',
525 '../chrome/chrome.gyp:unit_tests', 525 '../chrome/chrome.gyp:unit_tests',
526 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 526 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
527 '../components/components.gyp:components_unittests', 527 '../components/components.gyp:components_unittests',
528 '../content/content.gyp:content_browsertests', 528 '../content/content.gyp:content_browsertests',
529 '../content/content.gyp:content_unittests', 529 '../content/content.gyp:content_unittests',
530 # mini_installer_tests depends on mini_installer. This should be 530 # mini_installer_tests depends on mini_installer. This should be
531 # defined in installer.gyp. 531 # defined in installer.gyp.
532 '../chrome/installer/mini_installer.gyp:mini_installer',
533 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 532 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
534 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 533 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
535 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 534 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
536 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 535 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
537 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 536 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
538 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 537 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
538 '../chrome/installer/mini_installer.gyp:mini_installer',
539 '../courgette/courgette.gyp:courgette_unittests', 539 '../courgette/courgette.gyp:courgette_unittests',
540 '../device/device.gyp:device_unittests', 540 '../device/device.gyp:device_unittests',
541 '../ui/ui.gyp:ui_unittests', 541 '../googleurl/googleurl.gyp:googleurl_unittests',
542 '../gpu/gpu.gyp:gpu_unittests', 542 '../gpu/gpu.gyp:gpu_unittests',
543 '../ipc/ipc.gyp:ipc_tests', 543 '../ipc/ipc.gyp:ipc_tests',
544 '../jingle/jingle.gyp:jingle_unittests', 544 '../jingle/jingle.gyp:jingle_unittests',
545 '../media/media.gyp:media_unittests', 545 '../media/media.gyp:media_unittests',
546 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 546 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
547 '../printing/printing.gyp:printing_unittests', 547 '../printing/printing.gyp:printing_unittests',
548 '../remoting/remoting.gyp:remoting_unittests', 548 '../remoting/remoting.gyp:remoting_unittests',
549 '../sql/sql.gyp:sql_unittests', 549 '../sql/sql.gyp:sql_unittests',
550 '../sync/sync.gyp:sync_unit_tests', 550 '../sync/sync.gyp:sync_unit_tests',
551 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 551 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
552 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 552 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
553 '../ui/ui.gyp:ui_unittests',
553 '../ui/views/views.gyp:views_unittests', 554 '../ui/views/views.gyp:views_unittests',
554 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 555 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
555 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', 556 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
556 'temp_gyp/googleurl.gyp:googleurl_unittests',
557 ], 557 ],
558 'conditions': [ 558 'conditions': [
559 ['use_aura==1', { 559 ['use_aura==1', {
560 'dependencies!': [ 560 'dependencies!': [
561 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 561 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
562 ], 562 ],
563 'defines': [ 563 'defines': [
564 'OMIT_CHROME_FRAME', 564 'OMIT_CHROME_FRAME',
565 ], 565 ],
566 }], # use_aura==1 566 }], # use_aura==1
(...skipping 13 matching lines...) Expand all
580 }, 580 },
581 { 581 {
582 'target_name': 'chromium_builder_dbg_tsan_win', 582 'target_name': 'chromium_builder_dbg_tsan_win',
583 'type': 'none', 583 'type': 'none',
584 'dependencies': [ 584 'dependencies': [
585 '../base/base.gyp:base_unittests', 585 '../base/base.gyp:base_unittests',
586 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 586 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
587 '../components/components.gyp:components_unittests', 587 '../components/components.gyp:components_unittests',
588 '../content/content.gyp:content_unittests', 588 '../content/content.gyp:content_unittests',
589 '../crypto/crypto.gyp:crypto_unittests', 589 '../crypto/crypto.gyp:crypto_unittests',
590 '../googleurl/googleurl.gyp:googleurl_unittests',
590 '../ipc/ipc.gyp:ipc_tests', 591 '../ipc/ipc.gyp:ipc_tests',
591 '../jingle/jingle.gyp:jingle_unittests', 592 '../jingle/jingle.gyp:jingle_unittests',
592 '../media/media.gyp:media_unittests', 593 '../media/media.gyp:media_unittests',
593 '../net/net.gyp:net_unittests', 594 '../net/net.gyp:net_unittests',
594 '../printing/printing.gyp:printing_unittests', 595 '../printing/printing.gyp:printing_unittests',
595 '../remoting/remoting.gyp:remoting_unittests', 596 '../remoting/remoting.gyp:remoting_unittests',
596 '../sql/sql.gyp:sql_unittests', 597 '../sql/sql.gyp:sql_unittests',
597 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 598 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
598 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 599 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
599 'temp_gyp/googleurl.gyp:googleurl_unittests',
600 ], 600 ],
601 }, 601 },
602 { 602 {
603 'target_name': 'chromium_builder_dbg_drmemory_win', 603 'target_name': 'chromium_builder_dbg_drmemory_win',
604 'type': 'none', 604 'type': 'none',
605 'dependencies': [ 605 'dependencies': [
606 '../base/base.gyp:base_unittests', 606 '../base/base.gyp:base_unittests',
607 '../chrome/chrome.gyp:unit_tests', 607 '../chrome/chrome.gyp:unit_tests',
608 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 608 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
609 '../components/components.gyp:components_unittests', 609 '../components/components.gyp:components_unittests',
610 '../content/content.gyp:content_unittests', 610 '../content/content.gyp:content_unittests',
611 '../crypto/crypto.gyp:crypto_unittests', 611 '../crypto/crypto.gyp:crypto_unittests',
612 '../device/device.gyp:device_unittests', 612 '../device/device.gyp:device_unittests',
613 '../googleurl/googleurl.gyp:googleurl_unittests',
613 '../ipc/ipc.gyp:ipc_tests', 614 '../ipc/ipc.gyp:ipc_tests',
614 '../jingle/jingle.gyp:jingle_unittests', 615 '../jingle/jingle.gyp:jingle_unittests',
615 '../media/media.gyp:media_unittests', 616 '../media/media.gyp:media_unittests',
616 '../net/net.gyp:net_unittests', 617 '../net/net.gyp:net_unittests',
617 '../printing/printing.gyp:printing_unittests', 618 '../printing/printing.gyp:printing_unittests',
618 '../remoting/remoting.gyp:remoting_unittests', 619 '../remoting/remoting.gyp:remoting_unittests',
619 '../sql/sql.gyp:sql_unittests', 620 '../sql/sql.gyp:sql_unittests',
620 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 621 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
621 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 622 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
622 'temp_gyp/googleurl.gyp:googleurl_unittests',
623 ], 623 ],
624 }, 624 },
625 { 625 {
626 'target_name': 'webkit_builder_win', 626 'target_name': 'webkit_builder_win',
627 'type': 'none', 627 'type': 'none',
628 'dependencies': [ 628 'dependencies': [
629 '../webkit/webkit.gyp:test_shell', 629 '../webkit/webkit.gyp:test_shell',
630 '../webkit/webkit.gyp:test_shell_tests', 630 '../webkit/webkit.gyp:test_shell_tests',
631 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 631 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
632 '../webkit/webkit.gyp:pull_in_DumpRenderTree', 632 '../webkit/webkit.gyp:pull_in_DumpRenderTree',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 '../chrome/chrome.gyp:browser_tests_run', 767 '../chrome/chrome.gyp:browser_tests_run',
768 '../chrome/chrome.gyp:sync_integration_tests_run', 768 '../chrome/chrome.gyp:sync_integration_tests_run',
769 '../chrome/chrome.gyp:unit_tests_run', 769 '../chrome/chrome.gyp:unit_tests_run',
770 '../net/net.gyp:net_unittests_run', 770 '../net/net.gyp:net_unittests_run',
771 ], 771 ],
772 }, # target_name: chromium_swarm_tests 772 }, # target_name: chromium_swarm_tests
773 ], 773 ],
774 }], 774 }],
775 ], # conditions 775 ], # conditions
776 } 776 }
OLDNEW
« no previous file with comments | « no previous file | build/temp_gyp/googleurl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698