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

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: Removed file added accidentally. 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..7eac01efc2cf51cb3390382568c465cb1d2cf60e 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -88,6 +88,7 @@
'webapp/l10n.js',
'webapp/menu_button.js',
'webapp/ui_mode.js',
+ 'webapp/title_bar.js',
'webapp/toolbar.js',
],
# UI files for controlling the local machine as a host.
@@ -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',
@@ -176,6 +182,7 @@
'webapp/open_sans.woff',
'webapp/scale-to-fit.webp',
'webapp/spinner.gif',
+ 'webapp/title_bar.css',
'webapp/toolbar.css',
],
@@ -210,6 +217,7 @@
'webapp/html/dialog_host_setup.html',
'webapp/html/dialog_manage_pairings.html',
'webapp/html/dialog_token_refresh_failed.html',
+ 'webapp/html/title_bar.html',
'webapp/html/toolbar.html',
'webapp/html/ui_header.html',
'webapp/html/ui_it2me.html',

Powered by Google App Engine
This is Rietveld 408576698