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

Unified Diff: syzygy/syzygy.gypi

Issue 2194383007: Port some more code to x64 (Closed) Base URL: git@github.com:google/syzygy.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: syzygy/syzygy.gypi
diff --git a/syzygy/syzygy.gypi b/syzygy/syzygy.gypi
index ec6d0a9f5b91cb58a242daac3e08c30efb5d4c8f..a4c30bcee43a1c6fcb5de92f8150942cf752b7dc 100644
--- a/syzygy/syzygy.gypi
+++ b/syzygy/syzygy.gypi
@@ -154,6 +154,11 @@
'BUILD_OUTPUT_DIR="<(output_dir_prefix)/Debug"',
],
},
+ 'Debug_x64': {
+ 'defines': [
+ 'BUILD_OUTPUT_DIR="<(output_dir_prefix)/Debug_x64"',
+ ],
+ },
'conditions': [
['OS=="win"', {
'Coverage_x64': {

Powered by Google App Engine
This is Rietveld 408576698