| 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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 | 531 |
| 532 # Managed users are enabled by default. | 532 # Managed users are enabled by default. |
| 533 'enable_managed_users%': 1, | 533 'enable_managed_users%': 1, |
| 534 | 534 |
| 535 # Platform natively supports discardable memory. | 535 # Platform natively supports discardable memory. |
| 536 'native_discardable_memory%': 0, | 536 'native_discardable_memory%': 0, |
| 537 | 537 |
| 538 # Platform sends memory pressure signals natively. | 538 # Platform sends memory pressure signals natively. |
| 539 'native_memory_pressure_signals%': 0, | 539 'native_memory_pressure_signals%': 0, |
| 540 | 540 |
| 541 'data_reduction_fallback_host%' : '', | 541 'data_reduction_fallback_host%' : 'http://compress.googlezip.net:80/', |
| 542 'data_reduction_dev_host%' : '', | 542 'data_reduction_dev_host%' : '', |
| 543 'spdy_proxy_auth_origin%' : '', | 543 'spdy_proxy_auth_origin%' : 'https://proxy.googlezip.net:443/', |
| 544 'spdy_proxy_auth_property%' : '', | 544 'spdy_proxy_auth_property%' : '', |
| 545 'spdy_proxy_auth_value%' : '', | 545 'spdy_proxy_auth_value%' : '', |
| 546 'data_reduction_proxy_probe_url%' : '', | 546 'data_reduction_proxy_probe_url%' : '', |
| 547 'enable_mdns%' : 0, | 547 'enable_mdns%' : 0, |
| 548 'enable_service_discovery%': 0, | 548 'enable_service_discovery%': 0, |
| 549 'enable_hangout_services_extension%': 0, | 549 'enable_hangout_services_extension%': 0, |
| 550 | 550 |
| 551 # Enable the Syzygy optimization step. | 551 # Enable the Syzygy optimization step. |
| 552 'syzygy_optimize%': 0, | 552 'syzygy_optimize%': 0, |
| 553 | 553 |
| (...skipping 4697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5251 # settings in target dicts. SYMROOT is a special case, because many other | 5251 # settings in target dicts. SYMROOT is a special case, because many other |
| 5252 # Xcode variables depend on it, including variables such as | 5252 # Xcode variables depend on it, including variables such as |
| 5253 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 5253 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 5254 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 5254 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 5255 # files to appear (when present) in the UI as actual files and not red | 5255 # files to appear (when present) in the UI as actual files and not red |
| 5256 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 5256 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 5257 # and therefore SYMROOT, needs to be set at the project level. | 5257 # and therefore SYMROOT, needs to be set at the project level. |
| 5258 'SYMROOT': '<(DEPTH)/xcodebuild', | 5258 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 5259 }, | 5259 }, |
| 5260 } | 5260 } |
| OLD | NEW |