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

Unified Diff: build/common.gypi

Issue 8059024: Mostly automatic incremental link enabling (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: make sure tmp file is unlink'd Created 9 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/win/supalink/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 55654d1f60a1f7440fd179b679391eb52f073338..77c26dfdade1e4483a37d9d08468f45352bc3125 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -413,7 +413,7 @@
# Turn on Use Library Dependency Inputs for linking chrome.dll on Windows
# to get incremental linking to be faster in debug builds.
- 'incremental_chrome_dll%': 0,
+ 'incremental_chrome_dll%': '<!(python <(DEPTH)/tools/win/supalink/check_installed.py)',
Nico 2012/03/29 22:47:32 rlz has a mode where it can be built stand-alone.
# This is the location of the sandbox binary. Chrome looks for this before
# running the zygote process. If found, and SUID, it will be used to
« 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