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

Side by Side Diff: third_party/v8_gyp_launcher

Issue 5637716494516224: Issue 296 - [libadblockplus] Don't require custom build step to eliminate thin archives (Closed)
Patch Set: Created April 10, 2014, 1:42 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | v8.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 if __name__ == '__main__': 2 if __name__ == '__main__':
3 import sys, os 3 import sys, os
4 script_dir = os.path.dirname(sys.argv[0]) 4 script_dir = os.path.dirname(sys.argv[0])
5 sys.path.append(os.path.join(script_dir, '..', '..', '..', 'gyp', 'pylib')) 5 sys.path.append(os.path.join(script_dir, '..', '..', '..', 'gyp', 'pylib'))
6 import gyp 6 import gyp
7 sys.argv.append("-I")
8 sys.argv.append("../../v8.gypi")
7 sys.exit(gyp.main(sys.argv[1:])) 9 sys.exit(gyp.main(sys.argv[1:]))
OLDNEW
« no previous file with comments | « no previous file | v8.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld