Index: build_gyp/gyp_pdfium |
diff --git a/build_gyp/gyp_pdfium b/build_gyp/gyp_pdfium |
index 3dbbbeea75d8b353a7882077c9f1569aa967e710..c65337861ee1cdab73ada6b5f7ff19cfca13e09a 100755 |
--- a/build_gyp/gyp_pdfium |
+++ b/build_gyp/gyp_pdfium |
@@ -14,7 +14,7 @@ import sys |
script_dir = os.path.dirname(os.path.realpath(__file__)) |
pdfium_root = os.path.abspath(os.path.join(script_dir, os.pardir)) |
-sys.path.insert(0, os.path.join(pdfium_root, 'build_gyp', 'gyp', 'pylib')) |
+sys.path.insert(0, os.path.join(pdfium_root, 'tools', 'gyp', 'pylib')) |
import gyp |