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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
562 { | 562 { |
563 'target_name': 'aura_builder', | 563 'target_name': 'aura_builder', |
564 'type': 'none', | 564 'type': 'none', |
565 'dependencies': [ | 565 'dependencies': [ |
566 '../chrome/chrome.gyp:browser_tests', | 566 '../chrome/chrome.gyp:browser_tests', |
567 '../chrome/chrome.gyp:chrome', | 567 '../chrome/chrome.gyp:chrome', |
568 '../chrome/chrome.gyp:interactive_ui_tests', | 568 '../chrome/chrome.gyp:interactive_ui_tests', |
569 '../chrome/chrome.gyp:ui_tests', | 569 '../chrome/chrome.gyp:ui_tests', |
570 '../chrome/chrome.gyp:unit_tests', | 570 '../chrome/chrome.gyp:unit_tests', |
571 '../ui/aura/aura.gyp:*', | 571 '../ui/aura/aura.gyp:*', |
572 '../ui/gfx/compositor/compositor.gyp:*', | 572 '../ui/compositor/compositor.gyp:*', |
573 '../ui/ui.gyp:gfx_unittests', | 573 '../ui/ui.gyp:gfx_unittests', |
574 '../ui/views/views.gyp:views', | 574 '../ui/views/views.gyp:views', |
575 '../ui/views/views.gyp:views_unittests', | 575 '../ui/views/views.gyp:views_unittests', |
576 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 576 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
577 ], | 577 ], |
578 'conditions': [ | 578 'conditions': [ |
579 ['OS=="win"', { | 579 ['OS=="win"', { |
580 # Remove this when we have the real compositor. | 580 # Remove this when we have the real compositor. |
581 'copies': [ | 581 'copies': [ |
582 { | 582 { |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
618 'dependencies': [ | 618 'dependencies': [ |
619 '../chromeos/chromeos.gyp:chromeos_unittests', | 619 '../chromeos/chromeos.gyp:chromeos_unittests', |
620 ], | 620 ], |
621 }], | 621 }], |
622 ], | 622 ], |
623 }, | 623 }, |
624 ], # targets | 624 ], # targets |
625 }], # "use_aura==1" | 625 }], # "use_aura==1" |
626 ], # conditions | 626 ], # conditions |
627 } | 627 } |
OLD | NEW |