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.
7 '../remoting/remoting_webapp_files.gypi',
8 '../remoting/app_remoting_webapp_files.gypi',
12 'target_name': 'verify_main.html',
15 '<@(ar_main_js_files)',
16 '<@(remoting_webapp_js_proto_files)',
18 'out_file': '<(PRODUCT_DIR)/>(_target_name)_main_jscompile.stamp',
20 'includes': ['compile_js.gypi'],
23 'target_name': 'verify_background.js',
26 '<@(ar_background_html_js_files)',
27 '<@(remoting_webapp_js_proto_files)',
29 'out_file': '<(PRODUCT_DIR)/>(_target_name)_background_jscompile.stamp',
31 'includes': ['compile_js.gypi'],
34 'target_name': 'verify_feedback_consent.html',
37 '<@(ar_feedback_consent_html_all_js_files)',
38 '<@(remoting_webapp_js_proto_files)',
40 'out_file': '<(PRODUCT_DIR)/>(_target_name)_feedback_consent_jscompile.stamp',
42 'includes': ['compile_js.gypi'],