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

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

Powered by Google App Engine
This is Rietveld 408576698