summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_webapp_files.gypi
diff options
context:
space:
mode:
authorweitaosu <weitaosu@chromium.org>2015-07-31 12:34:32 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-31 19:35:39 +0000
commit9393e1eeeae43c41ef5c56c8e0105432267b40b7 (patch)
treec26a2268e8851feab27e6d243fd6f24c501442b0 /remoting/remoting_webapp_files.gypi
parentc8816192ffabb9a6c8e76ab96749ad9a12545ad1 (diff)
downloadchromium_src-9393e1eeeae43c41ef5c56c8e0105432267b40b7.zip
chromium_src-9393e1eeeae43c41ef5c56c8e0105432267b40b7.tar.gz
chromium_src-9393e1eeeae43c41ef5c56c8e0105432267b40b7.tar.bz2
Using webview to show the cloud print dialog.
We host the cloud print dialog in a webview and only show it when a cloud print request is received. 1. CloudPrintDialogContainer is the proxy to the webview hosting the cloud print dialog. 2. We inject cloud_print_dialog_injected.js into the webview to be executed when loading the cloud print dialog. 3. We cache the access token in CloudPrintDialogContainer to use in the blocking onBeforeSendHeaders handler. BUG= Review URL: https://codereview.chromium.org/1220433003 Cr-Commit-Position: refs/heads/master@{#341390}
Diffstat (limited to 'remoting/remoting_webapp_files.gypi')
-rw-r--r--remoting/remoting_webapp_files.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index 11d0b73..298683d 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -194,8 +194,8 @@
'webapp/base/js/plugin_settings.js',
'webapp/base/js/suspend_detector.js',
'webapp/base/js/typecheck.js',
- 'webapp/base/js/window_message_dispatcher.js',
'webapp/base/js/xhr_event_writer.js',
+ 'webapp/base/js/window_message_dispatcher.js',
'webapp/base/js/xhr.js',
],
# Host JavaScript files.