| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'includes': [ | 5 'includes': [ |
| 6 'js_unittest_vars.gypi', | 6 'js_unittest_vars.gypi', |
| 7 ], | 7 ], |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'interactive_ui_tests', | 10 'target_name': 'interactive_ui_tests', |
| (...skipping 1749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1760 'chrome_version_resources', | 1760 'chrome_version_resources', |
| 1761 'security_tests', # run time dependency | 1761 'security_tests', # run time dependency |
| 1762 ], | 1762 ], |
| 1763 'conditions': [ | 1763 'conditions': [ |
| 1764 ['win_use_allocator_shim==1', { | 1764 ['win_use_allocator_shim==1', { |
| 1765 'dependencies': [ | 1765 'dependencies': [ |
| 1766 '<(allocator_target)', | 1766 '<(allocator_target)', |
| 1767 ], | 1767 ], |
| 1768 }], | 1768 }], |
| 1769 ], | 1769 ], |
| 1770 }, { # else: OS != "win" |
| 1770 'sources!': [ | 1771 'sources!': [ |
| 1771 # use_aura currently sets use_ash on Windows. So take these tests ou
t | 1772 'app/chrome_command_ids.h', |
| 1772 # for win aura builds. | 1773 'app/chrome_dll.rc', |
| 1773 # TODO: enable these for win_ash browser tests. | 1774 'app/chrome_dll_resource.h', |
| 1775 'app/chrome_version.rc.version', |
| 1776 ], |
| 1777 }], |
| 1778 ['chromeos==0 and use_aura==1', { |
| 1779 'sources!': [ |
| 1780 # On Windows and Linux, we currently don't support enough of the |
| 1781 # ash environment to run these unit tests. |
| 1782 # |
| 1783 # TODO: enable these on windows and linux. |
| 1774 'browser/chromeos/system/tray_accessibility_browsertest.cc', | 1784 'browser/chromeos/system/tray_accessibility_browsertest.cc', |
| 1775 'browser/ui/ash/accelerator_commands_browsertest.cc', | 1785 'browser/ui/ash/accelerator_commands_browsertest.cc', |
| 1776 'browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc', | 1786 'browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc', |
| 1777 'browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc', | 1787 'browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc', |
| 1778 'browser/ui/ash/shelf_browsertest.cc', | 1788 'browser/ui/ash/shelf_browsertest.cc', |
| 1779 'browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc
', | 1789 'browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc
', |
| 1780 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertes
t.cc', | 1790 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertes
t.cc', |
| 1781 ], | 1791 ], |
| 1782 }, { # else: OS != "win" | |
| 1783 'sources!': [ | |
| 1784 'app/chrome_command_ids.h', | |
| 1785 'app/chrome_dll.rc', | |
| 1786 'app/chrome_dll_resource.h', | |
| 1787 'app/chrome_version.rc.version', | |
| 1788 ], | |
| 1789 }], | 1792 }], |
| 1790 ['OS=="linux"', { | 1793 ['OS=="linux"', { |
| 1791 'dependencies': [ | 1794 'dependencies': [ |
| 1792 '../build/linux/system.gyp:ssl', | 1795 '../build/linux/system.gyp:ssl', |
| 1793 ], | 1796 ], |
| 1794 }], | 1797 }], |
| 1795 ['OS=="mac"', { | 1798 ['OS=="mac"', { |
| 1796 # TODO(mark): We really want this for all non-static library | 1799 # TODO(mark): We really want this for all non-static library |
| 1797 # targets, but when we tried to pull it up to the common.gypi | 1800 # targets, but when we tried to pull it up to the common.gypi |
| 1798 # level, it broke other things like the ui and startup tests. *shrug* | 1801 # level, it broke other things like the ui and startup tests. *shrug* |
| (...skipping 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2916 ['enable_webrtc==1', { | 2919 ['enable_webrtc==1', { |
| 2917 'dependencies': [ | 2920 'dependencies': [ |
| 2918 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2921 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2919 ] | 2922 ] |
| 2920 }], | 2923 }], |
| 2921 ], | 2924 ], |
| 2922 }] | 2925 }] |
| 2923 }], | 2926 }], |
| 2924 ], # 'conditions' | 2927 ], # 'conditions' |
| 2925 } | 2928 } |
| OLD | NEW |