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',
18 '../third_party/closure_compiler/externs/chrome_extensions.js',
23 ['run_jscompile != 0', {
26 'action_name': 'Verify >(ar_app_name) main.html',
28 'success_stamp': '<(PRODUCT_DIR)/>(_target_name)_main_jscompile.stamp',
31 '<@(ar_main_js_files)',
32 '<@(remoting_webapp_js_proto_files)',
33 # Include zip as input so that this action is run after the build.
40 'python', '../third_party/closure_compiler/compile.py',
42 '--success-stamp', '<(success_stamp)',
43 '<@(ar_main_js_files)',
44 '<@(remoting_webapp_js_proto_files)',
48 'action_name': 'Verify >(ar_app_name) background.js',
50 'success_stamp': '<(PRODUCT_DIR)/>(_target_name)_background_jscompile.stamp',
53 '<@(ar_background_js_files)',
54 '<@(remoting_webapp_js_proto_files)',
55 # Include zip as input so that this action is run after the build.
62 'python', '../third_party/closure_compiler/compile.py',
64 '--success-stamp', '<(success_stamp)',
65 '<@(ar_background_js_files)',
66 '<@(remoting_webapp_js_proto_files)',
70 'action_name': 'Verify >(ar_app_name) feedback_consent.html',
72 'success_stamp': '<(PRODUCT_DIR)/>(_target_name)_feedback_consent_jscompile.stamp',
75 '<@(ar_feedback_consent_html_all_js_files)',
76 '<@(remoting_webapp_js_proto_files)',
77 # Include zip as input so that this action is run after the build.
84 'python', '../third_party/closure_compiler/compile.py',
86 '--success-stamp', '<(success_stamp)',
87 '<@(ar_feedback_consent_html_all_js_files)',
88 '<@(remoting_webapp_js_proto_files)',
98 # GN version: //remoting/webapp:ar_sample_app
99 # Sample AppRemoting app.
100 'target_name': 'ar_sample_app',
101 'app_key': 'Sample_App',
102 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk',
103 'app_client_id': 'sample_client_id',
104 'app_name': 'App Remoting Client',
105 'app_description': 'App Remoting client',
106 'app_capabilities': ['GOOGLE_DRIVE'],
107 'manifest_key': 'remotingdevbuild',