| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 ], | 127 ], |
| 128 }], | 128 }], |
| 129 ['toolkit_views==1', { | 129 ['toolkit_views==1', { |
| 130 'dependencies': [ | 130 'dependencies': [ |
| 131 '../ui/views/views.gyp:*', | 131 '../ui/views/views.gyp:*', |
| 132 ], | 132 ], |
| 133 }], | 133 }], |
| 134 ['use_aura==1', { | 134 ['use_aura==1', { |
| 135 'dependencies': [ | 135 'dependencies': [ |
| 136 '../ui/aura/aura.gyp:*', | 136 '../ui/aura/aura.gyp:*', |
| 137 '../ui/aura_shell/aura_shell.gyp:*', | 137 '../ash/ash.gyp:*', |
| 138 ], | 138 ], |
| 139 }], | 139 }], |
| 140 ['remoting==1', { | 140 ['remoting==1', { |
| 141 'dependencies': [ | 141 'dependencies': [ |
| 142 '../remoting/remoting.gyp:*', | 142 '../remoting/remoting.gyp:*', |
| 143 ], | 143 ], |
| 144 }], | 144 }], |
| 145 ['use_openssl==0', { | 145 ['use_openssl==0', { |
| 146 'dependencies': [ | 146 'dependencies': [ |
| 147 '../net/third_party/nss/ssl.gyp:*', | 147 '../net/third_party/nss/ssl.gyp:*', |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 ], | 557 ], |
| 558 }, | 558 }, |
| 559 ], # targets | 559 ], # targets |
| 560 }], # "chromeos==1" | 560 }], # "chromeos==1" |
| 561 ['use_aura==1', { | 561 ['use_aura==1', { |
| 562 'targets': [ | 562 'targets': [ |
| 563 { | 563 { |
| 564 'target_name': 'aura_builder', | 564 'target_name': 'aura_builder', |
| 565 'type': 'none', | 565 'type': 'none', |
| 566 'dependencies': [ | 566 'dependencies': [ |
| 567 '../ash/ash.gyp:ash_shell', |
| 568 '../ash/ash.gyp:aura_shell_unittests', |
| 567 '../chrome/chrome.gyp:chrome', | 569 '../chrome/chrome.gyp:chrome', |
| 568 '../chrome/chrome.gyp:unit_tests', | 570 '../chrome/chrome.gyp:unit_tests', |
| 569 '../chrome/chrome.gyp:ui_tests', | 571 '../chrome/chrome.gyp:ui_tests', |
| 570 '../ui/aura_shell/aura_shell.gyp:aura_shell_exe', | |
| 571 '../ui/aura_shell/aura_shell.gyp:aura_shell_unittests', | |
| 572 '../ui/aura/aura.gyp:*', | 572 '../ui/aura/aura.gyp:*', |
| 573 '../ui/gfx/compositor/compositor.gyp:*', | 573 '../ui/gfx/compositor/compositor.gyp:*', |
| 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': [ |
| (...skipping 17 matching lines...) Expand all Loading... |
| 599 '../sql/sql.gyp:sql_unittests', | 599 '../sql/sql.gyp:sql_unittests', |
| 600 '../ui/ui.gyp:gfx_unittests', | 600 '../ui/ui.gyp:gfx_unittests', |
| 601 ], | 601 ], |
| 602 }], | 602 }], |
| 603 ], | 603 ], |
| 604 }, | 604 }, |
| 605 ], # targets | 605 ], # targets |
| 606 }], # "use_aura==1" | 606 }], # "use_aura==1" |
| 607 ], # conditions | 607 ], # conditions |
| 608 } | 608 } |
| OLD | NEW |