Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2254)

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 493813002: Show MessageWindow from the background page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix license header Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/background/message_window.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_webapp_files.gypi
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index 64bc593ff4949e831e15f406f60e109e51eb0081..95a64114d3334a4eba7092f2b4a2443e9beb3da1 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -197,6 +197,8 @@
'webapp/background/it2me_helpee_channel.js',
'webapp/background/it2me_helper_channel.js',
'webapp/background/it2me_service.js',
+ 'webapp/background/message_window_helper.js',
+ 'webapp/background/message_window_manager.js',
],
# The JavaScript files required by wcs_sandbox.html.
@@ -211,6 +213,8 @@
# JS files for main.html.
'<@(remoting_webapp_main_html_js_files)',
'<@(remoting_webapp_background_js_files)',
+ # JS files for message_window.html
+ 'webapp/background/message_window.js',
# JS files for wcs_sandbox.html.
# Use r_w_js_wcs_sandbox_files instead of r_w_wcs_sandbox_html_js_files
# so that we don't double include error.js and plugin_settings.js.
@@ -240,8 +244,10 @@
'resources/reload.webp',
'resources/tick.webp',
'webapp/connection_stats.css',
+ 'webapp/html/message_window.html',
'webapp/main.css',
'webapp/menu_button.css',
+ 'webapp/message_window.css',
'webapp/open_sans.css',
'webapp/open_sans.woff',
'webapp/scale-to-fit.webp',
« no previous file with comments | « no previous file | remoting/webapp/background/message_window.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698