summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_webapp.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/remoting_webapp.gypi')
-rw-r--r--remoting/remoting_webapp.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi
index e7b00fd..7b12553 100644
--- a/remoting/remoting_webapp.gypi
+++ b/remoting/remoting_webapp.gypi
@@ -9,9 +9,10 @@
'variables': {
'extra_files%': [],
'generated_html_files': [
+ '<(SHARED_INTERMEDIATE_DIR)/background.html',
'<(SHARED_INTERMEDIATE_DIR)/main.html',
+ '<(SHARED_INTERMEDIATE_DIR)/message_window.html',
'<(SHARED_INTERMEDIATE_DIR)/wcs_sandbox.html',
- '<(SHARED_INTERMEDIATE_DIR)/background.html',
],
'dr_webapp_locales_listfile': '<(SHARED_INTERMEDIATE_DIR)/>(_target_name)_locales.txt',
},