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. | 5 # `7MM"""Mq. `7MM |
| 6 # MM `MM. MM |
| 7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya |
| 8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb |
| 9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" |
| 10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , |
| 11 # .JMML. .JMM.`Mbmmd' `Moo9^Yo.`Wbmd"MML..JMML JMML JMML.`Mbmmd' |
| 12 # |
| 13 # Please keep this file in sync with remoting/webapp/files.gni. |
6 | 14 |
7 { | 15 { |
8 'variables': { | 16 'variables': { |
9 | 17 |
10 # Jscompile proto files. | 18 # Jscompile proto files. |
11 # These provide type information for jscompile. | 19 # These provide type information for jscompile. |
12 'remoting_webapp_js_proto_files': [ | 20 'remoting_webapp_js_proto_files': [ |
13 'webapp/js_proto/chrome_proto.js', | 21 'webapp/js_proto/chrome_proto.js', |
14 'webapp/js_proto/chrome_cast_proto.js', | 22 'webapp/js_proto/chrome_cast_proto.js', |
15 'webapp/js_proto/chrome_event_proto.js', | 23 'webapp/js_proto/chrome_event_proto.js', |
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
494 '<(remoting_webapp_template_background)', | 502 '<(remoting_webapp_template_background)', |
495 '<(remoting_webapp_template_main)', | 503 '<(remoting_webapp_template_main)', |
496 '<(remoting_webapp_template_message_window)', | 504 '<(remoting_webapp_template_message_window)', |
497 '<(remoting_webapp_template_wcs_sandbox)', | 505 '<(remoting_webapp_template_wcs_sandbox)', |
498 '<@(remoting_webapp_template_files)', | 506 '<@(remoting_webapp_template_files)', |
499 '<@(remoting_webapp_crd_js_files)', | 507 '<@(remoting_webapp_crd_js_files)', |
500 ], | 508 ], |
501 | 509 |
502 }, | 510 }, |
503 } | 511 } |
OLD | NEW |