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 'generated_html_files': [
12 '<(SHARED_INTERMEDIATE_DIR)/main.html',
13 '<(SHARED_INTERMEDIATE_DIR)/wcs_sandbox.html',
14 '<(SHARED_INTERMEDIATE_DIR)/background.html',
16 'dr_webapp_locales_listfile': '<(SHARED_INTERMEDIATE_DIR)/>(_target_name)_locales.txt',
20 'remoting_webapp_html',
23 ['run_jscompile != 0', {
25 'success_stamp': '<(PRODUCT_DIR)/<(_target_name)_jscompile.stamp',
29 'action_name': 'Verify remoting webapp',
31 '<@(remoting_webapp_crd_js_files)',
32 '<@(remoting_webapp_js_proto_files)',
38 'python', '../third_party/closure_compiler/checker.py',
41 '--success-stamp', '<(success_stamp)',
42 '<@(remoting_webapp_crd_js_files)',
43 '<@(remoting_webapp_js_proto_files)',
51 'action_name': 'Build Remoting locales listfile',
53 '<(remoting_localize_path)',
56 '<(dr_webapp_locales_listfile)',
59 'python', '<(remoting_localize_path)',
61 '"<(webapp_locale_dir)/@{json_suffix}/messages.json"',
63 '<(dr_webapp_locales_listfile)',
64 '<@(remoting_locales)',
68 'action_name': 'Build Remoting WebApp',
70 'webapp/build-webapp.py',
71 'webapp/crd/manifest.json.jinja2',
72 '<(chrome_version_path)',
73 '<(remoting_version_path)',
74 '<(dr_webapp_locales_listfile)',
75 '<@(generated_html_files)',
76 '<@(remoting_webapp_crd_files)',
77 '<@(remoting_webapp_locale_files)',
85 'python', 'webapp/build-webapp.py',
90 'webapp/crd/manifest.json.jinja2',
92 '<@(generated_html_files)',
93 '<@(remoting_webapp_crd_files)',
96 '<(dr_webapp_locales_listfile)',