1 # Copyright 2015 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 in charge of Closure compiling remoting's webapp.
10 'target_name': 'verify_remoting_webapp',
12 'remoting_webapp_compile.gypi',
13 'remoting_webapp_files.gypi',
17 '<@(remoting_webapp_crd_js_files)',
18 '<@(remoting_webapp_js_proto_files)',
20 'externs': ['<@(remoting_webapp_js_externs_files)'],
21 'out_file': '<(PRODUCT_DIR)/<(_target_name)_jscompile.stamp',
23 'includes': ['compile_js.gypi'],
26 'target_name': 'verify_remoting_webapp_with_browsertests',
28 'remoting_webapp_compile.gypi',
29 'remoting_webapp_files.gypi',
33 '<@(remoting_webapp_crd_js_files)',
34 '<@(remoting_webapp_browsertest_all_js_files)',
35 '<@(remoting_webapp_browsertest_js_proto_files)',
37 'externs': ['<@(remoting_webapp_js_externs_files)'],
38 'out_file': '<(PRODUCT_DIR)/<(_target_name)_bt_jscompile.stamp',
40 'includes': ['compile_js.gypi'],
43 'target_name': 'verify_remoting_webapp_unittests',
45 'remoting_webapp_compile.gypi',
46 'remoting_webapp_files.gypi',
50 '<@(remoting_webapp_crd_js_files)',
51 '<@(remoting_webapp_unittests_all_js_files)',
52 '<@(remoting_webapp_unittests_js_proto_files)',
54 'externs': ['<@(remoting_webapp_js_externs_files)'],
55 'out_file': '<(PRODUCT_DIR)/<(_target_name)_ut_jscompile.stamp',
57 'includes': ['compile_js.gypi'],
60 'includes': ['remoting_webapp_files.gypi'],