| OLD | NEW |
| 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 # for safe browsing feature. Safe browsing can be compiled in 4 different | 409 # for safe browsing feature. Safe browsing can be compiled in 4 different |
| 410 # levels: 0 disables it, 1 enables it fully, and 2 enables only UI and | 410 # levels: 0 disables it, 1 enables it fully, and 2 enables only UI and |
| 411 # reporting features for use with Data Saver on Mobile, and 3 enables | 411 # reporting features for use with Data Saver on Mobile, and 3 enables |
| 412 # extended mobile protection via an external API. When 3 is fully | 412 # extended mobile protection via an external API. When 3 is fully |
| 413 # deployed, it will replace 2. | 413 # deployed, it will replace 2. |
| 414 'safe_browsing%': 1, | 414 'safe_browsing%': 1, |
| 415 | 415 |
| 416 # Web speech is enabled by default. Set to 0 to disable. | 416 # Web speech is enabled by default. Set to 0 to disable. |
| 417 'enable_web_speech%': 1, | 417 'enable_web_speech%': 1, |
| 418 | 418 |
| 419 # 'Ok Google' hotwording is disabled by default in open source builds. Set | 419 # 'Ok Google' hotwording is disabled by default. Set to 1 to enable. (This |
| 420 # to 1 to enable. (This will download a closed-source NaCl module at | 420 # will download a closed-source NaCl module at startup.) Chrome-branded |
| 421 # startup.) Chrome-branded builds have this enabled by default. | 421 # ChromeOS builds have this enabled by default. |
| 422 'enable_hotwording%': 0, | 422 'enable_hotwording%': 0, |
| 423 | 423 |
| 424 # Notifications are compiled in by default. Set to 0 to disable. | 424 # Notifications are compiled in by default. Set to 0 to disable. |
| 425 'notifications%' : 1, | 425 'notifications%' : 1, |
| 426 | 426 |
| 427 # Use dsymutil to generate real .dSYM files on Mac. The default is 0 for | 427 # Use dsymutil to generate real .dSYM files on Mac. The default is 0 for |
| 428 # regular builds and 1 for ASan builds. | 428 # regular builds and 1 for ASan builds. |
| 429 'mac_want_real_dsym%': 'default', | 429 'mac_want_real_dsym%': 'default', |
| 430 | 430 |
| 431 # If this is set, the clang plugins used on the buildbot will be used. | 431 # If this is set, the clang plugins used on the buildbot will be used. |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 843 | 843 |
| 844 # Enable autofill dialog when not on iOS. | 844 # Enable autofill dialog when not on iOS. |
| 845 ['OS!="ios"', { | 845 ['OS!="ios"', { |
| 846 'enable_autofill_dialog%': 1, | 846 'enable_autofill_dialog%': 1, |
| 847 }], | 847 }], |
| 848 | 848 |
| 849 ['buildtype=="Official"', { | 849 ['buildtype=="Official"', { |
| 850 'enable_prod_wallet_service%': 1, | 850 'enable_prod_wallet_service%': 1, |
| 851 }], | 851 }], |
| 852 | 852 |
| 853 ['branding=="Chrome"', { | 853 # Enable hotwording on Chrome-branded ChromeOS builds. |
| 854 ['branding=="Chrome" and chromeos==1', { |
| 854 'enable_hotwording%': 1, | 855 'enable_hotwording%': 1, |
| 855 }], | 856 }], |
| 856 | 857 |
| 857 ['OS=="android"', { | 858 ['OS=="android"', { |
| 858 'enable_webrtc%': 1, | 859 'enable_webrtc%': 1, |
| 859 }], | 860 }], |
| 860 | 861 |
| 861 ['OS=="ios"', { | 862 ['OS=="ios"', { |
| 862 'disable_ftp_support%': 1, | 863 'disable_ftp_support%': 1, |
| 863 'enable_extensions%': 0, | 864 'enable_extensions%': 0, |
| (...skipping 5379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6243 # settings in target dicts. SYMROOT is a special case, because many other | 6244 # settings in target dicts. SYMROOT is a special case, because many other |
| 6244 # Xcode variables depend on it, including variables such as | 6245 # Xcode variables depend on it, including variables such as |
| 6245 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6246 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 6246 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6247 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 6247 # files to appear (when present) in the UI as actual files and not red | 6248 # files to appear (when present) in the UI as actual files and not red |
| 6248 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6249 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 6249 # and therefore SYMROOT, needs to be set at the project level. | 6250 # and therefore SYMROOT, needs to be set at the project level. |
| 6250 'SYMROOT': '<(DEPTH)/xcodebuild', | 6251 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 6251 }, | 6252 }, |
| 6252 } | 6253 } |
| OLD | NEW |