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 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1791 'chrome_version_resources', | 1791 'chrome_version_resources', |
1792 'security_tests', # run time dependency | 1792 'security_tests', # run time dependency |
1793 ], | 1793 ], |
1794 'conditions': [ | 1794 'conditions': [ |
1795 ['win_use_allocator_shim==1', { | 1795 ['win_use_allocator_shim==1', { |
1796 'dependencies': [ | 1796 'dependencies': [ |
1797 '<(allocator_target)', | 1797 '<(allocator_target)', |
1798 ], | 1798 ], |
1799 }], | 1799 }], |
1800 ], | 1800 ], |
1801 }, { # else: OS != "win" | |
1802 'sources!': [ | 1801 'sources!': [ |
1803 'app/chrome_command_ids.h', | 1802 # use_aura currently sets use_ash on Windows. So take these tests ou
t |
1804 'app/chrome_dll.rc', | 1803 # for win aura builds. |
1805 'app/chrome_dll_resource.h', | 1804 # TODO: enable these for win_ash browser tests. |
1806 'app/chrome_version.rc.version', | |
1807 ], | |
1808 }], | |
1809 ['chromeos==0 and use_aura==1', { | |
1810 'sources!': [ | |
1811 # On Windows and Linux, we currently don't support enough of the | |
1812 # ash environment to run these unit tests. | |
1813 # | |
1814 # TODO: enable these on windows and linux. | |
1815 'browser/chromeos/system/tray_accessibility_browsertest.cc', | 1805 'browser/chromeos/system/tray_accessibility_browsertest.cc', |
1816 'browser/ui/ash/accelerator_commands_browsertest.cc', | 1806 'browser/ui/ash/accelerator_commands_browsertest.cc', |
1817 'browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc', | 1807 'browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc', |
1818 'browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc', | 1808 'browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc', |
1819 'browser/ui/ash/shelf_browsertest.cc', | 1809 'browser/ui/ash/shelf_browsertest.cc', |
1820 'browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc
', | 1810 'browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc
', |
1821 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertes
t.cc', | 1811 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertes
t.cc', |
1822 ], | 1812 ], |
| 1813 }, { # else: OS != "win" |
| 1814 'sources!': [ |
| 1815 'app/chrome_command_ids.h', |
| 1816 'app/chrome_dll.rc', |
| 1817 'app/chrome_dll_resource.h', |
| 1818 'app/chrome_version.rc.version', |
| 1819 ], |
1823 }], | 1820 }], |
1824 ['OS=="linux"', { | 1821 ['OS=="linux"', { |
1825 'dependencies': [ | 1822 'dependencies': [ |
1826 '../build/linux/system.gyp:ssl', | 1823 '../build/linux/system.gyp:ssl', |
1827 ], | 1824 ], |
1828 }], | 1825 }], |
1829 ['OS=="mac"', { | 1826 ['OS=="mac"', { |
1830 # TODO(mark): We really want this for all non-static library | 1827 # TODO(mark): We really want this for all non-static library |
1831 # targets, but when we tried to pull it up to the common.gypi | 1828 # targets, but when we tried to pull it up to the common.gypi |
1832 # level, it broke other things like the ui and startup tests. *shrug* | 1829 # level, it broke other things like the ui and startup tests. *shrug* |
(...skipping 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2963 ['enable_webrtc==1', { | 2960 ['enable_webrtc==1', { |
2964 'dependencies': [ | 2961 'dependencies': [ |
2965 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2962 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2966 ] | 2963 ] |
2967 }], | 2964 }], |
2968 ], | 2965 ], |
2969 }] | 2966 }] |
2970 }], | 2967 }], |
2971 ], # 'conditions' | 2968 ], # 'conditions' |
2972 } | 2969 } |
OLD | NEW |