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

Side by Side Diff: build/common.gypi

Issue 10832161: Remove supalink (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/win/supalink/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 # in chrome/app/locales/locales.gypi overriding the setting in the 695 # in chrome/app/locales/locales.gypi overriding the setting in the
696 # 'Debug' configuration in the 'target_defaults' dict below, 696 # 'Debug' configuration in the 'target_defaults' dict below,
697 # but that doesn't work as we'd like. 697 # but that doesn't work as we'd like.
698 'msvs_debug_link_incremental%': '2', 698 'msvs_debug_link_incremental%': '2',
699 699
700 # Needed for some of the largest modules. 700 # Needed for some of the largest modules.
701 'msvs_debug_link_nonincremental%': '1', 701 'msvs_debug_link_nonincremental%': '1',
702 702
703 # Turn on Use Library Dependency Inputs for linking chrome.dll on Windows 703 # Turn on Use Library Dependency Inputs for linking chrome.dll on Windows
704 # to get incremental linking to be faster in debug builds. 704 # to get incremental linking to be faster in debug builds.
705 'incremental_chrome_dll%': '<!(python <(DEPTH)/tools/win/supalink/check_inst alled.py)', 705 'incremental_chrome_dll%': '0',
706 706
707 # This is the location of the sandbox binary. Chrome looks for this before 707 # This is the location of the sandbox binary. Chrome looks for this before
708 # running the zygote process. If found, and SUID, it will be used to 708 # running the zygote process. If found, and SUID, it will be used to
709 # sandbox the zygote process and, thus, all renderer processes. 709 # sandbox the zygote process and, thus, all renderer processes.
710 'linux_sandbox_path%': '', 710 'linux_sandbox_path%': '',
711 711
712 # Set this to true to enable SELinux support. 712 # Set this to true to enable SELinux support.
713 'selinux%': 0, 713 'selinux%': 0,
714 714
715 # Clang stuff. 715 # Clang stuff.
(...skipping 2620 matching lines...) Expand 10 before | Expand all | Expand 10 after
3336 # settings in target dicts. SYMROOT is a special case, because many other 3336 # settings in target dicts. SYMROOT is a special case, because many other
3337 # Xcode variables depend on it, including variables such as 3337 # Xcode variables depend on it, including variables such as
3338 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 3338 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
3339 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 3339 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
3340 # files to appear (when present) in the UI as actual files and not red 3340 # files to appear (when present) in the UI as actual files and not red
3341 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 3341 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
3342 # and therefore SYMROOT, needs to be set at the project level. 3342 # and therefore SYMROOT, needs to be set at the project level.
3343 'SYMROOT': '<(DEPTH)/xcodebuild', 3343 'SYMROOT': '<(DEPTH)/xcodebuild',
3344 }, 3344 },
3345 } 3345 }
OLDNEW
« no previous file with comments | « no previous file | tools/win/supalink/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698