summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2014-07-17 09:02:20 -0700
committerNico Weber <thakis@chromium.org>2014-07-17 09:02:20 -0700
commitc7cd3c82b1c77443756edb2708d5273f397f00c8 (patch)
tree7e01259da08138d37a14549b32dd3d36a05efa28
parent3fb18f41076a111e48cd8cdaee596075c89c275c (diff)
downloadpdfium-c7cd3c82b1c77443756edb2708d5273f397f00c8.tar.xz
Fix building pdfium for x64 with ninja under windows.
This adds the necessary directives to the standalone gyp file. R=jschuh@chromium.org, jam@chromium.org BUG=22 Patch from Michael Doppler <m.doppler@gmail.com>. Review URL: https://codereview.chromium.org/360273002
-rw-r--r--build/standalone.gypi8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 967db1eb94..5a65fa5c8e 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',