| 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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 { | 604 { |
| 605 'target_name': 'aura_builder', | 605 'target_name': 'aura_builder', |
| 606 'type': 'none', | 606 'type': 'none', |
| 607 'dependencies': [ | 607 'dependencies': [ |
| 608 '../chrome/chrome.gyp:chrome', | 608 '../chrome/chrome.gyp:chrome', |
| 609 '../ui/aura_shell/aura_shell.gyp:aura_shell_exe', | 609 '../ui/aura_shell/aura_shell.gyp:aura_shell_exe', |
| 610 '../ui/aura_shell/aura_shell.gyp:aura_shell_unittests', | 610 '../ui/aura_shell/aura_shell.gyp:aura_shell_unittests', |
| 611 '../ui/aura/aura.gyp:*', | 611 '../ui/aura/aura.gyp:*', |
| 612 '../ui/gfx/compositor/compositor.gyp:*', | 612 '../ui/gfx/compositor/compositor.gyp:*', |
| 613 '../views/views.gyp:views', | 613 '../views/views.gyp:views', |
| 614 '../views/views.gyp:views_aura_desktop', | |
| 615 '../views/views.gyp:views_desktop', | |
| 616 '../views/views.gyp:views_desktop_lib', | |
| 617 '../views/views.gyp:views_unittests', | 614 '../views/views.gyp:views_unittests', |
| 618 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 615 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
| 619 ], | 616 ], |
| 620 'conditions': [ | 617 'conditions': [ |
| 621 ['OS=="win"', { | 618 ['OS=="win"', { |
| 622 # Remove this when we have the real compositor. | 619 # Remove this when we have the real compositor. |
| 623 'copies': [ | 620 'copies': [ |
| 624 { | 621 { |
| 625 'destination': '<(PRODUCT_DIR)', | 622 'destination': '<(PRODUCT_DIR)', |
| 626 'files': ['../third_party/directxsdk/files/dlls/D3DX10d_43.dll
'] | 623 'files': ['../third_party/directxsdk/files/dlls/D3DX10d_43.dll
'] |
| (...skipping 14 matching lines...) Expand all Loading... |
| 641 '../sql/sql.gyp:sql_unittests', | 638 '../sql/sql.gyp:sql_unittests', |
| 642 '../ui/ui.gyp:gfx_unittests', | 639 '../ui/ui.gyp:gfx_unittests', |
| 643 ], | 640 ], |
| 644 }], | 641 }], |
| 645 ], | 642 ], |
| 646 }, | 643 }, |
| 647 ], # targets | 644 ], # targets |
| 648 }], # "use_aura==1" | 645 }], # "use_aura==1" |
| 649 ], # conditions | 646 ], # conditions |
| 650 } | 647 } |
| OLD | NEW |