summaryrefslogtreecommitdiffstats
path: root/remoting/compile_js.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Roll closure compilerDan Beam2015-10-091-2/+1
| | | | | | | | | | | | | | | Change log: https://github.com/google/closure-compiler/compare/ad656a1c6d0b837c4ffda52c88939cfcebd2bd29...53f3d8a41579c002ec656bb645ce5d54470f6e0b compiler.jar: v20150729-236-gad656a1 -> v20150920-120-g53f3d8a chrome_extensions.js: 0ede01e5b8167af5c239a63e1cafd730b5870a28 -> 8709387a21d9d8e487634e6f7c62370b7e1ea214 R=jamiewalch@chromium.org BUG= Review URL: https://codereview.chromium.org/1398943002 . Cr-Commit-Position: refs/heads/master@{#353384}
* Get Field-Trial for a web-app session and, depending on group returned, ↵anandc2015-08-221-1/+1
| | | | | | | | | | enable QUIC & vp9 experiments in web-app. BUG=448838 Review URL: https://codereview.chromium.org/1300213005 Cr-Commit-Position: refs/heads/master@{#344958}
* Add UMA stats for connection times and durations in the Chromoting plugin.anandc2015-08-221-1/+2
| | | | | | | | | | Also add UMA counters for each connection-state in the web-app. BUG=502061 Review URL: https://codereview.chromium.org/1305453002 Cr-Commit-Position: refs/heads/master@{#344930}
* This refactor makes third_party/closure_compiler/compile_js.gypi more ↵twellington2015-06-231-0/+17
versatile by allowing other gypi's that include it to define script_args and additional closure_args. remoting/ and components/resources/enhanced_bookmarks/ have been refactored to use compile_js.gypi (rather than calling compile.py directly). BUG=496276 Review URL: https://codereview.chromium.org/1152583011 Cr-Commit-Position: refs/heads/master@{#335692}