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/checker.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/checker.py',
60 '--success-stamp', '<(success_stamp)',
61 '<@(ar_background_js_files)',
62 '<@(remoting_webapp_js_proto_files)',
72 # Sample AppRemoting app.
73 'target_name': 'ar_sample_app',
74 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk',
75 'app_name': 'App Remoting Client',
76 'app_description': 'App Remoting client',
77 'app_capabilities': ['GOOGLE_DRIVE'],