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.
7 '../remoting/remoting_locales.gypi',
8 '../remoting/app_remoting_webapp_build.gypi',
17 ['run_jscompile != 0', {
20 'action_name': 'Verify >(ar_app_name) main.html',
22 'success_stamp': '<(PRODUCT_DIR)/>(_target_name)_main_jscompile.stamp',
25 '<@(ar_main_js_files)',
26 '<@(remoting_webapp_js_proto_files)',
27 # Include zip as input so that this action is run after the build.
34 'python', '../third_party/closure_compiler/compile.py',
37 '--success-stamp', '<(success_stamp)',
38 '<@(ar_main_js_files)',
39 '<@(remoting_webapp_js_proto_files)',
43 'action_name': 'Verify >(ar_app_name) background.js',
45 'success_stamp': '<(PRODUCT_DIR)/>(_target_name)_background_jscompile.stamp',
48 '<@(ar_background_js_files)',
49 '<@(remoting_webapp_js_proto_files)',
50 # Include zip as input so that this action is run after the build.
57 'python', '../third_party/closure_compiler/compile.py',
60 '--success-stamp', '<(success_stamp)',
61 '<@(ar_background_js_files)',
62 '<@(remoting_webapp_js_proto_files)',
66 'action_name': 'Verify >(ar_app_name) feedback_consent.html',
68 'success_stamp': '<(PRODUCT_DIR)/>(_target_name)_feedback_consent_jscompile.stamp',
71 '<@(ar_feedback_consent_html_all_js_files)',
72 '<@(remoting_webapp_js_proto_files)',
73 # Include zip as input so that this action is run after the build.
80 'python', '../third_party/closure_compiler/compile.py',
83 '--success-stamp', '<(success_stamp)',
84 '<@(ar_feedback_consent_html_all_js_files)',
85 '<@(remoting_webapp_js_proto_files)',
95 # GN version: //remoting/webapp:ar_sample_app
96 # Sample AppRemoting app.
97 'target_name': 'ar_sample_app',
98 'app_key': 'Sample_App',
99 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk',
100 'app_client_id': 'sample_client_id',
101 'app_name': 'App Remoting Client',
102 'app_description': 'App Remoting client',
103 'app_capabilities': ['GOOGLE_DRIVE'],
104 'manifest_key': 'remotingdevbuild',