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',
18 'remoting_webapp_html',
21 ['run_jscompile != 0', {
23 'success_stamp': '<(PRODUCT_DIR)/remoting_webapp_jscompile.stamp',
27 'action_name': 'Verify remoting webapp',
29 '<@(remoting_webapp_all_js_files)',
30 '<@(remoting_webapp_js_proto_files)',
36 'python', 'tools/jscompile.py',
37 '<@(remoting_webapp_all_js_files)',
38 '<@(remoting_webapp_js_proto_files)',
39 '--success-stamp', '<(success_stamp)'
47 'action_name': 'Build Remoting WebApp',
49 'webapp/build-webapp.py',
50 'webapp/manifest.json.jinja2',
51 '<(chrome_version_path)',
52 '<(remoting_version_path)',
53 '<@(generated_html_files)',
54 '<@(remoting_webapp_files)',
55 '<@(remoting_webapp_locale_files)',
63 'python', 'webapp/build-webapp.py',
68 'webapp/manifest.json.jinja2',
70 '<@(generated_html_files)',
71 '<@(remoting_webapp_files)',
73 '--locales', '<@(remoting_webapp_locale_files)',