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_crd_js_files)',
31 '<@(remoting_webapp_js_proto_files)',
37 'python', '../third_party/closure_compiler/checker.py',
40 '--success-stamp', '<(success_stamp)',
41 '<@(remoting_webapp_crd_js_files)',
42 '<@(remoting_webapp_js_proto_files)',
50 'action_name': 'Build Remoting WebApp',
52 'webapp/build-webapp.py',
53 'webapp/crd/manifest.json.jinja2',
54 '<(chrome_version_path)',
55 '<(remoting_version_path)',
56 '<@(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)',
74 '<@(remoting_webapp_crd_files)',
76 '--locales', '<@(remoting_webapp_locale_files)',