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

Unified Diff: build/all.gyp

Issue 12095105: Add a script to produce a syzygy-instrumented image of Chrome.dll (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/chrome_syzygy.gyp » ('j') | chrome/chrome_syzygy.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 026942346ad99ded4a8e7433b4f89b1586c3476b..51077e67d526f1d7dd2cc6dae5ba3fc8a5d93f5d 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -173,7 +173,7 @@
'target_name': 'All_syzygy',
'type': 'none',
'conditions': [
- ['OS=="win" and fastbuild==0 and asan!=1', {
+ ['OS=="win" and fastbuild==0', {
'dependencies': [
'../chrome/installer/mini_installer_syzygy.gyp:*',
],
« no previous file with comments | « no previous file | chrome/chrome_syzygy.gyp » ('j') | chrome/chrome_syzygy.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698