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', |