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

Unified Diff: third_party/v8_gyp_launcher

Issue 29783566: Issue 6596 - update to work with v8 6.7.288.11 (Closed) Base URL: https://github.com/adblockplus/libadblockplus@99836840e314b7941fdb51cb2b91f23ca3ee3414
Patch Set: mention the version of V8 Created May 25, 2018, 10:04 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 | « libadblockplus.gyp ('k') | v8.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/v8_gyp_launcher
diff --git a/third_party/v8_gyp_launcher b/third_party/v8_gyp_launcher
deleted file mode 100755
index 443f6d1a2988a3616ff550141537f6de5789fefd..0000000000000000000000000000000000000000
--- a/third_party/v8_gyp_launcher
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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.argv.append("-I")
- sys.argv.append("../../v8.gypi")
- sys.exit(gyp.main(sys.argv[1:]))
« no previous file with comments | « libadblockplus.gyp ('k') | v8.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld