Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Side by Side Diff: remoting/remoting_webapp.gypi

Issue 984203003: Move mocks and unittest JS files to sit alongside production code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/remoting_test.gypi ('k') | remoting/remoting_webapp_files.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « remoting/remoting_test.gypi ('k') | remoting/remoting_webapp_files.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698