| 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 ], # targets | 610 ], # targets |
| 611 }], # "chromeos==1" | 611 }], # "chromeos==1" |
| 612 ['use_aura==1', { | 612 ['use_aura==1', { |
| 613 'targets': [ | 613 'targets': [ |
| 614 { | 614 { |
| 615 'target_name': 'aura_builder', | 615 'target_name': 'aura_builder', |
| 616 'type': 'none', | 616 'type': 'none', |
| 617 'dependencies': [ | 617 'dependencies': [ |
| 618 '../chrome/chrome.gyp:chrome', | 618 '../chrome/chrome.gyp:chrome', |
| 619 '../chrome/chrome.gyp:unit_tests', | 619 '../chrome/chrome.gyp:unit_tests', |
| 620 '../chrome/chrome.gyp:ui_tests', | |
| 621 '../ui/aura_shell/aura_shell.gyp:aura_shell_exe', | 620 '../ui/aura_shell/aura_shell.gyp:aura_shell_exe', |
| 622 '../ui/aura_shell/aura_shell.gyp:aura_shell_unittests', | 621 '../ui/aura_shell/aura_shell.gyp:aura_shell_unittests', |
| 623 '../ui/aura/aura.gyp:*', | 622 '../ui/aura/aura.gyp:*', |
| 624 '../ui/gfx/compositor/compositor.gyp:*', | 623 '../ui/gfx/compositor/compositor.gyp:*', |
| 625 '../ui/views/views.gyp:views', | 624 '../ui/views/views.gyp:views', |
| 626 '../ui/views/views.gyp:views_unittests', | 625 '../ui/views/views.gyp:views_unittests', |
| 627 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 626 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
| 628 ], | 627 ], |
| 629 'conditions': [ | 628 'conditions': [ |
| 630 ['OS=="win"', { | 629 ['OS=="win"', { |
| (...skipping 19 matching lines...) Expand all Loading... |
| 650 '../sql/sql.gyp:sql_unittests', | 649 '../sql/sql.gyp:sql_unittests', |
| 651 '../ui/ui.gyp:gfx_unittests', | 650 '../ui/ui.gyp:gfx_unittests', |
| 652 ], | 651 ], |
| 653 }], | 652 }], |
| 654 ], | 653 ], |
| 655 }, | 654 }, |
| 656 ], # targets | 655 ], # targets |
| 657 }], # "use_aura==1" | 656 }], # "use_aura==1" |
| 658 ], # conditions | 657 ], # conditions |
| 659 } | 658 } |
| OLD | NEW |