| 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 # `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/webapp/files.gni. | 13 # Please keep this file in sync with remoting/webapp/files.gni. |
| 14 | 14 |
| 15 { | 15 { |
| 16 'variables': { | 16 'variables': { |
| 17 | 17 |
| 18 # JSCompiler externs. |
| 19 'remoting_webapp_js_externs': [ |
| 20 'webapp/externs/qunit.js', |
| 21 ], |
| 22 |
| 18 # Jscompile proto files. | 23 # Jscompile proto files. |
| 19 # These provide type information for jscompile. | 24 # These provide type information for jscompile. |
| 20 'remoting_webapp_js_proto_files': [ | 25 'remoting_webapp_js_proto_files': [ |
| 21 'webapp/js_proto/chrome_proto.js', | 26 'webapp/js_proto/chrome_proto.js', |
| 22 'webapp/js_proto/chrome_cast_proto.js', | 27 'webapp/js_proto/chrome_cast_proto.js', |
| 23 'webapp/js_proto/dom_proto.js', | 28 'webapp/js_proto/dom_proto.js', |
| 24 'webapp/js_proto/remoting_proto.js', | 29 'webapp/js_proto/remoting_proto.js', |
| 25 ], | 30 ], |
| 26 | 31 |
| 27 # | 32 # |
| (...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 '<(remoting_webapp_template_background)', | 532 '<(remoting_webapp_template_background)', |
| 528 '<(remoting_webapp_template_main)', | 533 '<(remoting_webapp_template_main)', |
| 529 '<(remoting_webapp_template_message_window)', | 534 '<(remoting_webapp_template_message_window)', |
| 530 '<(remoting_webapp_template_wcs_sandbox)', | 535 '<(remoting_webapp_template_wcs_sandbox)', |
| 531 '<@(remoting_webapp_template_files)', | 536 '<@(remoting_webapp_template_files)', |
| 532 '<@(remoting_webapp_crd_js_files)', | 537 '<@(remoting_webapp_crd_js_files)', |
| 533 ], | 538 ], |
| 534 | 539 |
| 535 }, | 540 }, |
| 536 } | 541 } |
| OLD | NEW |