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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 | 333 |
334 # Enable browser automation. | 334 # Enable browser automation. |
335 'enable_automation%': 1, | 335 'enable_automation%': 1, |
336 | 336 |
337 # Enable Google Now. | 337 # Enable Google Now. |
338 'enable_google_now%': 1, | 338 'enable_google_now%': 1, |
339 | 339 |
340 # Enable printing support and UI. | 340 # Enable printing support and UI. |
341 'enable_printing%': 1, | 341 'enable_printing%': 1, |
342 | 342 |
| 343 # Enable spell checker. |
| 344 'enable_spellcheck%': 1, |
| 345 |
343 # Webrtc compilation is enabled by default. Set to 0 to disable. | 346 # Webrtc compilation is enabled by default. Set to 0 to disable. |
344 'enable_webrtc%': 1, | 347 'enable_webrtc%': 1, |
345 | 348 |
346 # Enables use of the session service, which is enabled by default. | 349 # Enables use of the session service, which is enabled by default. |
347 # Support for disabling depends on the platform. | 350 # Support for disabling depends on the platform. |
348 'enable_session_service%': 1, | 351 'enable_session_service%': 1, |
349 | 352 |
350 # Enables theme support, which is enabled by default. Support for | 353 # Enables theme support, which is enabled by default. Support for |
351 # disabling depends on the platform. | 354 # disabling depends on the platform. |
352 'enable_themes%': 1, | 355 'enable_themes%': 1, |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
504 | 507 |
505 ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0)', { | 508 ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0)', { |
506 'enable_one_click_signin%': 1, | 509 'enable_one_click_signin%': 1, |
507 }], | 510 }], |
508 | 511 |
509 ['OS=="android"', { | 512 ['OS=="android"', { |
510 'enable_automation%': 0, | 513 'enable_automation%': 0, |
511 'enable_extensions%': 0, | 514 'enable_extensions%': 0, |
512 'enable_google_now%': 0, | 515 'enable_google_now%': 0, |
513 'enable_printing%': 0, | 516 'enable_printing%': 0, |
| 517 'enable_spellcheck%': 0, |
514 'enable_themes%': 0, | 518 'enable_themes%': 0, |
515 'proprietary_codecs%': 1, | 519 'proprietary_codecs%': 1, |
516 'remoting%': 0, | 520 'remoting%': 0, |
517 'arm_neon%': 0, | 521 'arm_neon%': 0, |
518 'arm_neon_optional%': 1, | 522 'arm_neon_optional%': 1, |
519 'native_discardable_memory%': 1, | 523 'native_discardable_memory%': 1, |
520 'native_memory_pressure_signals%': 1, | 524 'native_memory_pressure_signals%': 1, |
521 }], | 525 }], |
522 | 526 |
523 # Enable autofill dialog for Android and Views-enabled platforms for now
. | 527 # Enable autofill dialog for Android and Views-enabled platforms for now
. |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
810 'enable_background%': '<(enable_background)', | 814 'enable_background%': '<(enable_background)', |
811 'linux_use_gold_binary%': '<(linux_use_gold_binary)', | 815 'linux_use_gold_binary%': '<(linux_use_gold_binary)', |
812 'linux_use_gold_flags%': '<(linux_use_gold_flags)', | 816 'linux_use_gold_flags%': '<(linux_use_gold_flags)', |
813 'linux_use_libgps%': '<(linux_use_libgps)', | 817 'linux_use_libgps%': '<(linux_use_libgps)', |
814 'use_canvas_skia%': '<(use_canvas_skia)', | 818 'use_canvas_skia%': '<(use_canvas_skia)', |
815 'test_isolation_mode%': '<(test_isolation_mode)', | 819 'test_isolation_mode%': '<(test_isolation_mode)', |
816 'test_isolation_outdir%': '<(test_isolation_outdir)', | 820 'test_isolation_outdir%': '<(test_isolation_outdir)', |
817 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', | 821 'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)', |
818 'enable_automation%': '<(enable_automation)', | 822 'enable_automation%': '<(enable_automation)', |
819 'enable_printing%': '<(enable_printing)', | 823 'enable_printing%': '<(enable_printing)', |
| 824 'enable_spellcheck%': '<(enable_spellcheck)', |
820 'enable_google_now%': '<(enable_google_now)', | 825 'enable_google_now%': '<(enable_google_now)', |
821 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', | 826 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', |
822 'disable_ftp_support%': '<(disable_ftp_support)', | 827 'disable_ftp_support%': '<(disable_ftp_support)', |
823 'enable_task_manager%': '<(enable_task_manager)', | 828 'enable_task_manager%': '<(enable_task_manager)', |
824 'sas_dll_path%': '<(sas_dll_path)', | 829 'sas_dll_path%': '<(sas_dll_path)', |
825 'wix_path%': '<(wix_path)', | 830 'wix_path%': '<(wix_path)', |
826 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', | 831 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', |
827 'use_system_libjpeg%': '<(use_system_libjpeg)', | 832 'use_system_libjpeg%': '<(use_system_libjpeg)', |
828 'android_webview_build%': '<(android_webview_build)', | 833 'android_webview_build%': '<(android_webview_build)', |
829 'gyp_managed_install%': 0, | 834 'gyp_managed_install%': 0, |
(...skipping 1392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2222 }], | 2227 }], |
2223 ['enable_automation==1', { | 2228 ['enable_automation==1', { |
2224 'defines': ['ENABLE_AUTOMATION=1'], | 2229 'defines': ['ENABLE_AUTOMATION=1'], |
2225 }], | 2230 }], |
2226 ['enable_google_now==1', { | 2231 ['enable_google_now==1', { |
2227 'defines': ['ENABLE_GOOGLE_NOW=1'], | 2232 'defines': ['ENABLE_GOOGLE_NOW=1'], |
2228 }], | 2233 }], |
2229 ['enable_printing==1', { | 2234 ['enable_printing==1', { |
2230 'defines': ['ENABLE_PRINTING=1'], | 2235 'defines': ['ENABLE_PRINTING=1'], |
2231 }], | 2236 }], |
| 2237 ['enable_spellcheck==1', { |
| 2238 'defines': ['ENABLE_SPELLCHECK=1'], |
| 2239 }], |
2232 ['enable_captive_portal_detection==1', { | 2240 ['enable_captive_portal_detection==1', { |
2233 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], | 2241 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], |
2234 }], | 2242 }], |
2235 ['enable_app_list==1', { | 2243 ['enable_app_list==1', { |
2236 'defines': ['ENABLE_APP_LIST=1'], | 2244 'defines': ['ENABLE_APP_LIST=1'], |
2237 }], | 2245 }], |
2238 ['enable_settings_app==1', { | 2246 ['enable_settings_app==1', { |
2239 'defines': ['ENABLE_SETTINGS_APP=1'], | 2247 'defines': ['ENABLE_SETTINGS_APP=1'], |
2240 }], | 2248 }], |
2241 ['disable_ftp_support==1', { | 2249 ['disable_ftp_support==1', { |
(...skipping 2406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4648 # settings in target dicts. SYMROOT is a special case, because many other | 4656 # settings in target dicts. SYMROOT is a special case, because many other |
4649 # Xcode variables depend on it, including variables such as | 4657 # Xcode variables depend on it, including variables such as |
4650 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4658 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
4651 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4659 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
4652 # files to appear (when present) in the UI as actual files and not red | 4660 # files to appear (when present) in the UI as actual files and not red |
4653 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4661 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
4654 # and therefore SYMROOT, needs to be set at the project level. | 4662 # and therefore SYMROOT, needs to be set at the project level. |
4655 'SYMROOT': '<(DEPTH)/xcodebuild', | 4663 'SYMROOT': '<(DEPTH)/xcodebuild', |
4656 }, | 4664 }, |
4657 } | 4665 } |
OLD | NEW |