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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8222025: Allow speech input feature to be disabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make change suggestions. Created 9 years, 2 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
« no previous file with comments | « build/common.gypi ('k') | content/content_renderer.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1928 matching lines...) Expand 10 before | Expand all | Expand 10 after
1939 ], 1939 ],
1940 }], 1940 }],
1941 ['configuration_policy==0', { 1941 ['configuration_policy==0', {
1942 'sources!': [ 1942 'sources!': [
1943 'browser/prefs/proxy_policy_unittest.cc', 1943 'browser/prefs/proxy_policy_unittest.cc',
1944 ], 1944 ],
1945 'sources/': [ 1945 'sources/': [
1946 ['exclude', '^browser/policy/'], 1946 ['exclude', '^browser/policy/'],
1947 ], 1947 ],
1948 }], 1948 }],
1949 ['input_speech==0', {
1950 'sources/': [
1951 ['exclude', '^browser/speech/'],
1952 ],
1953 }],
1949 ['safe_browsing==1', { 1954 ['safe_browsing==1', {
1950 'defines': [ 1955 'defines': [
1951 'ENABLE_SAFE_BROWSING', 1956 'ENABLE_SAFE_BROWSING',
1952 ], 1957 ],
1953 }, { # safe_browsing == 0 1958 }, { # safe_browsing == 0
1954 'sources!': [ 1959 'sources!': [
1955 'browser/download/download_safe_browsing_client_unittest.cc', 1960 'browser/download/download_safe_browsing_client_unittest.cc',
1956 ], 1961 ],
1957 'sources/': [ 1962 'sources/': [
1958 ['exclude', '^browser/safe_browsing/'], 1963 ['exclude', '^browser/safe_browsing/'],
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
2600 ['toolkit_views==0', { 2605 ['toolkit_views==0', {
2601 'sources!': [ 2606 'sources!': [
2602 'browser/extensions/extension_input_apitest.cc', 2607 'browser/extensions/extension_input_apitest.cc',
2603 ], 2608 ],
2604 }], 2609 }],
2605 ['configuration_policy==0', { 2610 ['configuration_policy==0', {
2606 'sources/': [ 2611 'sources/': [
2607 ['exclude', '^browser/policy/'], 2612 ['exclude', '^browser/policy/'],
2608 ], 2613 ],
2609 }], 2614 }],
2615 ['input_speech==0', {
2616 'sources/': [
2617 ['exclude', '^browser/speech/'],
2618 ['exclude', '^../content/browser/speech/'],
2619 ],
2620 }],
2610 ['safe_browsing==1', { 2621 ['safe_browsing==1', {
2611 'defines': [ 2622 'defines': [
2612 'ENABLE_SAFE_BROWSING', 2623 'ENABLE_SAFE_BROWSING',
2613 ], 2624 ],
2614 }, { # safe_browsing == 0 2625 }, { # safe_browsing == 0
2615 'sources/': [ 2626 'sources/': [
2616 ['exclude', '^browser/safe_browsing/'], 2627 ['exclude', '^browser/safe_browsing/'],
2617 ['exclude', '^renderer/safe_browsing/'], 2628 ['exclude', '^renderer/safe_browsing/'],
2618 ], 2629 ],
2619 }], 2630 }],
(...skipping 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after
4059 # Use outputs of this action as inputs for the main target build. 4070 # Use outputs of this action as inputs for the main target build.
4060 # Seems as a misnomer but makes this happy on Linux (scons). 4071 # Seems as a misnomer but makes this happy on Linux (scons).
4061 'process_outputs_as_sources': 1, 4072 'process_outputs_as_sources': 1,
4062 }, 4073 },
4063 ], # 'actions' 4074 ], # 'actions'
4064 }, 4075 },
4065 ] 4076 ]
4066 }], # 'coverage!=0' 4077 }], # 'coverage!=0'
4067 ], # 'conditions' 4078 ], # 'conditions'
4068 } 4079 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698