summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_webapp_files.gypi
diff options
context:
space:
mode:
authorkelvinp <kelvinp@chromium.org>2015-06-18 10:57:16 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-18 17:57:45 +0000
commite0e0c0df93ee06851a2efce7f8ea91131d0ce4ef (patch)
tree36ca2e2dfc3d48759ae269a2cab1bd8972a91150 /remoting/remoting_webapp_files.gypi
parent7aca81ccda2eb161987ccd5490a007008a613701 (diff)
downloadchromium_src-e0e0c0df93ee06851a2efce7f8ea91131d0ce4ef.zip
chromium_src-e0e0c0df93ee06851a2efce7f8ea91131d0ce4ef.tar.gz
chromium_src-e0e0c0df93ee06851a2efce7f8ea91131d0ce4ef.tar.bz2
[Chromoting] Implements XhrEventWriter
This CL introduces a class that writes log events to our back-end using XHRs. If an XHR fails due to network failure, it will be stored to a buffer for retrying in the future using the flush() method. BUG=497268 Review URL: https://codereview.chromium.org/1181213006 Cr-Commit-Position: refs/heads/master@{#335074}
Diffstat (limited to 'remoting/remoting_webapp_files.gypi')
-rw-r--r--remoting/remoting_webapp_files.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index abae977..9db4c63 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -94,6 +94,7 @@
'webapp/base/js/typecheck_unittest.js',
'webapp/base/js/viewport_unittest.js',
'webapp/base/js/window_shape_unittest.js',
+ 'webapp/base/js/xhr_event_writer_unittest.js',
'webapp/base/js/xhr_unittest.js',
'webapp/base/js/xmpp_connection_unittest.js',
'webapp/base/js/xmpp_login_handler_unittest.js',
@@ -181,6 +182,7 @@
'webapp/base/js/plugin_settings.js',
'webapp/base/js/suspend_detector.js',
'webapp/base/js/typecheck.js',
+ 'webapp/base/js/xhr_event_writer.js',
'webapp/base/js/xhr.js',
],
# Host JavaScript files.