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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
623 { | 623 { |
624 'destination': '<(PRODUCT_DIR)', | 624 'destination': '<(PRODUCT_DIR)', |
625 'files': ['../third_party/directxsdk/files/dlls/D3DX10d_43.dll
'] | 625 'files': ['../third_party/directxsdk/files/dlls/D3DX10d_43.dll
'] |
626 }, | 626 }, |
627 ], | 627 ], |
628 'dependencies': [ | 628 'dependencies': [ |
629 '../chrome/chrome.gyp:crash_service', | 629 '../chrome/chrome.gyp:crash_service', |
630 '../chrome/chrome.gyp:crash_service_win64', | 630 '../chrome/chrome.gyp:crash_service_win64', |
631 ], | 631 ], |
632 }], | 632 }], |
| 633 ['OS=="linux"', { |
| 634 # Aura unit_tests currently only work on Linux. |
| 635 'dependencies': [ |
| 636 '../chrome/chrome.gyp:unit_tests', |
| 637 ], |
| 638 }], |
633 ], | 639 ], |
634 }, | 640 }, |
635 ], # targets | 641 ], # targets |
636 }], # "use_aura==1" | 642 }], # "use_aura==1" |
637 ], # conditions | 643 ], # conditions |
638 } | 644 } |
OLD | NEW |