| 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 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 591 }], | 591 }], |
| 592 ['OS=="mac"', { | 592 ['OS=="mac"', { |
| 593 # Exclude dependencies that are not currently implemented. | 593 # Exclude dependencies that are not currently implemented. |
| 594 'dependencies!': [ | 594 'dependencies!': [ |
| 595 '../chrome/chrome.gyp:chrome', | 595 '../chrome/chrome.gyp:chrome', |
| 596 '../chrome/chrome.gyp:unit_tests', | 596 '../chrome/chrome.gyp:unit_tests', |
| 597 '../chrome/chrome.gyp:ui_tests', | 597 '../chrome/chrome.gyp:ui_tests', |
| 598 '../ui/views/views.gyp:views_unittests', | 598 '../ui/views/views.gyp:views_unittests', |
| 599 ], | 599 ], |
| 600 }], | 600 }], |
| 601 ['chromeos==1', { |
| 602 'dependencies': [ |
| 603 '../chromeos/chromeos.gyp:chromeos_unittests', |
| 604 ], |
| 605 }], |
| 601 ], | 606 ], |
| 602 }, | 607 }, |
| 603 ], # targets | 608 ], # targets |
| 604 }], # "use_aura==1" | 609 }], # "use_aura==1" |
| 605 ], # conditions | 610 ], # conditions |
| 606 } | 611 } |
| OLD | NEW |