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

Issue 905553002: [Chromoting] Pass list of locale files into build-webapp in a single file. (Closed)

Created:
5 years, 10 months ago by garykac
Modified:
5 years, 10 months ago
Reviewers:
Sergey Ulanov, Jamie
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Chromoting] Pass list of locale files into build-webapp in a single file. Previously each locale filename was passed separately on the command line. This causes problems on Windows because of the 8K command line limit. A follow-up cl will move the webapp filenames into separate files to reduce the liklihood that we'll encounter this limit in the future. BUG= Committed: https://crrev.com/87430f2e66bd1e83d0a5c5ed2192b40717d5e0de Cr-Commit-Position: refs/heads/master@{#314966}

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : Remove --locales option from build-webapp.py #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -12 lines) Patch
M remoting/app_remoting_webapp_build.gypi View 1 2 4 chunks +22 lines, -2 lines 0 comments Download
M remoting/remoting_webapp.gypi View 1 2 3 chunks +21 lines, -1 line 1 comment Download
M remoting/tools/build/remoting_localize.py View 1 2 4 chunks +13 lines, -4 lines 0 comments Download
M remoting/webapp/build-webapp.py View 1 2 4 chunks +14 lines, -5 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
garykac
5 years, 10 months ago (2015-02-05 18:32:08 UTC) #2
Jamie
LGTM with nits. https://codereview.chromium.org/905553002/diff/20001/remoting/tools/build/remoting_localize.py File remoting/tools/build/remoting_localize.py (right): https://codereview.chromium.org/905553002/diff/20001/remoting/tools/build/remoting_localize.py#newcode769 remoting/tools/build/remoting_localize.py:769: '--print_to_filelist', dest='print_to_filelist', type='string', print_to_filelist sounds like ...
5 years, 10 months ago (2015-02-05 19:26:20 UTC) #3
garykac
https://codereview.chromium.org/905553002/diff/20001/remoting/tools/build/remoting_localize.py File remoting/tools/build/remoting_localize.py (right): https://codereview.chromium.org/905553002/diff/20001/remoting/tools/build/remoting_localize.py#newcode769 remoting/tools/build/remoting_localize.py:769: '--print_to_filelist', dest='print_to_filelist', type='string', On 2015/02/05 19:26:20, Jamie wrote: > ...
5 years, 10 months ago (2015-02-06 02:13:35 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/905553002/40001
5 years, 10 months ago (2015-02-06 02:14:07 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 10 months ago (2015-02-06 03:45:04 UTC) #8
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/87430f2e66bd1e83d0a5c5ed2192b40717d5e0de Cr-Commit-Position: refs/heads/master@{#314966}
5 years, 10 months ago (2015-02-06 03:46:52 UTC) #9
Sergey Ulanov
5 years, 10 months ago (2015-02-09 23:53:15 UTC) #11
Message was sent while issue was closed.
https://codereview.chromium.org/905553002/diff/40001/remoting/remoting_webapp...
File remoting/remoting_webapp.gypi (right):

https://codereview.chromium.org/905553002/diff/40001/remoting/remoting_webapp...
remoting/remoting_webapp.gypi:59: 'python', '<(remoting_localize_path)',
You don't really need this action. GYP allows to write list into a file using
this syntax: "<|(file_name ^(list_to_write_to_the_file))" . E.g. see
untrusted.gypi for example:
https://code.google.com/p/chromium/codesearch#chromium/src/native_client/buil...

Powered by Google App Engine
This is Rietveld 408576698