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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 356963003: Introduce enable_web_speech to replace with input_speech (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2236 matching lines...) Expand 10 before | Expand all | Expand 10 after
2247 'browser/prefs/proxy_policy_unittest.cc', 2247 'browser/prefs/proxy_policy_unittest.cc',
2248 'browser/profiles/incognito_mode_policy_handler_unittest.cc', 2248 'browser/profiles/incognito_mode_policy_handler_unittest.cc',
2249 'browser/search_engines/default_search_policy_handler_unittest.cc', 2249 'browser/search_engines/default_search_policy_handler_unittest.cc',
2250 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', 2250 'browser/sessions/restore_on_startup_policy_handler_unittest.cc',
2251 'browser/sync/sync_policy_handler_unittest.cc', 2251 'browser/sync/sync_policy_handler_unittest.cc',
2252 ], 2252 ],
2253 'sources/': [ 2253 'sources/': [
2254 ['exclude', '^browser/policy/'], 2254 ['exclude', '^browser/policy/'],
2255 ], 2255 ],
2256 }], 2256 }],
2257 ['input_speech==0', { 2257 ['enable_web_speech==0', {
2258 'sources/': [ 2258 'sources/': [
2259 ['exclude', '^browser/speech/'], 2259 ['exclude', '^browser/speech/'],
2260 ], 2260 ],
2261 }], 2261 }],
2262 ['notifications==0', { 2262 ['notifications==0', {
2263 'sources/': [ 2263 'sources/': [
2264 ['exclude', '^browser/notifications/'], 2264 ['exclude', '^browser/notifications/'],
2265 ], 2265 ],
2266 }], 2266 }],
2267 ['safe_browsing==1', { 2267 ['safe_browsing==1', {
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
2892 'unit_tests.isolate', 2892 'unit_tests.isolate',
2893 ], 2893 ],
2894 'sources': [ 2894 'sources': [
2895 'unit_tests.isolate', 2895 'unit_tests.isolate',
2896 ], 2896 ],
2897 }, 2897 },
2898 ], 2898 ],
2899 }], 2899 }],
2900 ], # 'conditions' 2900 ], # 'conditions'
2901 } 2901 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698