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

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: Add support for confirm dialogs 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 ece5f621b7d471411225d3bd276d0ece61289a75..872ddef6fbc05087dddc9364a9a4252a31f768b9 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -189,6 +189,8 @@
'webapp/background/background.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.
@@ -203,6 +205,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.
@@ -232,8 +236,10 @@
'resources/reload.webp',
'resources/tick.webp',
'webapp/connection_stats.css',
+ 'webapp/html/message_window.html',
garykac 2014/08/23 00:48:19 When we add new html files, we should add a jscomp
'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