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. , |
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 "app_remoting/js/application_context_menu.js", | 530 "app_remoting/js/application_context_menu.js", |
531 "app_remoting/js/app_connected_view.js", | 531 "app_remoting/js/app_connected_view.js", |
532 "app_remoting/js/app_remoting.js", | 532 "app_remoting/js/app_remoting.js", |
533 "app_remoting/js/app_remoting_activity.js", | 533 "app_remoting/js/app_remoting_activity.js", |
534 "app_remoting/js/ar_auth_dialog.js", | 534 "app_remoting/js/ar_auth_dialog.js", |
535 "app_remoting/js/ar_main.js", | 535 "app_remoting/js/ar_main.js", |
536 "app_remoting/js/context_menu_adapter.js", | 536 "app_remoting/js/context_menu_adapter.js", |
537 "app_remoting/js/context_menu_chrome.js", | 537 "app_remoting/js/context_menu_chrome.js", |
538 "app_remoting/js/context_menu_dom.js", | 538 "app_remoting/js/context_menu_dom.js", |
539 "app_remoting/js/drag_and_drop.js", | 539 "app_remoting/js/drag_and_drop.js", |
| 540 "app_remoting/js/gaia_license_manager.js", |
540 "app_remoting/js/idle_detector.js", | 541 "app_remoting/js/idle_detector.js", |
541 "app_remoting/js/keyboard_layouts_menu.js", | 542 "app_remoting/js/keyboard_layouts_menu.js", |
| 543 "app_remoting/js/license_manager.js", |
542 "app_remoting/js/loading_window.js", | 544 "app_remoting/js/loading_window.js", |
543 "app_remoting/js/submenu_manager.js", | 545 "app_remoting/js/submenu_manager.js", |
544 "app_remoting/js/window_activation_menu.js", | 546 "app_remoting/js/window_activation_menu.js", |
545 "base/js/application.js", | 547 "base/js/application.js", |
546 "base/js/base.js", | 548 "base/js/base.js", |
547 "base/js/message_window_helper.js", | 549 "base/js/message_window_helper.js", |
548 "base/js/message_window_manager.js", | 550 "base/js/message_window_manager.js", |
549 ] + remoting_webapp_shared_js_auth_google_files + | 551 ] + remoting_webapp_shared_js_auth_google_files + |
550 remoting_webapp_shared_js_client_files + | 552 remoting_webapp_shared_js_client_files + |
551 remoting_webapp_shared_js_core_files + | 553 remoting_webapp_shared_js_core_files + |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
603 | 605 |
604 # Files that contain localizable strings. | 606 # Files that contain localizable strings. |
605 app_remoting_webapp_localizable_files = | 607 app_remoting_webapp_localizable_files = |
606 [ | 608 [ |
607 ar_main_template, | 609 ar_main_template, |
608 ar_feedback_consent_template, | 610 ar_feedback_consent_template, |
609 ar_loading_window_template, | 611 ar_loading_window_template, |
610 remoting_webapp_template_message_window, | 612 remoting_webapp_template_message_window, |
611 remoting_webapp_template_wcs_sandbox, | 613 remoting_webapp_template_wcs_sandbox, |
612 ] + ar_main_template_files + ar_all_js_files | 614 ] + ar_main_template_files + ar_all_js_files |
OLD | NEW |