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

Unified Diff: build/gyp_v8

Issue 19195003: Fix gyp_v8 to work with use_system_icu=1 (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 7 years, 5 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 | « Makefile.nacl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gyp_v8
diff --git a/build/gyp_v8 b/build/gyp_v8
index 73a66a72fd5c0736c399a255aa2d1be281c13373..92e6503925cda4c72245821bff6061c9dd593429 100755
--- a/build/gyp_v8
+++ b/build/gyp_v8
@@ -47,6 +47,10 @@ if __name__ == '__main__':
sys.path.insert(0, os.path.join(v8_root, 'build', 'gyp', 'pylib'))
import gyp
+# Add paths so that pymod_do_main(...) can import files.
+sys.path.insert(
+ 1, os.path.abspath(os.path.join(v8_root, 'tools', 'generate_shim_headers')))
+
def apply_gyp_environment(file_path=None):
"""
« no previous file with comments | « Makefile.nacl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698