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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 265393005: Implement apps v2 custom window frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary getElementById and work-around AppWindow.restore bug. Created 6 years, 7 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
Index: remoting/remoting_webapp_files.gypi
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index 40b97dd5d9a83a213b9b3126a8381d3cb32f1805..3eef781b8354d5c841a3d91cd18de15b41e8c3eb 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -89,6 +89,7 @@
'webapp/menu_button.js',
'webapp/ui_mode.js',
'webapp/toolbar.js',
+ 'webapp/window_frame.js',
],
# UI files for controlling the local machine as a host.
'remoting_webapp_js_ui_host_control_files': [
@@ -158,10 +159,15 @@
'remoting_webapp_resource_files': [
'resources/disclosure_arrow_down.webp',
'resources/disclosure_arrow_right.webp',
+ 'resources/drag.webp',
'resources/host_setup_instructions.webp',
+ 'resources/icon_close.webp',
'resources/icon_cross.webp',
+ 'resources/icon_disconnect.webp',
'resources/icon_help.webp',
'resources/icon_host.webp',
+ 'resources/icon_maximize_restore.webp',
+ 'resources/icon_minimize.webp',
'resources/icon_pencil.webp',
'resources/icon_warning.webp',
'resources/infographic_my_computers.webp',
@@ -177,6 +183,7 @@
'webapp/scale-to-fit.webp',
'webapp/spinner.gif',
'webapp/toolbar.css',
+ 'webapp/window_frame.css',
],
'remoting_webapp_files': [
@@ -214,6 +221,7 @@
'webapp/html/ui_header.html',
'webapp/html/ui_it2me.html',
'webapp/html/ui_me2me.html',
+ 'webapp/html/window_frame.html',
],
},

Powered by Google App Engine
This is Rietveld 408576698