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

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: Rebase 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
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/resources/drag.webp » ('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 c862a13c58931cbc3aa424288410de2fd72b3fc7..068f3c7ec9525caec15236ca10de2750f274bf5e 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -90,6 +90,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': [
@@ -166,10 +167,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',
@@ -185,6 +191,7 @@
'webapp/scale-to-fit.webp',
'webapp/spinner.gif',
'webapp/toolbar.css',
+ 'webapp/window_frame.css',
],
'remoting_webapp_files': [
@@ -222,6 +229,7 @@
'webapp/html/ui_header.html',
'webapp/html/ui_it2me.html',
'webapp/html/ui_me2me.html',
+ 'webapp/html/window_frame.html',
],
},
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/resources/drag.webp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698