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',
19 'remoting_webapp_html',
22 ['run_jscompile != 0', {
24 'success_stamp': '<(PRODUCT_DIR)/<(_target_name)_jscompile.stamp',
28 'action_name': 'Verify remoting webapp',
30 '<@(remoting_webapp_all_js_files)',
31 '<@(remoting_webapp_js_proto_files)',
37 'python', 'tools/jscompile.py',
38 '<@(remoting_webapp_all_js_files)',
39 '<@(remoting_webapp_js_proto_files)',
40 '--success-stamp', '<(success_stamp)'
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 '<@(generated_html_files)',
55 '<@(remoting_webapp_files)',
56 '<@(remoting_webapp_locale_files)',
64 'python', 'webapp/build-webapp.py',
69 'webapp/crd/manifest.json.jinja2',
71 '<@(generated_html_files)',
72 '<@(remoting_webapp_files)',
74 '--locales', '<@(remoting_webapp_locale_files)',