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
3 # found in the LICENSE file.
5 # File included in remoting_webapp_* targets in remoting_client.gypi
11 'main_html_file%': '<(SHARED_INTERMEDIATE_DIR)/remoting/main.html',
12 'generated_html_files': [
13 '<(SHARED_INTERMEDIATE_DIR)/remoting/background.html',
14 '<(SHARED_INTERMEDIATE_DIR)/remoting/credits.html',
15 '<(SHARED_INTERMEDIATE_DIR)/remoting/message_window.html',
16 '<(SHARED_INTERMEDIATE_DIR)/remoting/wcs_sandbox.html',
18 'dr_webapp_locales_listfile': '<(SHARED_INTERMEDIATE_DIR)/>(_target_name)_locales.txt',
22 'remoting_webapp_html',
25 ['run_jscompile != 0', {
26 'dependencies': ['remoting_webapp_compile.gypi:*'],
31 'action_name': 'Build Remoting locales listfile',
33 '<(remoting_localize_path)',
36 '<(dr_webapp_locales_listfile)',
39 'python', '<(remoting_localize_path)',
41 '"<(webapp_locale_dir)/@{json_suffix}/messages.json"',
43 '<(dr_webapp_locales_listfile)',
44 '<@(remoting_locales)',
48 'action_name': 'Build Remoting WebApp',
50 'webapp/build-webapp.py',
51 'webapp/crd/manifest.json.jinja2',
52 '<(chrome_version_path)',
53 '<(remoting_version_path)',
54 '<(dr_webapp_locales_listfile)',
55 '<@(generated_html_files)',
57 '<@(remoting_webapp_crd_files)',
58 '<@(remoting_webapp_locale_files)',
66 'python', 'webapp/build-webapp.py',
71 'webapp/crd/manifest.json.jinja2',
73 '<@(generated_html_files)',
75 '<@(remoting_webapp_crd_files)',
78 '<(dr_webapp_locales_listfile)',
80 '<(remoting_use_gcd)',