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

Unified Diff: remoting/remoting.gyp

Issue 8587050: Implement rename and delete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed comment. 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') | remoting/webapp/me2mom/host_list.js » ('J')
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 496b0eaf34366e0fd816eb52eb37be0d10ab6e00..1c59596d701a1ec03233d0a5c80fe62fe77bd5c4 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',
@@ -340,7 +342,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',
@@ -354,7 +356,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') | remoting/webapp/me2mom/host_list.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698