OLD | NEW |
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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
558 'targets': [ | 558 'targets': [ |
559 { | 559 { |
560 'target_name': 'aura_builder', | 560 'target_name': 'aura_builder', |
561 'type': 'none', | 561 'type': 'none', |
562 'dependencies': [ | 562 'dependencies': [ |
563 '../chrome/chrome.gyp:chrome', | 563 '../chrome/chrome.gyp:chrome', |
564 '../chrome/chrome.gyp:unit_tests', | 564 '../chrome/chrome.gyp:unit_tests', |
565 '../chrome/chrome.gyp:ui_tests', | 565 '../chrome/chrome.gyp:ui_tests', |
566 '../ui/aura/aura.gyp:*', | 566 '../ui/aura/aura.gyp:*', |
567 '../ui/gfx/compositor/compositor.gyp:*', | 567 '../ui/gfx/compositor/compositor.gyp:*', |
| 568 '../ui/ui.gyp:gfx_unittests', |
568 '../ui/views/views.gyp:views', | 569 '../ui/views/views.gyp:views', |
569 '../ui/views/views.gyp:views_unittests', | 570 '../ui/views/views.gyp:views_unittests', |
570 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 571 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
571 ], | 572 ], |
572 'conditions': [ | 573 'conditions': [ |
573 ['OS=="win"', { | 574 ['OS=="win"', { |
574 # Remove this when we have the real compositor. | 575 # Remove this when we have the real compositor. |
575 'copies': [ | 576 'copies': [ |
576 { | 577 { |
577 'destination': '<(PRODUCT_DIR)', | 578 'destination': '<(PRODUCT_DIR)', |
(...skipping 12 matching lines...) Expand all Loading... |
590 ], | 591 ], |
591 }], | 592 }], |
592 ['OS=="linux"', { | 593 ['OS=="linux"', { |
593 # Tests that currently only work on Linux. | 594 # Tests that currently only work on Linux. |
594 'dependencies': [ | 595 'dependencies': [ |
595 '../base/base.gyp:base_unittests', | 596 '../base/base.gyp:base_unittests', |
596 '../content/content.gyp:content_unittests', | 597 '../content/content.gyp:content_unittests', |
597 '../ipc/ipc.gyp:ipc_tests', | 598 '../ipc/ipc.gyp:ipc_tests', |
598 '../sql/sql.gyp:sql_unittests', | 599 '../sql/sql.gyp:sql_unittests', |
599 '../sync/sync.gyp:sync_unit_tests', | 600 '../sync/sync.gyp:sync_unit_tests', |
600 '../ui/ui.gyp:gfx_unittests', | |
601 ], | 601 ], |
602 }], | 602 }], |
603 ['OS=="mac"', { | 603 ['OS=="mac"', { |
604 # Exclude dependencies that are not currently implemented. | 604 # Exclude dependencies that are not currently implemented. |
605 'dependencies!': [ | 605 'dependencies!': [ |
606 '../chrome/chrome.gyp:chrome', | 606 '../chrome/chrome.gyp:chrome', |
607 '../chrome/chrome.gyp:unit_tests', | 607 '../chrome/chrome.gyp:unit_tests', |
608 '../chrome/chrome.gyp:ui_tests', | 608 '../chrome/chrome.gyp:ui_tests', |
609 '../ui/views/views.gyp:views_unittests', | 609 '../ui/views/views.gyp:views_unittests', |
610 ], | 610 ], |
611 }], | 611 }], |
612 ['chromeos==1', { | 612 ['chromeos==1', { |
613 'dependencies': [ | 613 'dependencies': [ |
614 '../chromeos/chromeos.gyp:chromeos_unittests', | 614 '../chromeos/chromeos.gyp:chromeos_unittests', |
615 ], | 615 ], |
616 }], | 616 }], |
617 ], | 617 ], |
618 }, | 618 }, |
619 ], # targets | 619 ], # targets |
620 }], # "use_aura==1" | 620 }], # "use_aura==1" |
621 ], # conditions | 621 ], # conditions |
622 } | 622 } |
OLD | NEW |