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

Unified Diff: build/standalone.gypi

Issue 360273002: Fix building pdfium for x64 with ninja under windows. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 967db1eb94c62008722cf182a7bf716243e290e6..5a65fa5c8ef0b6be8ec88356059659fb3455666b 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -131,6 +131,14 @@
}],
], # conditions
},
+ 'Debug_x64': {
+ 'inherit_from': ['Debug'],
+ 'msvs_configuration_platform': 'x64',
+ },
+ 'Release_x64': {
+ 'inherit_from': ['Release'],
+ 'msvs_configuration_platform': 'x64',
+ },
},
'defines!': [
'DEBUG',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698