Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(551)

Side by Side Diff: build/common.gypi

Issue 1592403002: update obsolete code.google.com documentation links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: formatting Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 # TODO(glider): remove this flag. 474 # TODO(glider): remove this flag.
475 'asan_coverage%': 0, 475 'asan_coverage%': 0,
476 # Enable intra-object-overflow detection in ASan (experimental). 476 # Enable intra-object-overflow detection in ASan (experimental).
477 'asan_field_padding%': 0, 477 'asan_field_padding%': 0,
478 478
479 # Enable Chromium overrides of the default configurations for various 479 # Enable Chromium overrides of the default configurations for various
480 # dynamic tools (like ASan). 480 # dynamic tools (like ASan).
481 'use_sanitizer_options%': 0, 481 'use_sanitizer_options%': 0,
482 482
483 # Enable building with SyzyAsan. 483 # Enable building with SyzyAsan.
484 # See https://code.google.com/p/sawbuck/wiki/SyzyASanHowTo 484 # See https://github.com/google/syzygy/wiki/SyzyASanHowTo
485 'syzyasan%': 0, 485 'syzyasan%': 0,
486 486
487 # Enable crash reporting via Kasko. 487 # Enable crash reporting via Kasko.
488 'kasko%': 0, 488 'kasko%': 0,
489 489
490 # Enable hang reports in Kasko. 490 # Enable hang reports in Kasko.
491 'kasko_hang_reports%': 0, 491 'kasko_hang_reports%': 0,
492 492
493 # Enable building with LSan (Clang's -fsanitize=leak option). 493 # Enable building with LSan (Clang's -fsanitize=leak option).
494 # -fsanitize=leak only works with clang, but lsan=1 implies clang=1 494 # -fsanitize=leak only works with clang, but lsan=1 implies clang=1
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 # Enable FTP support by default. 615 # Enable FTP support by default.
616 'disable_ftp_support%': 0, 616 'disable_ftp_support%': 0,
617 617
618 # Use of precompiled headers on Windows. 618 # Use of precompiled headers on Windows.
619 # 619 #
620 # This variable may be explicitly set to 1 (enabled) or 0 620 # This variable may be explicitly set to 1 (enabled) or 0
621 # (disabled) in ~/.gyp/include.gypi or via the GYP command line. 621 # (disabled) in ~/.gyp/include.gypi or via the GYP command line.
622 # This setting will override the default. 622 # This setting will override the default.
623 # 623 #
624 # See 624 # See
625 # http://code.google.com/p/chromium/wiki/WindowsPrecompiledHeaders 625 # https://chromium.googlesource.com/chromium/src/+/master/docs/windows_pre compiled_headers.md
626 # for details. 626 # for details.
627 'chromium_win_pch%': 0, 627 'chromium_win_pch%': 0,
628 628
629 # Clang stuff. 629 # Clang stuff.
630 'make_clang_dir%': 'third_party/llvm-build/Release+Asserts', 630 'make_clang_dir%': 'third_party/llvm-build/Release+Asserts',
631 # Set this to true when building with Clang. 631 # Set this to true when building with Clang.
632 # See http://code.google.com/p/chromium/wiki/Clang for details. 632 # See https://chromium.googlesource.com/chromium/src/+/master/docs/clang.m d for details.
633 # If this is set, clang is used as both host and target compiler in 633 # If this is set, clang is used as both host and target compiler in
634 # cross-compile builds. 634 # cross-compile builds.
635 'clang%': 0, 635 'clang%': 0,
636 636
637 # Use experimental lld linker instead of the platform's default linker. 637 # Use experimental lld linker instead of the platform's default linker.
638 'use_lld%': 0, 638 'use_lld%': 0,
639 639
640 # Enable plugin installation by default. 640 # Enable plugin installation by default.
641 'enable_plugin_installation%': 1, 641 'enable_plugin_installation%': 1,
642 642
(...skipping 5740 matching lines...) Expand 10 before | Expand all | Expand 10 after
6383 # settings in target dicts. SYMROOT is a special case, because many other 6383 # settings in target dicts. SYMROOT is a special case, because many other
6384 # Xcode variables depend on it, including variables such as 6384 # Xcode variables depend on it, including variables such as
6385 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6385 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6386 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6386 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6387 # files to appear (when present) in the UI as actual files and not red 6387 # files to appear (when present) in the UI as actual files and not red
6388 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6388 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6389 # and therefore SYMROOT, needs to be set at the project level. 6389 # and therefore SYMROOT, needs to be set at the project level.
6390 'SYMROOT': '<(DEPTH)/xcodebuild', 6390 'SYMROOT': '<(DEPTH)/xcodebuild',
6391 }, 6391 },
6392 } 6392 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698