Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: third_party/v8_gyp_launcher

Issue 10488022: Added Android build target (Closed)
Patch Set: Review comments addressed Created May 24, 2013, 8:40 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/FileSystemJsObject.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/v8_gyp_launcher
===================================================================
new file mode 100755
--- /dev/null
+++ b/third_party/v8_gyp_launcher
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+if __name__ == '__main__':
+ import sys, os
+ script_dir = os.path.dirname(sys.argv[0])
+ sys.path.append(os.path.join(script_dir, '..', '..', '..', 'gyp', 'pylib'))
+ import gyp
+ sys.exit(gyp.main(sys.argv[1:]))
« no previous file with comments | « test/FileSystemJsObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld