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 1800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1811 'browser/ui/webui/options/preferences_browsertest.cc', | 1811 'browser/ui/webui/options/preferences_browsertest.cc', |
1812 'browser/ui/webui/policy_ui_browsertest.cc', | 1812 'browser/ui/webui/policy_ui_browsertest.cc', |
1813 ], | 1813 ], |
1814 }], | 1814 }], |
1815 ['enable_web_speech==0', { | 1815 ['enable_web_speech==0', { |
1816 'sources/': [ | 1816 'sources/': [ |
1817 ['exclude', '^browser/speech/'], | 1817 ['exclude', '^browser/speech/'], |
1818 ['exclude', '^../content/browser/speech/'], | 1818 ['exclude', '^../content/browser/speech/'], |
1819 ], | 1819 ], |
1820 }], | 1820 }], |
1821 ['safe_browsing==1', { | 1821 # TODO(sgurun) enable tests for safe_browsing==2. |
1822 'defines': [ | 1822 ['safe_browsing==0 or safe_browsing==2', { |
1823 'FULL_SAFE_BROWSING', | |
1824 ], | |
1825 }], | |
1826 # TODO(sgurun) enable tests. | |
1827 ['safe_browsing==2', { | |
1828 'sources/': [ | 1823 'sources/': [ |
1829 ['exclude', '^browser/safe_browsing/'], | 1824 ['exclude', '^browser/safe_browsing/'], |
1830 ['exclude', '^renderer/safe_browsing/'], | 1825 ['exclude', '^renderer/safe_browsing/'], |
1831 ], | |
1832 }], | |
1833 ['safe_browsing==0', { | |
1834 'sources/': [ | |
1835 ['exclude', '^browser/safe_browsing/'], | |
1836 ['exclude', '^renderer/safe_browsing/'], | |
1837 ], | 1826 ], |
1838 }], | 1827 }], |
1839 ['enable_captive_portal_detection!=1', { | 1828 ['enable_captive_portal_detection!=1', { |
1840 'sources/': [ | 1829 'sources/': [ |
1841 ['exclude', '^browser/captive_portal/'], | 1830 ['exclude', '^browser/captive_portal/'], |
1842 ], | 1831 ], |
1843 }], | 1832 }], |
1844 ['enable_webrtc==0', { | 1833 ['enable_webrtc==0', { |
1845 'sources!': [ | 1834 'sources!': [ |
1846 'browser/extensions/api/webrtc_audio_private/webrtc_audio_private_br
owsertest.cc', | 1835 'browser/extensions/api/webrtc_audio_private/webrtc_audio_private_br
owsertest.cc', |
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3006 ['enable_webrtc==1', { | 2995 ['enable_webrtc==1', { |
3007 'dependencies': [ | 2996 'dependencies': [ |
3008 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2997 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3009 ] | 2998 ] |
3010 }], | 2999 }], |
3011 ], | 3000 ], |
3012 }] | 3001 }] |
3013 }], | 3002 }], |
3014 ], # 'conditions' | 3003 ], # 'conditions' |
3015 } | 3004 } |
OLD | NEW |