OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 # | 4 # |
5 # File included in remoting_webapp_* targets in remoting_client.gypi | 5 # File included in remoting_webapp_* targets in remoting_client.gypi |
6 | 6 |
7 { | 7 { |
8 'type': 'none', | 8 'type': 'none', |
9 'variables': { | 9 'variables': { |
10 'extra_files%': [], | 10 'extra_files%': [], |
11 'generated_html_files': [ | 11 'generated_html_files': [ |
12 '<(SHARED_INTERMEDIATE_DIR)/main.html', | 12 '<(SHARED_INTERMEDIATE_DIR)/main.html', |
13 '<(SHARED_INTERMEDIATE_DIR)/wcs_sandbox.html', | 13 '<(SHARED_INTERMEDIATE_DIR)/wcs_sandbox.html', |
| 14 '<(SHARED_INTERMEDIATE_DIR)/background.html', |
14 ], | 15 ], |
15 }, | 16 }, |
16 'dependencies': [ | 17 'dependencies': [ |
17 'remoting_resources', | 18 'remoting_resources', |
18 'remoting_webapp_html', | 19 'remoting_webapp_html', |
19 ], | 20 ], |
20 'conditions': [ | 21 'conditions': [ |
21 ['run_jscompile != 0', { | 22 ['run_jscompile != 0', { |
22 'variables': { | 23 'variables': { |
23 'success_stamp': '<(PRODUCT_DIR)/remoting_webapp_jscompile.stamp', | 24 'success_stamp': '<(PRODUCT_DIR)/remoting_webapp_jscompile.stamp', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 'webapp/manifest.json.jinja2', | 69 'webapp/manifest.json.jinja2', |
69 '<(webapp_type)', | 70 '<(webapp_type)', |
70 '<@(generated_html_files)', | 71 '<@(generated_html_files)', |
71 '<@(remoting_webapp_files)', | 72 '<@(remoting_webapp_files)', |
72 '<@(extra_files)', | 73 '<@(extra_files)', |
73 '--locales', '<@(remoting_webapp_locale_files)', | 74 '--locales', '<@(remoting_webapp_locale_files)', |
74 ], | 75 ], |
75 }, | 76 }, |
76 ], | 77 ], |
77 } | 78 } |
OLD | NEW |