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

Unified Diff: remoting/remoting.gyp

Issue 8587050: Implement rename and delete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 1 month 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/resources/icon_cross.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 7181001faa3fcd18b814a9f0e6be76a311c8121f..03ba153d944bfc771e8809f5c17a81c4e2dace95 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -98,7 +98,9 @@
}],
],
'remoting_it2me_files': [
+ 'resources/icon_cross.png',
'resources/icon_host.png',
+ 'resources/icon_pencil.png',
'resources/icon_warning.png',
'webapp/me2mom/choice.css',
'webapp/me2mom/choice.html',
@@ -109,10 +111,10 @@
'webapp/me2mom/debug_log.js',
'webapp/me2mom/dividerbottom.png',
'webapp/me2mom/dividertop.png',
- 'webapp/me2mom/home_screen.js',
'webapp/me2mom/host_list.js',
'webapp/me2mom/host_screen.js',
'webapp/me2mom/host_session.js',
+ 'webapp/me2mom/host_table_entry.js',
'webapp/me2mom/l10n.js',
'webapp/me2mom/log_to_server.js',
'webapp/me2mom/main.css',
@@ -362,7 +364,7 @@
'webapp/verify-webapp.py',
'webapp/me2mom/_locales/en/messages.json',
'webapp/me2mom/choice.html',
- 'webapp/me2mom/host_list.js',
+ 'webapp/me2mom/host_table_entry.js',
'webapp/me2mom/manifest.json',
'webapp/me2mom/remoting.js',
'host/plugin/host_script_object.cc',
@@ -376,7 +378,7 @@
'<(PRODUCT_DIR)/remoting/it2me_verified.stamp',
'webapp/me2mom/_locales/en/messages.json',
'webapp/me2mom/choice.html',
- 'webapp/me2mom/host_list.js',
+ 'webapp/me2mom/host_table_entry.js',
'webapp/me2mom/manifest.json',
'webapp/me2mom/remoting.js',
'host/plugin/host_script_object.cc',
« no previous file with comments | « no previous file | remoting/resources/icon_cross.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698