| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 ], | 126 ], |
| 127 }], | 127 }], |
| 128 ['toolkit_views==1', { | 128 ['toolkit_views==1', { |
| 129 'dependencies': [ | 129 'dependencies': [ |
| 130 '../ui/views/views.gyp:*', | 130 '../ui/views/views.gyp:*', |
| 131 ], | 131 ], |
| 132 }], | 132 }], |
| 133 ['use_aura==1', { | 133 ['use_aura==1', { |
| 134 'dependencies': [ | 134 'dependencies': [ |
| 135 '../ui/aura/aura.gyp:*', | 135 '../ui/aura/aura.gyp:*', |
| 136 '../ui/oak/oak.gyp:*', |
| 136 '../ash/ash.gyp:*', | 137 '../ash/ash.gyp:*', |
| 137 ], | 138 ], |
| 138 }], | 139 }], |
| 139 ['remoting==1', { | 140 ['remoting==1', { |
| 140 'dependencies': [ | 141 'dependencies': [ |
| 141 '../remoting/remoting.gyp:*', | 142 '../remoting/remoting.gyp:*', |
| 142 ], | 143 ], |
| 143 }], | 144 }], |
| 144 ['use_openssl==0', { | 145 ['use_openssl==0', { |
| 145 'dependencies': [ | 146 'dependencies': [ |
| (...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 '../chrome/chrome.gyp:ui_tests', | 617 '../chrome/chrome.gyp:ui_tests', |
| 617 '../ui/views/views.gyp:views_unittests', | 618 '../ui/views/views.gyp:views_unittests', |
| 618 ], | 619 ], |
| 619 }], | 620 }], |
| 620 ], | 621 ], |
| 621 }, | 622 }, |
| 622 ], # targets | 623 ], # targets |
| 623 }], # "use_aura==1" | 624 }], # "use_aura==1" |
| 624 ], # conditions | 625 ], # conditions |
| 625 } | 626 } |
| OLD | NEW |