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

Side by Side Diff: build/common.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 | « no previous file | chrome/chrome_tests.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 # IMPORTANT: 5 # IMPORTANT:
6 # Please don't directly include this file if you are building via gyp_chromium, 6 # Please don't directly include this file if you are building via gyp_chromium,
7 # since gyp_chromium is automatically forcing its inclusion. 7 # since gyp_chromium is automatically forcing its inclusion.
8 { 8 {
9 # Variables expected to be overriden on the GYP command line (-D) or by 9 # Variables expected to be overriden on the GYP command line (-D) or by
10 # ~/.gyp/include.gypi. 10 # ~/.gyp/include.gypi.
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 # P2P APIs are compiled in by default. Set to 0 to disable. 190 # P2P APIs are compiled in by default. Set to 0 to disable.
191 # Also note that this should be enabled for remoting to compile. 191 # Also note that this should be enabled for remoting to compile.
192 'p2p_apis%': 1, 192 'p2p_apis%': 1,
193 193
194 # Configuration policy is enabled by default. Set to 0 to disable. 194 # Configuration policy is enabled by default. Set to 0 to disable.
195 'configuration_policy%': 1, 195 'configuration_policy%': 1,
196 196
197 # Safe browsing is compiled in by default. Set to 0 to disable. 197 # Safe browsing is compiled in by default. Set to 0 to disable.
198 'safe_browsing%': 1, 198 'safe_browsing%': 1,
199 199
200 # Speech input is compiled in by default. Set to 0 to disable.
201 'input_speech%': 1,
202
200 # If this is set, the clang plugins used on the buildbot will be used. 203 # If this is set, the clang plugins used on the buildbot will be used.
201 # Run tools/clang/scripts/update.sh to make sure they are compiled. 204 # Run tools/clang/scripts/update.sh to make sure they are compiled.
202 # This causes 'clang_chrome_plugins_flags' to be set. 205 # This causes 'clang_chrome_plugins_flags' to be set.
203 # Has no effect if 'clang' is not set as well. 206 # Has no effect if 'clang' is not set as well.
204 'clang_use_chrome_plugins%': 0, 207 'clang_use_chrome_plugins%': 0,
205 208
206 # Enable building with ASAN (Clang's -fasan option). 209 # Enable building with ASAN (Clang's -fasan option).
207 # -fasan only works with clang, but asan=1 implies clang=1 210 # -fasan only works with clang, but asan=1 implies clang=1
208 # See https://sites.google.com/a/chromium.org/dev/developers/testing/addre sssanitizer 211 # See https://sites.google.com/a/chromium.org/dev/developers/testing/addre sssanitizer
209 'asan%': 0, 212 'asan%': 0,
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'component%': '<(component)', 381 'component%': '<(component)',
379 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)', 382 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)',
380 'use_third_party_translations%': '<(use_third_party_translations)', 383 'use_third_party_translations%': '<(use_third_party_translations)',
381 'remoting%': '<(remoting)', 384 'remoting%': '<(remoting)',
382 'use_threaded_compositing%': '<(use_threaded_compositing)', 385 'use_threaded_compositing%': '<(use_threaded_compositing)',
383 'enable_webrtc%': '<(enable_webrtc)', 386 'enable_webrtc%': '<(enable_webrtc)',
384 'chromium_win_pch%': '<(chromium_win_pch)', 387 'chromium_win_pch%': '<(chromium_win_pch)',
385 'p2p_apis%': '<(p2p_apis)', 388 'p2p_apis%': '<(p2p_apis)',
386 'configuration_policy%': '<(configuration_policy)', 389 'configuration_policy%': '<(configuration_policy)',
387 'safe_browsing%': '<(safe_browsing)', 390 'safe_browsing%': '<(safe_browsing)',
391 'input_speech%': '<(input_speech)',
388 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)', 392 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)',
389 'asan%': '<(asan)', 393 'asan%': '<(asan)',
390 'enable_register_protocol_handler%': '<(enable_register_protocol_handler)', 394 'enable_register_protocol_handler%': '<(enable_register_protocol_handler)',
391 'enable_web_intents%': '<(enable_web_intents)', 395 'enable_web_intents%': '<(enable_web_intents)',
392 # Whether to build for Wayland display server 396 # Whether to build for Wayland display server
393 'use_wayland%': 0, 397 'use_wayland%': 0,
394 398
395 # Use system yasm instead of bundled one. 399 # Use system yasm instead of bundled one.
396 'use_system_yasm%': 0, 400 'use_system_yasm%': 0,
397 401
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 649
646 # Uses Android's crash report system 650 # Uses Android's crash report system
647 'linux_breakpad%': 0, 651 'linux_breakpad%': 0,
648 652
649 # Always uses openssl. 653 # Always uses openssl.
650 'use_openssl%': 1, 654 'use_openssl%': 1,
651 655
652 'proprietary_codecs%': '<(proprietary_codecs)', 656 'proprietary_codecs%': '<(proprietary_codecs)',
653 'safe_browsing%': 0, 657 'safe_browsing%': 0,
654 'configuration_policy%': 0, 658 'configuration_policy%': 0,
659 'input_speech%': 0,
655 660
656 # Builds the gtest targets as a shared_library. 661 # Builds the gtest targets as a shared_library.
657 # TODO(michaelbai): Use the fixed value 'shared_library' once it 662 # TODO(michaelbai): Use the fixed value 'shared_library' once it
658 # is fully supported. 663 # is fully supported.
659 'gtest_target_type%': '<(gtest_target_type)', 664 'gtest_target_type%': '<(gtest_target_type)',
660 665
661 # Uses system APIs for decoding audio and video. 666 # Uses system APIs for decoding audio and video.
662 'use_libffmpeg%': '0', 667 'use_libffmpeg%': '0',
663 668
664 # Always use the chromium skia. The use_system_harfbuzz needs to 669 # Always use the chromium skia. The use_system_harfbuzz needs to
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 }], 1003 }],
999 ['enable_flapper_hacks==1', { 1004 ['enable_flapper_hacks==1', {
1000 'defines': ['ENABLE_FLAPPER_HACKS=1'], 1005 'defines': ['ENABLE_FLAPPER_HACKS=1'],
1001 }], 1006 }],
1002 ['enable_pepper_threading==1', { 1007 ['enable_pepper_threading==1', {
1003 'defines': ['ENABLE_PEPPER_THREADING'], 1008 'defines': ['ENABLE_PEPPER_THREADING'],
1004 }], 1009 }],
1005 ['configuration_policy==1', { 1010 ['configuration_policy==1', {
1006 'defines': ['ENABLE_CONFIGURATION_POLICY'], 1011 'defines': ['ENABLE_CONFIGURATION_POLICY'],
1007 }], 1012 }],
1013 ['input_speech==1', {
1014 'defines': ['ENABLE_INPUT_SPEECH'],
1015 }],
1008 ['fastbuild!=0', { 1016 ['fastbuild!=0', {
1009 1017
1010 'conditions': [ 1018 'conditions': [
1011 # For Windows and Mac, we don't genererate debug information. 1019 # For Windows and Mac, we don't genererate debug information.
1012 ['OS=="win" or OS=="mac"', { 1020 ['OS=="win" or OS=="mac"', {
1013 'msvs_settings': { 1021 'msvs_settings': {
1014 'VCLinkerTool': { 1022 'VCLinkerTool': {
1015 'GenerateDebugInformation': 'false', 1023 'GenerateDebugInformation': 'false',
1016 }, 1024 },
1017 'VCCLCompilerTool': { 1025 'VCCLCompilerTool': {
(...skipping 1530 matching lines...) Expand 10 before | Expand all | Expand 10 after
2548 # settings in target dicts. SYMROOT is a special case, because many other 2556 # settings in target dicts. SYMROOT is a special case, because many other
2549 # Xcode variables depend on it, including variables such as 2557 # Xcode variables depend on it, including variables such as
2550 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 2558 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
2551 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 2559 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
2552 # files to appear (when present) in the UI as actual files and not red 2560 # files to appear (when present) in the UI as actual files and not red
2553 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 2561 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
2554 # and therefore SYMROOT, needs to be set at the project level. 2562 # and therefore SYMROOT, needs to be set at the project level.
2555 'SYMROOT': '<(DEPTH)/xcodebuild', 2563 'SYMROOT': '<(DEPTH)/xcodebuild',
2556 }, 2564 },
2557 } 2565 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698