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

Side by Side Diff: build/common.gypi

Issue 1160243004: Add build flag to disable hotwording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Back to flag and enable by default. Created 5 years, 6 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 | « no previous file | chrome/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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 # 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 # for safe browsing feature. Safe browsing can be compiled in 4 different 384 # for safe browsing feature. Safe browsing can be compiled in 4 different
385 # levels: 0 disables it, 1 enables it fully, and 2 enables only UI and 385 # levels: 0 disables it, 1 enables it fully, and 2 enables only UI and
386 # reporting features for use with Data Saver on Mobile, and 3 enables 386 # reporting features for use with Data Saver on Mobile, and 3 enables
387 # extended mobile protection via an external API. When 3 is fully 387 # extended mobile protection via an external API. When 3 is fully
388 # deployed, it will replace 2. 388 # deployed, it will replace 2.
389 'safe_browsing%': 1, 389 'safe_browsing%': 1,
390 390
391 # Web speech is enabled by default. Set to 0 to disable. 391 # Web speech is enabled by default. Set to 0 to disable.
392 'enable_web_speech%': 1, 392 'enable_web_speech%': 1,
393 393
394 # 'Ok Google' hotwording is enabled by default. Set to 0 to disable.
395 'enable_hotwording%': 1,
396
394 # Notifications are compiled in by default. Set to 0 to disable. 397 # Notifications are compiled in by default. Set to 0 to disable.
395 'notifications%' : 1, 398 'notifications%' : 1,
396 399
397 # Use dsymutil to generate real .dSYM files on Mac. The default is 0 for 400 # Use dsymutil to generate real .dSYM files on Mac. The default is 0 for
398 # regular builds and 1 for ASan builds. 401 # regular builds and 1 for ASan builds.
399 'mac_want_real_dsym%': 'default', 402 'mac_want_real_dsym%': 'default',
400 403
401 # If this is set, the clang plugins used on the buildbot will be used. 404 # If this is set, the clang plugins used on the buildbot will be used.
402 # Run tools/clang/scripts/update.sh to make sure they are compiled. 405 # Run tools/clang/scripts/update.sh to make sure they are compiled.
403 # This causes 'clang_chrome_plugins_flags' to be set. 406 # This causes 'clang_chrome_plugins_flags' to be set.
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 'use_third_party_translations%': '<(use_third_party_translations)', 1132 'use_third_party_translations%': '<(use_third_party_translations)',
1130 'remoting%': '<(remoting)', 1133 'remoting%': '<(remoting)',
1131 'enable_one_click_signin%': '<(enable_one_click_signin)', 1134 'enable_one_click_signin%': '<(enable_one_click_signin)',
1132 'enable_pre_sync_backup%': '<(enable_pre_sync_backup)', 1135 'enable_pre_sync_backup%': '<(enable_pre_sync_backup)',
1133 'enable_media_router%': '<(enable_media_router)', 1136 'enable_media_router%': '<(enable_media_router)',
1134 'enable_webrtc%': '<(enable_webrtc)', 1137 'enable_webrtc%': '<(enable_webrtc)',
1135 'chromium_win_pch%': '<(chromium_win_pch)', 1138 'chromium_win_pch%': '<(chromium_win_pch)',
1136 'configuration_policy%': '<(configuration_policy)', 1139 'configuration_policy%': '<(configuration_policy)',
1137 'safe_browsing%': '<(safe_browsing)', 1140 'safe_browsing%': '<(safe_browsing)',
1138 'enable_web_speech%': '<(enable_web_speech)', 1141 'enable_web_speech%': '<(enable_web_speech)',
1142 'enable_hotwording%': '<(enable_hotwording)',
1139 'notifications%': '<(notifications)', 1143 'notifications%': '<(notifications)',
1140 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)', 1144 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)',
1141 'mac_want_real_dsym%': '<(mac_want_real_dsym)', 1145 'mac_want_real_dsym%': '<(mac_want_real_dsym)',
1142 'asan%': '<(asan)', 1146 'asan%': '<(asan)',
1143 'asan_blacklist%': '<(asan_blacklist)', 1147 'asan_blacklist%': '<(asan_blacklist)',
1144 'asan_coverage%': '<(asan_coverage)', 1148 'asan_coverage%': '<(asan_coverage)',
1145 'sanitizer_coverage%': '<(sanitizer_coverage)', 1149 'sanitizer_coverage%': '<(sanitizer_coverage)',
1146 'asan_field_padding%': '<(asan_field_padding)', 1150 'asan_field_padding%': '<(asan_field_padding)',
1147 'use_sanitizer_options%': '<(use_sanitizer_options)', 1151 'use_sanitizer_options%': '<(use_sanitizer_options)',
1148 'syzyasan%': '<(syzyasan)', 1152 'syzyasan%': '<(syzyasan)',
(...skipping 5046 matching lines...) Expand 10 before | Expand all | Expand 10 after
6195 # settings in target dicts. SYMROOT is a special case, because many other 6199 # settings in target dicts. SYMROOT is a special case, because many other
6196 # Xcode variables depend on it, including variables such as 6200 # Xcode variables depend on it, including variables such as
6197 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6201 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6198 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6202 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6199 # files to appear (when present) in the UI as actual files and not red 6203 # files to appear (when present) in the UI as actual files and not red
6200 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6204 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6201 # and therefore SYMROOT, needs to be set at the project level. 6205 # and therefore SYMROOT, needs to be set at the project level.
6202 'SYMROOT': '<(DEPTH)/xcodebuild', 6206 'SYMROOT': '<(DEPTH)/xcodebuild',
6203 }, 6207 },
6204 } 6208 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698