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

Issue 872423002: Adding support for AppRTC closure compiling. (Closed)

Created:
5 years, 10 months ago by phoglund_chromium
Modified:
5 years, 10 months ago
CC:
chromium-reviews, jiayl
Visibility:
Public.

Description

Adding support for AppRTC closure compiling. Since AppRTC now uses Closure we need to be able to closure compile. This is implemented as a grunt task, which means we need grunt, which means we need node and npm. This patch makes sure to download all the necessary dependencies and invokes them locally, which means we don't need to install stuff on the bots. A risk here is increased flakes since many of these tools (like npm) download stuff in a manner that likely isn't reliable. I suggest we check how it works out and add retry mechanisms as necessary. This checks in node versions node-v0.10.35-darwin-x64.tar.gz node-v0.10.35-linux-x64.tar.gz npm-1.4.9.zip / v0.10.36/x64/node.exe into source control. BUG=451985 R=kjellander@chromium.org Committed: https://chromium.googlesource.com/chromium/deps/webrtc/webrtc.DEPS/+/293821

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -20 lines) Patch
M DEPS View 2 chunks +12 lines, -0 lines 0 comments Download
A build_apprtc_closure.py View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
M copy_apprtc.py View 1 1 chunk +18 lines, -6 lines 0 comments Download
M download_golang.py View 1 2 2 chunks +3 lines, -14 lines 0 comments Download
A download_node.py View 1 2 1 chunk +57 lines, -0 lines 0 comments Download
A node/linux/node.tar.gz.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A node/mac/node.tar.gz.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A node/win/README View 1 chunk +9 lines, -0 lines 0 comments Download
A node/win/node.zip.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
M utils.py View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
phoglund_chromium
5 years, 10 months ago (2015-01-27 09:12:43 UTC) #2
kjellander_chromium
Some comments. Please update the CL description with the versions of node and npm that ...
5 years, 10 months ago (2015-01-27 09:32:57 UTC) #3
phoglund_chromium
On 2015/01/27 09:32:57, kjellander wrote: > Some comments. > > Please update the CL description ...
5 years, 10 months ago (2015-01-27 09:39:54 UTC) #4
phoglund_chromium
PTAL https://codereview.chromium.org/872423002/diff/20001/build_apprtc_closure.py File build_apprtc_closure.py (right): https://codereview.chromium.org/872423002/diff/20001/build_apprtc_closure.py#newcode2 build_apprtc_closure.py:2: # Copyright 2014 The Chromium Authors. All rights ...
5 years, 10 months ago (2015-01-27 09:49:38 UTC) #5
kjellander_chromium
lgtm
5 years, 10 months ago (2015-01-27 09:59:30 UTC) #6
phoglund_chromium
5 years, 10 months ago (2015-01-27 10:16:58 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as r293821 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698