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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'webapp/background.js', | 199 'webapp/background.js', |
200 'webapp/butter_bar.js', | 200 'webapp/butter_bar.js', |
201 'webapp/client_screen.js', | 201 'webapp/client_screen.js', |
202 'webapp/error.js', | 202 'webapp/error.js', |
203 'webapp/host_list.js', | 203 'webapp/host_list.js', |
204 'webapp/host_setup_dialog.js', | 204 'webapp/host_setup_dialog.js', |
205 'webapp/host_table_entry.js', | 205 'webapp/host_table_entry.js', |
206 'webapp/manifest.json.jinja2', | 206 'webapp/manifest.json.jinja2', |
207 'webapp/paired_client_manager.js', | 207 'webapp/paired_client_manager.js', |
208 'webapp/remoting.js', | 208 'webapp/remoting.js', |
| 209 'webapp/window_frame.js', |
209 ], | 210 ], |
210 }, | 211 }, |
211 'actions': [ | 212 'actions': [ |
212 { | 213 { |
213 'action_name': 'verify_resources', | 214 'action_name': 'verify_resources', |
214 'inputs': [ | 215 'inputs': [ |
215 'resources/remoting_strings.grd', | 216 'resources/remoting_strings.grd', |
216 'tools/verify_resources.py', | 217 'tools/verify_resources.py', |
217 '<@(sources)' | 218 '<@(sources)' |
218 ], | 219 ], |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 ], | 309 ], |
309 'export_dependent_settings': [ | 310 'export_dependent_settings': [ |
310 '../third_party/libjingle/libjingle.gyp:libjingle', | 311 '../third_party/libjingle/libjingle.gyp:libjingle', |
311 ], | 312 ], |
312 'sources': [ | 313 'sources': [ |
313 '<@(remoting_protocol_sources)', | 314 '<@(remoting_protocol_sources)', |
314 ], | 315 ], |
315 }, # end of target 'remoting_protocol' | 316 }, # end of target 'remoting_protocol' |
316 ], # end of targets | 317 ], # end of targets |
317 } | 318 } |
OLD | NEW |