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

Side by Side Diff: chrome/chrome_tests.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 | « build/config/features.gni ('k') | chrome/chrome_tests_unit.gypi » ('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 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 1785 matching lines...) Expand 10 before | Expand all | Expand 10 after
1796 ['configuration_policy==0', { 1796 ['configuration_policy==0', {
1797 'sources/': [ 1797 'sources/': [
1798 ['exclude', '^browser/policy/'], 1798 ['exclude', '^browser/policy/'],
1799 ], 1799 ],
1800 'sources!': [ 1800 'sources!': [
1801 'browser/ui/webui/options/certificate_manager_browsertest.cc', 1801 'browser/ui/webui/options/certificate_manager_browsertest.cc',
1802 'browser/ui/webui/options/preferences_browsertest.cc', 1802 'browser/ui/webui/options/preferences_browsertest.cc',
1803 'browser/ui/webui/policy_ui_browsertest.cc', 1803 'browser/ui/webui/policy_ui_browsertest.cc',
1804 ], 1804 ],
1805 }], 1805 }],
1806 ['input_speech==0', { 1806 ['enable_web_speech==0', {
1807 'sources/': [ 1807 'sources/': [
1808 ['exclude', '^browser/speech/'], 1808 ['exclude', '^browser/speech/'],
1809 ['exclude', '^../content/browser/speech/'], 1809 ['exclude', '^../content/browser/speech/'],
1810 ], 1810 ],
1811 }], 1811 }],
1812 ['safe_browsing==1', { 1812 ['safe_browsing==1', {
1813 'defines': [ 1813 'defines': [
1814 'FULL_SAFE_BROWSING', 1814 'FULL_SAFE_BROWSING',
1815 ], 1815 ],
1816 }], 1816 }],
(...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after
2985 ['enable_webrtc==1', { 2985 ['enable_webrtc==1', {
2986 'dependencies': [ 2986 'dependencies': [
2987 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2987 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2988 ] 2988 ]
2989 }], 2989 }],
2990 ], 2990 ],
2991 }] 2991 }]
2992 }], 2992 }],
2993 ], # 'conditions' 2993 ], # 'conditions'
2994 } 2994 }
OLDNEW
« no previous file with comments | « build/config/features.gni ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698