Commit f113be51 authored by sergeyu@chromium.org's avatar sergeyu@chromium.org

Fix remoting_webapp build script after r278198.

webapp_build.py wasn't updated properly in r278198. As result main.html
wasn't properly package in the webapp.

TBR=wez@chromium.org
BUG=134215

Review URL: https://codereview.chromium.org/344753002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278218 0039d316-1c4b-4281-b951-d872f2087c98
parent fc972661
...@@ -272,7 +272,7 @@ def main(): ...@@ -272,7 +272,7 @@ def main():
arg_type = '' arg_type = ''
files = [] files = []
locales = [] locales = []
for arg in sys.argv[8:]: for arg in sys.argv[7:]:
if arg in ['--locales']: if arg in ['--locales']:
arg_type = arg arg_type = arg
elif arg_type == '--locales': elif arg_type == '--locales':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment