Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 397853002: Refactor safe-browsing build-config definitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698