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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 ['use_aura==1', { | 546 ['use_aura==1', { |
547 'targets': [ | 547 'targets': [ |
548 { | 548 { |
549 'target_name': 'aura_builder', | 549 'target_name': 'aura_builder', |
550 'type': 'none', | 550 'type': 'none', |
551 'dependencies': [ | 551 'dependencies': [ |
552 '../chrome/chrome.gyp:browser_tests', | 552 '../chrome/chrome.gyp:browser_tests', |
553 '../chrome/chrome.gyp:chrome', | 553 '../chrome/chrome.gyp:chrome', |
554 '../chrome/chrome.gyp:interactive_ui_tests', | 554 '../chrome/chrome.gyp:interactive_ui_tests', |
555 '../chrome/chrome.gyp:unit_tests', | 555 '../chrome/chrome.gyp:unit_tests', |
| 556 '../remoting/remoting.gyp:remoting_unittests', |
556 '../ui/aura/aura.gyp:*', | 557 '../ui/aura/aura.gyp:*', |
557 '../ui/compositor/compositor.gyp:*', | 558 '../ui/compositor/compositor.gyp:*', |
558 '../ui/ui.gyp:gfx_unittests', | 559 '../ui/ui.gyp:gfx_unittests', |
559 '../ui/views/views.gyp:views', | 560 '../ui/views/views.gyp:views', |
560 '../ui/views/views.gyp:views_unittests', | 561 '../ui/views/views.gyp:views_unittests', |
561 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 562 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
562 ], | 563 ], |
563 'conditions': [ | 564 'conditions': [ |
564 ['OS=="win"', { | 565 ['OS=="win"', { |
565 # Remove this when we have the real compositor. | 566 # Remove this when we have the real compositor. |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 'dependencies': [ | 603 'dependencies': [ |
603 '../chromeos/chromeos.gyp:chromeos_unittests', | 604 '../chromeos/chromeos.gyp:chromeos_unittests', |
604 ], | 605 ], |
605 }], | 606 }], |
606 ], | 607 ], |
607 }, | 608 }, |
608 ], # targets | 609 ], # targets |
609 }], # "use_aura==1" | 610 }], # "use_aura==1" |
610 ], # conditions | 611 ], # conditions |
611 } | 612 } |
OLD | NEW |