| 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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 # TODO(glider): remove this flag. | 481 # TODO(glider): remove this flag. |
| 482 'asan_coverage%': 0, | 482 'asan_coverage%': 0, |
| 483 # Enable intra-object-overflow detection in ASan (experimental). | 483 # Enable intra-object-overflow detection in ASan (experimental). |
| 484 'asan_field_padding%': 0, | 484 'asan_field_padding%': 0, |
| 485 | 485 |
| 486 # Enable Chromium overrides of the default configurations for various | 486 # Enable Chromium overrides of the default configurations for various |
| 487 # dynamic tools (like ASan). | 487 # dynamic tools (like ASan). |
| 488 'use_sanitizer_options%': 0, | 488 'use_sanitizer_options%': 0, |
| 489 | 489 |
| 490 # Enable building with SyzyAsan. | 490 # Enable building with SyzyAsan. |
| 491 # See https://code.google.com/p/sawbuck/wiki/SyzyASanHowTo | 491 # See https://github.com/google/syzygy/wiki/SyzyASanHowTo |
| 492 'syzyasan%': 0, | 492 'syzyasan%': 0, |
| 493 | 493 |
| 494 # Enable crash reporting via Kasko. | 494 # Enable crash reporting via Kasko. |
| 495 'kasko%': 0, | 495 'kasko%': 0, |
| 496 | 496 |
| 497 # Enable hang reports in Kasko. Requires Kasko to be enabled. | 497 # Enable hang reports in Kasko. Requires Kasko to be enabled. |
| 498 'kasko_hang_reports%': 0, | 498 'kasko_hang_reports%': 0, |
| 499 | 499 |
| 500 # Enable building with LSan (Clang's -fsanitize=leak option). | 500 # Enable building with LSan (Clang's -fsanitize=leak option). |
| 501 # -fsanitize=leak only works with clang, but lsan=1 implies clang=1 | 501 # -fsanitize=leak only works with clang, but lsan=1 implies clang=1 |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 # Enable FTP support by default. | 622 # Enable FTP support by default. |
| 623 'disable_ftp_support%': 0, | 623 'disable_ftp_support%': 0, |
| 624 | 624 |
| 625 # Use of precompiled headers on Windows. | 625 # Use of precompiled headers on Windows. |
| 626 # | 626 # |
| 627 # This variable may be explicitly set to 1 (enabled) or 0 | 627 # This variable may be explicitly set to 1 (enabled) or 0 |
| 628 # (disabled) in ~/.gyp/include.gypi or via the GYP command line. | 628 # (disabled) in ~/.gyp/include.gypi or via the GYP command line. |
| 629 # This setting will override the default. | 629 # This setting will override the default. |
| 630 # | 630 # |
| 631 # See | 631 # See |
| 632 # http://code.google.com/p/chromium/wiki/WindowsPrecompiledHeaders | 632 # https://chromium.googlesource.com/chromium/src/+/master/docs/windows_pre
compiled_headers.md |
| 633 # for details. | 633 # for details. |
| 634 'chromium_win_pch%': 0, | 634 'chromium_win_pch%': 0, |
| 635 | 635 |
| 636 # Clang stuff. | 636 # Clang stuff. |
| 637 'make_clang_dir%': 'third_party/llvm-build/Release+Asserts', | 637 'make_clang_dir%': 'third_party/llvm-build/Release+Asserts', |
| 638 # Set this to true when building with Clang. | 638 # Set this to true when building with Clang. |
| 639 # See http://code.google.com/p/chromium/wiki/Clang for details. | 639 # See https://chromium.googlesource.com/chromium/src/+/master/docs/clang.m
d for details. |
| 640 # If this is set, clang is used as both host and target compiler in | 640 # If this is set, clang is used as both host and target compiler in |
| 641 # cross-compile builds. | 641 # cross-compile builds. |
| 642 'clang%': 0, | 642 'clang%': 0, |
| 643 | 643 |
| 644 # Use experimental lld linker instead of the platform's default linker. | 644 # Use experimental lld linker instead of the platform's default linker. |
| 645 'use_lld%': 0, | 645 'use_lld%': 0, |
| 646 | 646 |
| 647 # Enable plugin installation by default. | 647 # Enable plugin installation by default. |
| 648 'enable_plugin_installation%': 1, | 648 'enable_plugin_installation%': 1, |
| 649 | 649 |
| (...skipping 5741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6391 # settings in target dicts. SYMROOT is a special case, because many other | 6391 # settings in target dicts. SYMROOT is a special case, because many other |
| 6392 # Xcode variables depend on it, including variables such as | 6392 # Xcode variables depend on it, including variables such as |
| 6393 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6393 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 6394 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6394 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 6395 # files to appear (when present) in the UI as actual files and not red | 6395 # files to appear (when present) in the UI as actual files and not red |
| 6396 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6396 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 6397 # and therefore SYMROOT, needs to be set at the project level. | 6397 # and therefore SYMROOT, needs to be set at the project level. |
| 6398 'SYMROOT': '<(DEPTH)/xcodebuild', | 6398 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 6399 }, | 6399 }, |
| 6400 } | 6400 } |
| OLD | NEW |