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