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