DescriptionAdding 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 : #
Messages
Total messages: 7 (1 generated)
|