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

Unified Diff: build_gyp/gyp_pdfium

Issue 1933843002: Use utilities from build directory instead of own copies (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: fix Created 4 years, 8 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 | « build_gyp/find_depot_tools.py ('k') | build_gyp/mac_find_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « build_gyp/find_depot_tools.py ('k') | build_gyp/mac_find_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698