OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 # Set this to run the jscompile checks after building the webapp. | 9 # Set this to run the jscompile checks after building the webapp. |
10 'run_jscompile%': 0, | 10 'run_jscompile%': 0, |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 'webapp/background.js', | 195 'webapp/background.js', |
196 'webapp/butter_bar.js', | 196 'webapp/butter_bar.js', |
197 'webapp/client_screen.js', | 197 'webapp/client_screen.js', |
198 'webapp/error.js', | 198 'webapp/error.js', |
199 'webapp/host_list.js', | 199 'webapp/host_list.js', |
200 'webapp/host_setup_dialog.js', | 200 'webapp/host_setup_dialog.js', |
201 'webapp/host_table_entry.js', | 201 'webapp/host_table_entry.js', |
202 'webapp/manifest.json.jinja2', | 202 'webapp/manifest.json.jinja2', |
203 'webapp/paired_client_manager.js', | 203 'webapp/paired_client_manager.js', |
204 'webapp/remoting.js', | 204 'webapp/remoting.js', |
| 205 'webapp/title_bar.js', |
205 ], | 206 ], |
206 }, | 207 }, |
207 'actions': [ | 208 'actions': [ |
208 { | 209 { |
209 'action_name': 'verify_resources', | 210 'action_name': 'verify_resources', |
210 'inputs': [ | 211 'inputs': [ |
211 'resources/remoting_strings.grd', | 212 'resources/remoting_strings.grd', |
212 'tools/verify_resources.py', | 213 'tools/verify_resources.py', |
213 '<@(sources)' | 214 '<@(sources)' |
214 ], | 215 ], |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 ], | 305 ], |
305 'export_dependent_settings': [ | 306 'export_dependent_settings': [ |
306 '../third_party/libjingle/libjingle.gyp:libjingle', | 307 '../third_party/libjingle/libjingle.gyp:libjingle', |
307 ], | 308 ], |
308 'sources': [ | 309 'sources': [ |
309 '<@(remoting_protocol_sources)', | 310 '<@(remoting_protocol_sources)', |
310 ], | 311 ], |
311 }, # end of target 'remoting_protocol' | 312 }, # end of target 'remoting_protocol' |
312 ], # end of targets | 313 ], # end of targets |
313 } | 314 } |
OLD | NEW |