Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1054)

Unified Diff: remoting/webapp/build-webapp.py

Issue 344753002: Fix remoting_webapp build script after r278198. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/build-webapp.py
diff --git a/remoting/webapp/build-webapp.py b/remoting/webapp/build-webapp.py
index 4cbe4f0c4646309e2f2fb37a0f52e4c2dfe52dae..df934f83b929701b5ec014b7efbaabe9c41eaa65 100755
--- a/remoting/webapp/build-webapp.py
+++ b/remoting/webapp/build-webapp.py
@@ -272,7 +272,7 @@ def main():
arg_type = ''
files = []
locales = []
- for arg in sys.argv[8:]:
+ for arg in sys.argv[7:]:
if arg in ['--locales']:
arg_type = arg
elif arg_type == '--locales':
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698