| 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 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 631 # specific implementations of gfx::Canvas. Affects text drawing in the | 631 # specific implementations of gfx::Canvas. Affects text drawing in the |
| 632 # Chrome UI. | 632 # Chrome UI. |
| 633 # TODO(asvitkine): Enable this on all platforms and delete this flag. | 633 # TODO(asvitkine): Enable this on all platforms and delete this flag. |
| 634 # http://crbug.com/105550 | 634 # http://crbug.com/105550 |
| 635 'use_canvas_skia%': 0, | 635 'use_canvas_skia%': 0, |
| 636 | 636 |
| 637 # Set to "tsan", "memcheck", or "drmemory" to configure the build to work | 637 # Set to "tsan", "memcheck", or "drmemory" to configure the build to work |
| 638 # with one of those tools. | 638 # with one of those tools. |
| 639 'build_for_tool%': '', | 639 'build_for_tool%': '', |
| 640 | 640 |
| 641 # If no directory is specified then a temporary directory will be used. | |
| 642 'test_isolation_outdir%': '', | |
| 643 | |
| 644 'wix_path%': '<(DEPTH)/third_party/wix', | 641 'wix_path%': '<(DEPTH)/third_party/wix', |
| 645 | 642 |
| 646 # Supervised users are enabled by default. | 643 # Supervised users are enabled by default. |
| 647 'enable_supervised_users%': 1, | 644 'enable_supervised_users%': 1, |
| 648 | 645 |
| 649 # Platform sends memory pressure signals natively. | 646 # Platform sends memory pressure signals natively. |
| 650 'native_memory_pressure_signals%': 0, | 647 'native_memory_pressure_signals%': 0, |
| 651 | 648 |
| 652 'spdy_proxy_auth_property%' : '', | 649 'spdy_proxy_auth_property%' : '', |
| 653 'spdy_proxy_auth_value%' : '', | 650 'spdy_proxy_auth_value%' : '', |
| (...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1182 'enable_themes%': '<(enable_themes)', | 1179 'enable_themes%': '<(enable_themes)', |
| 1183 'enable_autofill_dialog%': '<(enable_autofill_dialog)', | 1180 'enable_autofill_dialog%': '<(enable_autofill_dialog)', |
| 1184 'enable_prod_wallet_service%': '<(enable_prod_wallet_service)', | 1181 'enable_prod_wallet_service%': '<(enable_prod_wallet_service)', |
| 1185 'enable_background%': '<(enable_background)', | 1182 'enable_background%': '<(enable_background)', |
| 1186 'linux_use_bundled_gold%': '<(linux_use_bundled_gold)', | 1183 'linux_use_bundled_gold%': '<(linux_use_bundled_gold)', |
| 1187 'linux_use_bundled_binutils%': '<(linux_use_bundled_binutils)', | 1184 'linux_use_bundled_binutils%': '<(linux_use_bundled_binutils)', |
| 1188 'linux_use_gold_flags%': '<(linux_use_gold_flags)', | 1185 'linux_use_gold_flags%': '<(linux_use_gold_flags)', |
| 1189 'linux_use_debug_fission%': '<(linux_use_debug_fission)', | 1186 'linux_use_debug_fission%': '<(linux_use_debug_fission)', |
| 1190 'use_canvas_skia%': '<(use_canvas_skia)', | 1187 'use_canvas_skia%': '<(use_canvas_skia)', |
| 1191 'test_isolation_mode%': '<(test_isolation_mode)', | 1188 'test_isolation_mode%': '<(test_isolation_mode)', |
| 1192 'test_isolation_outdir%': '<(test_isolation_outdir)', | |
| 1193 'enable_basic_printing%': '<(enable_basic_printing)', | 1189 'enable_basic_printing%': '<(enable_basic_printing)', |
| 1194 'enable_print_preview%': '<(enable_print_preview)', | 1190 'enable_print_preview%': '<(enable_print_preview)', |
| 1195 'enable_spellcheck%': '<(enable_spellcheck)', | 1191 'enable_spellcheck%': '<(enable_spellcheck)', |
| 1196 'enable_google_now%': '<(enable_google_now)', | 1192 'enable_google_now%': '<(enable_google_now)', |
| 1197 'cld_version%': '<(cld_version)', | 1193 'cld_version%': '<(cld_version)', |
| 1198 'cld2_table_size%': '<(cld2_table_size)', | 1194 'cld2_table_size%': '<(cld2_table_size)', |
| 1199 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', | 1195 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', |
| 1200 'disable_file_support%': '<(disable_file_support)', | 1196 'disable_file_support%': '<(disable_file_support)', |
| 1201 'disable_ftp_support%': '<(disable_ftp_support)', | 1197 'disable_ftp_support%': '<(disable_ftp_support)', |
| 1202 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)', | 1198 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)', |
| (...skipping 4987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6190 # settings in target dicts. SYMROOT is a special case, because many other | 6186 # settings in target dicts. SYMROOT is a special case, because many other |
| 6191 # Xcode variables depend on it, including variables such as | 6187 # Xcode variables depend on it, including variables such as |
| 6192 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6188 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 6193 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6189 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 6194 # files to appear (when present) in the UI as actual files and not red | 6190 # files to appear (when present) in the UI as actual files and not red |
| 6195 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6191 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 6196 # and therefore SYMROOT, needs to be set at the project level. | 6192 # and therefore SYMROOT, needs to be set at the project level. |
| 6197 'SYMROOT': '<(DEPTH)/xcodebuild', | 6193 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 6198 }, | 6194 }, |
| 6199 } | 6195 } |
| OLD | NEW |