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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 # Managed users are enabled by default. | 498 # Managed users are enabled by default. |
499 'enable_managed_users%': 1, | 499 'enable_managed_users%': 1, |
500 | 500 |
501 # Platform natively supports discardable memory. | 501 # Platform natively supports discardable memory. |
502 'native_discardable_memory%': 0, | 502 'native_discardable_memory%': 0, |
503 | 503 |
504 # Platform sends memory pressure signals natively. | 504 # Platform sends memory pressure signals natively. |
505 'native_memory_pressure_signals%': 0, | 505 'native_memory_pressure_signals%': 0, |
506 | 506 |
507 'data_reduction_fallback_host%' : '', | 507 'data_reduction_fallback_host%' : '', |
| 508 'data_reduction_dev_host%' : '', |
508 'spdy_proxy_auth_origin%' : '', | 509 'spdy_proxy_auth_origin%' : '', |
509 'spdy_proxy_auth_property%' : '', | 510 'spdy_proxy_auth_property%' : '', |
510 'spdy_proxy_auth_value%' : '', | 511 'spdy_proxy_auth_value%' : '', |
511 'data_reduction_proxy_probe_url%' : '', | 512 'data_reduction_proxy_probe_url%' : '', |
512 'enable_mdns%' : 0, | 513 'enable_mdns%' : 0, |
513 'enable_enhanced_bookmarks%': 0, | 514 'enable_enhanced_bookmarks%': 0, |
514 | 515 |
515 'conditions': [ | 516 'conditions': [ |
516 # A flag for POSIX platforms | 517 # A flag for POSIX platforms |
517 ['OS=="win"', { | 518 ['OS=="win"', { |
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
964 'enable_app_list%': '<(enable_app_list)', | 965 'enable_app_list%': '<(enable_app_list)', |
965 'use_default_render_theme%': '<(use_default_render_theme)', | 966 'use_default_render_theme%': '<(use_default_render_theme)', |
966 'enable_settings_app%': '<(enable_settings_app)', | 967 'enable_settings_app%': '<(enable_settings_app)', |
967 'google_api_key%': '<(google_api_key)', | 968 'google_api_key%': '<(google_api_key)', |
968 'google_default_client_id%': '<(google_default_client_id)', | 969 'google_default_client_id%': '<(google_default_client_id)', |
969 'google_default_client_secret%': '<(google_default_client_secret)', | 970 'google_default_client_secret%': '<(google_default_client_secret)', |
970 'enable_managed_users%': '<(enable_managed_users)', | 971 'enable_managed_users%': '<(enable_managed_users)', |
971 'native_discardable_memory%': '<(native_discardable_memory)', | 972 'native_discardable_memory%': '<(native_discardable_memory)', |
972 'native_memory_pressure_signals%': '<(native_memory_pressure_signals)', | 973 'native_memory_pressure_signals%': '<(native_memory_pressure_signals)', |
973 'data_reduction_fallback_host%': '<(data_reduction_fallback_host)', | 974 'data_reduction_fallback_host%': '<(data_reduction_fallback_host)', |
| 975 'data_reduction_dev_host%': '<(data_reduction_dev_host)', |
974 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)', | 976 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)', |
975 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)', | 977 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)', |
976 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)', | 978 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)', |
977 'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)', | 979 'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)', |
978 'enable_mdns%' : '<(enable_mdns)', | 980 'enable_mdns%' : '<(enable_mdns)', |
979 'enable_enhanced_bookmarks%' : '<(enable_enhanced_bookmarks)', | 981 'enable_enhanced_bookmarks%' : '<(enable_enhanced_bookmarks)', |
980 'v8_optimized_debug%': '<(v8_optimized_debug)', | 982 'v8_optimized_debug%': '<(v8_optimized_debug)', |
981 'proprietary_codecs%': '<(proprietary_codecs)', | 983 'proprietary_codecs%': '<(proprietary_codecs)', |
982 'use_goma%': '<(use_goma)', | 984 'use_goma%': '<(use_goma)', |
983 'gomadir%': '<(gomadir)', | 985 'gomadir%': '<(gomadir)', |
(...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2440 ['disable_ftp_support==1', { | 2442 ['disable_ftp_support==1', { |
2441 'defines': ['DISABLE_FTP_SUPPORT=1'], | 2443 'defines': ['DISABLE_FTP_SUPPORT=1'], |
2442 }], | 2444 }], |
2443 ['enable_managed_users==1', { | 2445 ['enable_managed_users==1', { |
2444 'defines': ['ENABLE_MANAGED_USERS=1'], | 2446 'defines': ['ENABLE_MANAGED_USERS=1'], |
2445 }], | 2447 }], |
2446 ['data_reduction_fallback_host != ""', { | 2448 ['data_reduction_fallback_host != ""', { |
2447 'defines': [ | 2449 'defines': [ |
2448 'DATA_REDUCTION_FALLBACK_HOST="<(data_reduction_fallback_host)"'], | 2450 'DATA_REDUCTION_FALLBACK_HOST="<(data_reduction_fallback_host)"'], |
2449 }], | 2451 }], |
| 2452 ['data_reduction_dev_host != ""', { |
| 2453 'defines': [ |
| 2454 'DATA_REDUCTION_DEV_HOST="<(data_reduction_dev_host)"'], |
| 2455 }], |
2450 ['spdy_proxy_auth_origin != ""', { | 2456 ['spdy_proxy_auth_origin != ""', { |
2451 'defines': ['SPDY_PROXY_AUTH_ORIGIN="<(spdy_proxy_auth_origin)"'], | 2457 'defines': ['SPDY_PROXY_AUTH_ORIGIN="<(spdy_proxy_auth_origin)"'], |
2452 }], | 2458 }], |
2453 ['spdy_proxy_auth_property != ""', { | 2459 ['spdy_proxy_auth_property != ""', { |
2454 'defines': ['SPDY_PROXY_AUTH_PROPERTY="<(spdy_proxy_auth_property)"'], | 2460 'defines': ['SPDY_PROXY_AUTH_PROPERTY="<(spdy_proxy_auth_property)"'], |
2455 }], | 2461 }], |
2456 ['spdy_proxy_auth_value != ""', { | 2462 ['spdy_proxy_auth_value != ""', { |
2457 'defines': ['SPDY_PROXY_AUTH_VALUE="<(spdy_proxy_auth_value)"'], | 2463 'defines': ['SPDY_PROXY_AUTH_VALUE="<(spdy_proxy_auth_value)"'], |
2458 }], | 2464 }], |
2459 ['data_reduction_proxy_probe_url != ""', { | 2465 ['data_reduction_proxy_probe_url != ""', { |
(...skipping 2347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4807 # settings in target dicts. SYMROOT is a special case, because many other | 4813 # settings in target dicts. SYMROOT is a special case, because many other |
4808 # Xcode variables depend on it, including variables such as | 4814 # Xcode variables depend on it, including variables such as |
4809 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4815 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
4810 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4816 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
4811 # files to appear (when present) in the UI as actual files and not red | 4817 # files to appear (when present) in the UI as actual files and not red |
4812 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4818 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
4813 # and therefore SYMROOT, needs to be set at the project level. | 4819 # and therefore SYMROOT, needs to be set at the project level. |
4814 'SYMROOT': '<(DEPTH)/xcodebuild', | 4820 'SYMROOT': '<(DEPTH)/xcodebuild', |
4815 }, | 4821 }, |
4816 } | 4822 } |
OLD | NEW |