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