| Index: build_gyp/gyp_pdfium
|
| diff --git a/build_gyp/gyp_pdfium b/build_gyp/gyp_pdfium
|
| index 23b1c719c29d6692c217f8b65459512867b96b40..6a2540391c617a9087fe5776befa82f804e18f71 100755
|
| --- a/build_gyp/gyp_pdfium
|
| +++ b/build_gyp/gyp_pdfium
|
| @@ -17,7 +17,9 @@ output_rel_dir = 'out'
|
|
|
| sys.path.insert(0, os.path.join(pdfium_root, 'tools', 'gyp', 'pylib'))
|
| import gyp
|
| +
|
| # vs_toolchain needs to be after gyp path setting since it also uses gyp.
|
| +sys.path.insert(0, os.path.join(pdfium_root, 'build'))
|
| import vs_toolchain
|
|
|
| def run_gyp(args):
|
|
|