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

Unified Diff: build.py

Issue 11039060: first run page redesign (Closed)
Patch Set: improve after wladimirs code review Created Oct. 4, 2013, 4:50 p.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 | « no previous file | chrome/content/ui/firstRun.html » ('j') | chrome/content/ui/firstRun.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build.py
===================================================================
--- a/build.py
+++ b/build.py
@@ -1,7 +1,7 @@
-#!/usr/bin/env python
-# coding: utf-8
-
-import os, sys, subprocess
-
-import buildtools.build
-buildtools.build.processArgs('.', sys.argv)
+#!/usr/bin/env python
+# coding: utf-8
+
+import os, sys, subprocess
+
+import buildtools.build
+buildtools.build.processArgs('.', sys.argv)
« no previous file with comments | « no previous file | chrome/content/ui/firstRun.html » ('j') | chrome/content/ui/firstRun.js » ('J')

Powered by Google App Engine
This is Rietveld