| 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 1782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1793 'browser/ui/webui/options/preferences_browsertest.cc', | 1793 'browser/ui/webui/options/preferences_browsertest.cc', |
| 1794 'browser/ui/webui/policy_ui_browsertest.cc', | 1794 'browser/ui/webui/policy_ui_browsertest.cc', |
| 1795 ], | 1795 ], |
| 1796 }], | 1796 }], |
| 1797 ['enable_web_speech==0', { | 1797 ['enable_web_speech==0', { |
| 1798 'sources/': [ | 1798 'sources/': [ |
| 1799 ['exclude', '^browser/speech/'], | 1799 ['exclude', '^browser/speech/'], |
| 1800 ['exclude', '^../content/browser/speech/'], | 1800 ['exclude', '^../content/browser/speech/'], |
| 1801 ], | 1801 ], |
| 1802 }], | 1802 }], |
| 1803 ['safe_browsing==1', { | 1803 # TODO(sgurun) enable tests for safe_browsing==2. |
| 1804 'defines': [ | 1804 ['safe_browsing==0 or safe_browsing==2', { |
| 1805 'FULL_SAFE_BROWSING', | |
| 1806 ], | |
| 1807 }], | |
| 1808 # TODO(sgurun) enable tests. | |
| 1809 ['safe_browsing==2', { | |
| 1810 'sources/': [ | 1805 'sources/': [ |
| 1811 ['exclude', '^browser/safe_browsing/'], | 1806 ['exclude', '^browser/safe_browsing/'], |
| 1812 ['exclude', '^renderer/safe_browsing/'], | 1807 ['exclude', '^renderer/safe_browsing/'], |
| 1813 ], | |
| 1814 }], | |
| 1815 ['safe_browsing==0', { | |
| 1816 'sources/': [ | |
| 1817 ['exclude', '^browser/safe_browsing/'], | |
| 1818 ['exclude', '^renderer/safe_browsing/'], | |
| 1819 ], | 1808 ], |
| 1820 }], | 1809 }], |
| 1821 ['enable_captive_portal_detection!=1', { | 1810 ['enable_captive_portal_detection!=1', { |
| 1822 'sources/': [ | 1811 'sources/': [ |
| 1823 ['exclude', '^browser/captive_portal/'], | 1812 ['exclude', '^browser/captive_portal/'], |
| 1824 ], | 1813 ], |
| 1825 }], | 1814 }], |
| 1826 ['enable_webrtc==0', { | 1815 ['enable_webrtc==0', { |
| 1827 'sources!': [ | 1816 'sources!': [ |
| 1828 'browser/extensions/api/webrtc_audio_private/webrtc_audio_private_br
owsertest.cc', | 1817 'browser/extensions/api/webrtc_audio_private/webrtc_audio_private_br
owsertest.cc', |
| (...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2983 ['enable_webrtc==1', { | 2972 ['enable_webrtc==1', { |
| 2984 'dependencies': [ | 2973 'dependencies': [ |
| 2985 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2974 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2986 ] | 2975 ] |
| 2987 }], | 2976 }], |
| 2988 ], | 2977 ], |
| 2989 }] | 2978 }] |
| 2990 }], | 2979 }], |
| 2991 ], # 'conditions' | 2980 ], # 'conditions' |
| 2992 } | 2981 } |
| OLD | NEW |