From 9547d1f683be7c99e28054d7cc78ffcc2be2ccff Mon Sep 17 00:00:00 2001 From: garykac Date: Fri, 6 Mar 2015 11:42:55 -0800 Subject: [Chromoting] Use build-html.py to generate message_window.html This cl also cleans up some of the gyp variables related to managing JS files for HTML files: * Remove unused params to build-html.py * Group related vars in remoting_webapp_files.gypi BUG= Review URL: https://codereview.chromium.org/977903003 Cr-Commit-Position: refs/heads/master@{#319480} --- remoting/remoting_webapp.gypi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'remoting/remoting_webapp.gypi') 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', }, -- cgit v1.1