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