OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 # | 4 # |
5 # File included in remoting_webapp_* targets in remoting_client.gypi | 5 # File included in remoting_webapp_* targets in remoting_client.gypi |
6 | 6 |
7 { | 7 { |
8 'type': 'none', | 8 'type': 'none', |
9 'variables': { | 9 'variables': { |
10 'extra_files%': [], | 10 'extra_files%': [], |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 '--success-stamp', '<(success_stamp_bt)', | 63 '--success-stamp', '<(success_stamp_bt)', |
64 '<@(remoting_webapp_crd_js_files)', | 64 '<@(remoting_webapp_crd_js_files)', |
65 '<@(remoting_webapp_browsertest_all_js_files)', | 65 '<@(remoting_webapp_browsertest_all_js_files)', |
66 '<@(remoting_webapp_browsertest_js_proto_files)', | 66 '<@(remoting_webapp_browsertest_js_proto_files)', |
67 ], | 67 ], |
68 }, | 68 }, |
69 { | 69 { |
70 'action_name': 'Verify remoting webapp unittests', | 70 'action_name': 'Verify remoting webapp unittests', |
71 'inputs': [ | 71 'inputs': [ |
72 '<@(remoting_webapp_crd_js_files)', | 72 '<@(remoting_webapp_crd_js_files)', |
73 '<@(remoting_webapp_unittest_all_js_files)', | 73 '<@(remoting_webapp_unittests_all_js_files)', |
74 '<@(remoting_webapp_unittest_js_proto_files)', | 74 '<@(remoting_webapp_unittests_js_proto_files)', |
75 ], | 75 ], |
76 'outputs': [ | 76 'outputs': [ |
77 '<(success_stamp_ut)', | 77 '<(success_stamp_ut)', |
78 ], | 78 ], |
79 'action': [ | 79 'action': [ |
80 'python', '../third_party/closure_compiler/checker.py', | 80 'python', '../third_party/closure_compiler/checker.py', |
81 '--strict', | 81 '--strict', |
82 '--no-single-file', | 82 '--no-single-file', |
83 '--success-stamp', '<(success_stamp_ut)', | 83 '--success-stamp', '<(success_stamp_ut)', |
84 '<@(remoting_webapp_crd_js_files)', | 84 '<@(remoting_webapp_crd_js_files)', |
85 '<@(remoting_webapp_unittest_all_js_files)', | 85 '<@(remoting_webapp_unittests_all_js_files)', |
86 '<@(remoting_webapp_unittest_js_proto_files)', | 86 '<@(remoting_webapp_unittests_js_proto_files)', |
87 ], | 87 ], |
88 }, | 88 }, |
89 ], # actions | 89 ], # actions |
90 }], | 90 }], |
91 ], | 91 ], |
92 'actions': [ | 92 'actions': [ |
93 { | 93 { |
94 'action_name': 'Build Remoting locales listfile', | 94 'action_name': 'Build Remoting locales listfile', |
95 'inputs': [ | 95 'inputs': [ |
96 '<(remoting_localize_path)', | 96 '<(remoting_localize_path)', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 '<(webapp_type)', | 134 '<(webapp_type)', |
135 '<@(generated_html_files)', | 135 '<@(generated_html_files)', |
136 '<@(remoting_webapp_crd_files)', | 136 '<@(remoting_webapp_crd_files)', |
137 '<@(extra_files)', | 137 '<@(extra_files)', |
138 '--locales_listfile', | 138 '--locales_listfile', |
139 '<(dr_webapp_locales_listfile)', | 139 '<(dr_webapp_locales_listfile)', |
140 ], | 140 ], |
141 }, | 141 }, |
142 ], | 142 ], |
143 } | 143 } |
OLD | NEW |