summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_webapp_files.gypi
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-08-04 13:14:07 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-04 20:15:35 +0000
commitbbcbf5be6f584402cd757e8736be51808ad99cec (patch)
tree171da02d0f151a8e72cd74fc0b564510cee784ab /remoting/remoting_webapp_files.gypi
parentdffac136a0f11b67435d5f1c0898c53e653aa525 (diff)
downloadchromium_src-bbcbf5be6f584402cd757e8736be51808ad99cec.zip
chromium_src-bbcbf5be6f584402cd757e8736be51808ad99cec.tar.gz
chromium_src-bbcbf5be6f584402cd757e8736be51808ad99cec.tar.bz2
Add persisted experiments list in the webapp to be passed to the plugin.
Added remoting.experimental.enableExperiment() that allows to enable an experiment. List of enabled experiments is passed to the client plugin. The state of the experiements is persisted. Currently there is only VP9, but in the future the same feature can be used for QUIC and other experimental features. BUG=134202 Review URL: https://codereview.chromium.org/1271883004 Cr-Commit-Position: refs/heads/master@{#341778}
Diffstat (limited to 'remoting/remoting_webapp_files.gypi')
-rw-r--r--remoting/remoting_webapp_files.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index 298683d..70f6819 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -175,6 +175,7 @@
'webapp/base/js/connected_view.js',
'webapp/base/js/connection_info.js',
'webapp/base/js/credentials_provider.js',
+ 'webapp/base/js/experiments.js',
'webapp/base/js/host_desktop.js',
'webapp/base/js/smart_reconnector.js',
'webapp/base/js/telemetry_event_writer.js',