OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 ], # targets | 610 ], # targets |
611 }], # "chromeos==1" | 611 }], # "chromeos==1" |
612 ['use_aura==1', { | 612 ['use_aura==1', { |
613 'targets': [ | 613 'targets': [ |
614 { | 614 { |
615 'target_name': 'aura_builder', | 615 'target_name': 'aura_builder', |
616 'type': 'none', | 616 'type': 'none', |
617 'dependencies': [ | 617 'dependencies': [ |
618 '../chrome/chrome.gyp:chrome', | 618 '../chrome/chrome.gyp:chrome', |
619 '../chrome/chrome.gyp:unit_tests', | 619 '../chrome/chrome.gyp:unit_tests', |
| 620 '../chrome/chrome.gyp:ui_tests', |
620 '../ui/aura_shell/aura_shell.gyp:aura_shell_exe', | 621 '../ui/aura_shell/aura_shell.gyp:aura_shell_exe', |
621 '../ui/aura_shell/aura_shell.gyp:aura_shell_unittests', | 622 '../ui/aura_shell/aura_shell.gyp:aura_shell_unittests', |
622 '../ui/aura/aura.gyp:*', | 623 '../ui/aura/aura.gyp:*', |
623 '../ui/gfx/compositor/compositor.gyp:*', | 624 '../ui/gfx/compositor/compositor.gyp:*', |
624 '../ui/views/views.gyp:views', | 625 '../ui/views/views.gyp:views', |
625 '../ui/views/views.gyp:views_unittests', | 626 '../ui/views/views.gyp:views_unittests', |
626 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 627 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
627 ], | 628 ], |
628 'conditions': [ | 629 'conditions': [ |
629 ['OS=="win"', { | 630 ['OS=="win"', { |
(...skipping 19 matching lines...) Expand all Loading... |
649 '../sql/sql.gyp:sql_unittests', | 650 '../sql/sql.gyp:sql_unittests', |
650 '../ui/ui.gyp:gfx_unittests', | 651 '../ui/ui.gyp:gfx_unittests', |
651 ], | 652 ], |
652 }], | 653 }], |
653 ], | 654 ], |
654 }, | 655 }, |
655 ], # targets | 656 ], # targets |
656 }], # "use_aura==1" | 657 }], # "use_aura==1" |
657 ], # conditions | 658 ], # conditions |
658 } | 659 } |
OLD | NEW |