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

Unified Diff: syzygy/syzygy.gypi

Issue 2363733003: Make syzyasan_rtl compile in 64 bit (Closed)
Patch Set: Nits. Created 4 years, 2 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 | « syzygy/agent/asan/unittest_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/syzygy.gypi
diff --git a/syzygy/syzygy.gypi b/syzygy/syzygy.gypi
index a4c30bcee43a1c6fcb5de92f8150942cf752b7dc..4075fb1aad89873d431d16313628796d41158ead 100644
--- a/syzygy/syzygy.gypi
+++ b/syzygy/syzygy.gypi
@@ -159,6 +159,11 @@
'BUILD_OUTPUT_DIR="<(output_dir_prefix)/Debug_x64"',
],
},
+ 'Release_x64': {
+ 'defines': [
+ 'BUILD_OUTPUT_DIR="<(output_dir_prefix)/Release_x64"',
+ ],
+ },
'conditions': [
['OS=="win"', {
'Coverage_x64': {
« no previous file with comments | « syzygy/agent/asan/unittest_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698