OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 # `7MM"""Mq. `7MM | 5 # `7MM"""Mq. `7MM |
6 # MM `MM. MM | 6 # MM `MM. MM |
7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya | 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 | 8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb |
9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" | 9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" |
10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , | 10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , |
11 # .JMML. .JMM.`Mbmmd' `Moo9^Yo.`Wbmd"MML..JMML JMML JMML.`Mbmmd' | 11 # .JMML. .JMM.`Mbmmd' `Moo9^Yo.`Wbmd"MML..JMML JMML JMML.`Mbmmd' |
12 # | 12 # |
13 # Please keep this file in sync with remoting/remoting_webapp_files.gypi | 13 # Please keep this file in sync with remoting/remoting_webapp_files.gypi |
14 # and remoting/app_remoting_webapp_files.gypi. | 14 # and remoting/app_remoting_webapp_files.gypi. |
15 | 15 |
| 16 # JSCompiler externs. |
| 17 remoting_webapp_js_externs = [ "externs/qunit.js" ] |
| 18 |
16 # Jscompile proto files. | 19 # Jscompile proto files. |
17 # These provide type information for jscompile. | 20 # These provide type information for jscompile. |
18 remoting_webapp_js_proto_files = [ | 21 remoting_webapp_js_proto_files = [ |
19 "js_proto/chrome_proto.js", | 22 "js_proto/chrome_proto.js", |
20 "js_proto/chrome_cast_proto.js", | 23 "js_proto/chrome_cast_proto.js", |
21 "js_proto/dom_proto.js", | 24 "js_proto/dom_proto.js", |
22 "js_proto/remoting_proto.js", | 25 "js_proto/remoting_proto.js", |
23 ] | 26 ] |
24 | 27 |
25 # | 28 # |
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
621 | 624 |
622 # Files that contain localizable strings. | 625 # Files that contain localizable strings. |
623 app_remoting_webapp_localizable_files = | 626 app_remoting_webapp_localizable_files = |
624 [ | 627 [ |
625 ar_main_template, | 628 ar_main_template, |
626 ar_feedback_consent_template, | 629 ar_feedback_consent_template, |
627 ar_loading_window_template, | 630 ar_loading_window_template, |
628 remoting_webapp_template_message_window, | 631 remoting_webapp_template_message_window, |
629 remoting_webapp_template_wcs_sandbox, | 632 remoting_webapp_template_wcs_sandbox, |
630 ] + ar_main_template_files + ar_all_js_files | 633 ] + ar_main_template_files + ar_all_js_files |
OLD | NEW |