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