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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 # Managed users are enabled by default. | 493 # Managed users are enabled by default. |
494 'enable_managed_users%': 1, | 494 'enable_managed_users%': 1, |
495 | 495 |
496 # Platform natively supports discardable memory. | 496 # Platform natively supports discardable memory. |
497 'native_discardable_memory%': 0, | 497 'native_discardable_memory%': 0, |
498 | 498 |
499 # Platform sends memory pressure signals natively. | 499 # Platform sends memory pressure signals natively. |
500 'native_memory_pressure_signals%': 0, | 500 'native_memory_pressure_signals%': 0, |
501 | 501 |
502 'data_reduction_fallback_host%' : '', | 502 'data_reduction_fallback_host%' : '', |
| 503 'data_reduction_dev_host%' : '', |
503 'spdy_proxy_auth_origin%' : '', | 504 'spdy_proxy_auth_origin%' : '', |
504 'spdy_proxy_auth_property%' : '', | 505 'spdy_proxy_auth_property%' : '', |
505 'spdy_proxy_auth_value%' : '', | 506 'spdy_proxy_auth_value%' : '', |
506 'data_reduction_proxy_probe_url%' : '', | 507 'data_reduction_proxy_probe_url%' : '', |
507 'enable_mdns%' : 0, | 508 'enable_mdns%' : 0, |
508 'enable_enhanced_bookmarks%': 0, | 509 'enable_enhanced_bookmarks%': 0, |
509 | 510 |
510 'conditions': [ | 511 'conditions': [ |
511 # A flag for POSIX platforms | 512 # A flag for POSIX platforms |
512 ['OS=="win"', { | 513 ['OS=="win"', { |
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
968 'enable_app_list%': '<(enable_app_list)', | 969 'enable_app_list%': '<(enable_app_list)', |
969 'use_default_render_theme%': '<(use_default_render_theme)', | 970 'use_default_render_theme%': '<(use_default_render_theme)', |
970 'enable_settings_app%': '<(enable_settings_app)', | 971 'enable_settings_app%': '<(enable_settings_app)', |
971 'google_api_key%': '<(google_api_key)', | 972 'google_api_key%': '<(google_api_key)', |
972 'google_default_client_id%': '<(google_default_client_id)', | 973 'google_default_client_id%': '<(google_default_client_id)', |
973 'google_default_client_secret%': '<(google_default_client_secret)', | 974 'google_default_client_secret%': '<(google_default_client_secret)', |
974 'enable_managed_users%': '<(enable_managed_users)', | 975 'enable_managed_users%': '<(enable_managed_users)', |
975 'native_discardable_memory%': '<(native_discardable_memory)', | 976 'native_discardable_memory%': '<(native_discardable_memory)', |
976 'native_memory_pressure_signals%': '<(native_memory_pressure_signals)', | 977 'native_memory_pressure_signals%': '<(native_memory_pressure_signals)', |
977 'data_reduction_fallback_host%': '<(data_reduction_fallback_host)', | 978 'data_reduction_fallback_host%': '<(data_reduction_fallback_host)', |
| 979 'data_reduction_dev_host%': '<(data_reduction_dev_host)', |
978 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)', | 980 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)', |
979 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)', | 981 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)', |
980 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)', | 982 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)', |
981 'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)', | 983 'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)', |
982 'enable_mdns%' : '<(enable_mdns)', | 984 'enable_mdns%' : '<(enable_mdns)', |
983 'enable_enhanced_bookmarks%' : '<(enable_enhanced_bookmarks)', | 985 'enable_enhanced_bookmarks%' : '<(enable_enhanced_bookmarks)', |
984 'v8_optimized_debug%': '<(v8_optimized_debug)', | 986 'v8_optimized_debug%': '<(v8_optimized_debug)', |
985 'proprietary_codecs%': '<(proprietary_codecs)', | 987 'proprietary_codecs%': '<(proprietary_codecs)', |
986 'use_goma%': '<(use_goma)', | 988 'use_goma%': '<(use_goma)', |
987 'gomadir%': '<(gomadir)', | 989 'gomadir%': '<(gomadir)', |
(...skipping 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2426 ['disable_ftp_support==1', { | 2428 ['disable_ftp_support==1', { |
2427 'defines': ['DISABLE_FTP_SUPPORT=1'], | 2429 'defines': ['DISABLE_FTP_SUPPORT=1'], |
2428 }], | 2430 }], |
2429 ['enable_managed_users==1', { | 2431 ['enable_managed_users==1', { |
2430 'defines': ['ENABLE_MANAGED_USERS=1'], | 2432 'defines': ['ENABLE_MANAGED_USERS=1'], |
2431 }], | 2433 }], |
2432 ['data_reduction_fallback_host != ""', { | 2434 ['data_reduction_fallback_host != ""', { |
2433 'defines': [ | 2435 'defines': [ |
2434 'DATA_REDUCTION_FALLBACK_HOST="<(data_reduction_fallback_host)"'], | 2436 'DATA_REDUCTION_FALLBACK_HOST="<(data_reduction_fallback_host)"'], |
2435 }], | 2437 }], |
| 2438 ['data_reduction_dev_host != ""', { |
| 2439 'defines': [ |
| 2440 'DATA_REDUCTION_DEV_HOST="<(data_reduction_dev_host)"'], |
| 2441 }], |
2436 ['spdy_proxy_auth_origin != ""', { | 2442 ['spdy_proxy_auth_origin != ""', { |
2437 'defines': ['SPDY_PROXY_AUTH_ORIGIN="<(spdy_proxy_auth_origin)"'], | 2443 'defines': ['SPDY_PROXY_AUTH_ORIGIN="<(spdy_proxy_auth_origin)"'], |
2438 }], | 2444 }], |
2439 ['spdy_proxy_auth_property != ""', { | 2445 ['spdy_proxy_auth_property != ""', { |
2440 'defines': ['SPDY_PROXY_AUTH_PROPERTY="<(spdy_proxy_auth_property)"'], | 2446 'defines': ['SPDY_PROXY_AUTH_PROPERTY="<(spdy_proxy_auth_property)"'], |
2441 }], | 2447 }], |
2442 ['spdy_proxy_auth_value != ""', { | 2448 ['spdy_proxy_auth_value != ""', { |
2443 'defines': ['SPDY_PROXY_AUTH_VALUE="<(spdy_proxy_auth_value)"'], | 2449 'defines': ['SPDY_PROXY_AUTH_VALUE="<(spdy_proxy_auth_value)"'], |
2444 }], | 2450 }], |
2445 ['data_reduction_proxy_probe_url != ""', { | 2451 ['data_reduction_proxy_probe_url != ""', { |
(...skipping 2327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4773 # settings in target dicts. SYMROOT is a special case, because many other | 4779 # settings in target dicts. SYMROOT is a special case, because many other |
4774 # Xcode variables depend on it, including variables such as | 4780 # Xcode variables depend on it, including variables such as |
4775 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4781 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
4776 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4782 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
4777 # files to appear (when present) in the UI as actual files and not red | 4783 # files to appear (when present) in the UI as actual files and not red |
4778 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4784 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
4779 # and therefore SYMROOT, needs to be set at the project level. | 4785 # and therefore SYMROOT, needs to be set at the project level. |
4780 'SYMROOT': '<(DEPTH)/xcodebuild', | 4786 'SYMROOT': '<(DEPTH)/xcodebuild', |
4781 }, | 4787 }, |
4782 } | 4788 } |
OLD | NEW |