| 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 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2994 ['enable_webrtc==1', { | 2983 ['enable_webrtc==1', { |
| 2995 'dependencies': [ | 2984 'dependencies': [ |
| 2996 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2985 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2997 ] | 2986 ] |
| 2998 }], | 2987 }], |
| 2999 ], | 2988 ], |
| 3000 }] | 2989 }] |
| 3001 }], | 2990 }], |
| 3002 ], # 'conditions' | 2991 ], # 'conditions' |
| 3003 } | 2992 } |
| OLD | NEW |