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

Unified Diff: build.py

Issue 8402021: Crawler frontend (Closed)
Patch Set: Created Sept. 26, 2012, 8:25 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 | « README.md ('k') | chrome.manifest » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build.py
===================================================================
new file mode 100755
--- /dev/null
+++ b/build.py
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+# coding: utf-8
+
+import os, sys, subprocess
+
+import buildtools.build
+buildtools.build.processArgs('.', sys.argv)
« no previous file with comments | « README.md ('k') | chrome.manifest » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld