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 # Keep in sync with remoting/webapp/files.gni. |
| 6 |
5 { | 7 { |
6 'variables': { | 8 'variables': { |
7 | 9 |
8 # Jscompile proto files. | 10 # Jscompile proto files. |
9 # These provide type information for jscompile. | 11 # These provide type information for jscompile. |
10 'remoting_webapp_js_proto_files': [ | 12 'remoting_webapp_js_proto_files': [ |
11 'webapp/js_proto/chrome_proto.js', | 13 'webapp/js_proto/chrome_proto.js', |
12 'webapp/js_proto/chrome_cast_proto.js', | 14 'webapp/js_proto/chrome_cast_proto.js', |
13 'webapp/js_proto/chrome_event_proto.js', | 15 'webapp/js_proto/chrome_event_proto.js', |
14 'webapp/js_proto/dom_proto.js', | 16 'webapp/js_proto/dom_proto.js', |
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
472 '<(remoting_webapp_template_background)', | 474 '<(remoting_webapp_template_background)', |
473 '<(remoting_webapp_template_main)', | 475 '<(remoting_webapp_template_main)', |
474 '<(remoting_webapp_template_message_window)', | 476 '<(remoting_webapp_template_message_window)', |
475 '<(remoting_webapp_template_wcs_sandbox)', | 477 '<(remoting_webapp_template_wcs_sandbox)', |
476 '<@(remoting_webapp_template_files)', | 478 '<@(remoting_webapp_template_files)', |
477 '<@(remoting_webapp_crd_js_files)', | 479 '<@(remoting_webapp_crd_js_files)', |
478 ], | 480 ], |
479 | 481 |
480 }, | 482 }, |
481 } | 483 } |
OLD | NEW |