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

Issue 1132133008: [Chromoting] Run jscompile over JS for HTML files (GN-only) (Closed)

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

Description

[Chromoting] Run jscompile over JS for HTML files (GN-only) BUG= Committed: https://crrev.com/5a9293701559db704ba9950f29b38b03bbe080d4 Cr-Commit-Position: refs/heads/master@{#330405}

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -14 lines) Patch
M remoting/remoting_options.gni View 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/build_template.gni View 11 chunks +37 lines, -12 lines 3 comments Download
M remoting/webapp/files.gni View 1 chunk +0 lines, -1 line 2 comments Download

Messages

Total messages: 15 (6 generated)
garykac
https://codereview.chromium.org/1132133008/diff/1/remoting/webapp/build_template.gni File remoting/webapp/build_template.gni (right): https://codereview.chromium.org/1132133008/diff/1/remoting/webapp/build_template.gni#newcode115 remoting/webapp/build_template.gni:115: html_template_include_files = [] Add '_include' to make it easier ...
5 years, 7 months ago (2015-05-18 17:08:54 UTC) #2
kelvinp
lgtm https://codereview.chromium.org/1132133008/diff/1/remoting/webapp/files.gni File remoting/webapp/files.gni (left): https://codereview.chromium.org/1132133008/diff/1/remoting/webapp/files.gni#oldcode375 remoting/webapp/files.gni:375: "base/js/client_session.js", On 2015/05/18 17:08:54, garykac wrote: > No ...
5 years, 7 months ago (2015-05-18 17:30:38 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1132133008/1
5 years, 7 months ago (2015-05-18 17:45:27 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 7 months ago (2015-05-18 20:41:39 UTC) #7
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/5a9293701559db704ba9950f29b38b03bbe080d4 Cr-Commit-Position: refs/heads/master@{#330405}
5 years, 7 months ago (2015-05-18 22:42:26 UTC) #8
Nico
If I build all targets I get [33/322] ACTION //remoting/webapp:ar_sample_app_loading_window_html_jscompile(//build/toolchain/win:clang_x64) FAILED: C:/python_27_amd64/files/python.exe gyp-win-tool action-wrapper environment.x86 ...
5 years, 6 months ago (2015-06-03 22:05:05 UTC) #11
Nico
If I build all targets I get [33/322] ACTION //remoting/webapp:ar_sample_app_loading_window_html_jscompile(//build/toolchain/win:clang_x64) FAILED: C:/python_27_amd64/files/python.exe gyp-win-tool action-wrapper environment.x86 ...
5 years, 6 months ago (2015-06-03 22:05:08 UTC) #12
Dan Beam
maybe this? https://codereview.chromium.org/1132133008/diff/1/remoting/webapp/build_template.gni File remoting/webapp/build_template.gni (right): https://codereview.chromium.org/1132133008/diff/1/remoting/webapp/build_template.gni#newcode51 remoting/webapp/build_template.gni:51: target_jscompile_stamp = "$target_gen_dir/${target_jscompile}.stamp" if (run_jscompile) { https://codereview.chromium.org/1132133008/diff/1/remoting/webapp/build_template.gni#newcode67 ...
5 years, 6 months ago (2015-06-03 22:09:56 UTC) #14
garykac
5 years, 6 months ago (2015-06-03 22:56:05 UTC) #15
Message was sent while issue was closed.
On 2015/06/03 22:09:56, Dan Beam wrote:
> maybe this?
> 
>
https://codereview.chromium.org/1132133008/diff/1/remoting/webapp/build_templ...
> File remoting/webapp/build_template.gni (right):
> 
>
https://codereview.chromium.org/1132133008/diff/1/remoting/webapp/build_templ...
> remoting/webapp/build_template.gni:51: target_jscompile_stamp =
> "$target_gen_dir/${target_jscompile}.stamp"
> if (run_jscompile) {
> 
>
https://codereview.chromium.org/1132133008/diff/1/remoting/webapp/build_templ...
> remoting/webapp/build_template.gni:67: }
> }

See crrev.com/1163843009

Powered by Google App Engine
This is Rietveld 408576698