From c7cd3c82b1c77443756edb2708d5273f397f00c8 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 17 Jul 2014 09:02:20 -0700 Subject: 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 . Review URL: https://codereview.chromium.org/360273002 --- build/standalone.gypi | 8 ++++++++ 1 file changed, 8 insertions(+) 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', -- cgit v1.2.3