diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-01 05:00:54 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-01 05:00:54 +0000 |
commit | 40a7c0a8e252aff0df41880164043f4c438b05e1 (patch) | |
tree | b52cd8b1eb447a35046a8d1e1bcc6682a076492b /remoting/remoting_webapp.gypi | |
parent | 3266b654a01149b776ec0866708ec5aa1c249a6c (diff) | |
download | chromium_src-40a7c0a8e252aff0df41880164043f4c438b05e1.zip chromium_src-40a7c0a8e252aff0df41880164043f4c438b05e1.tar.gz chromium_src-40a7c0a8e252aff0df41880164043f4c438b05e1.tar.bz2 |
Use jinja to generate remoting webapp manifest.
BUG=276739
Review URL: https://codereview.chromium.org/185163002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254355 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_webapp.gypi')
-rw-r--r-- | remoting/remoting_webapp.gypi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi index 1b81873..e1bce7a 100644 --- a/remoting/remoting_webapp.gypi +++ b/remoting/remoting_webapp.gypi @@ -8,7 +8,6 @@ 'type': 'none', 'variables': { 'include_host_plugin%': 0, - 'patch_files%': [], 'extra_files%': [], 'generated_html_files': [ '<(SHARED_INTERMEDIATE_DIR)/main.html', @@ -65,6 +64,7 @@ 'action_name': 'Build Remoting WebApp', 'inputs': [ 'webapp/build-webapp.py', + 'webapp/manifest.json.jinja2', '<(chrome_version_path)', '<(remoting_version_path)', '<@(generated_html_files)', @@ -91,12 +91,13 @@ '<(host_plugin_mime_type)', '<(output_dir)', '<(zip_path)', + 'webapp/manifest.json.jinja2', + '<(webapp_type)', '<@(generated_html_files)', '<@(remoting_webapp_files)', '<@(extra_files)', '<@(plugin_args)', '--locales', '<@(remoting_webapp_locale_files)', - '--patches', '<@(patch_files)', ], }, ], |