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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'ar_shared_resource_files': [ | 7 'ar_shared_resource_files': [ |
8 'webapp/app_remoting/html/ar_dialog.css', | 8 'webapp/app_remoting/html/ar_dialog.css', |
9 'webapp/app_remoting/html/ar_main.css', | 9 'webapp/app_remoting/html/ar_main.css', |
10 'webapp/app_remoting/html/feedback_consent.css', | 10 'webapp/app_remoting/html/feedback_consent.css', |
(...skipping 30 matching lines...) Expand all Loading... |
41 '<(DEPTH)/remoting/webapp/app_remoting/html/template_lg.html', | 41 '<(DEPTH)/remoting/webapp/app_remoting/html/template_lg.html', |
42 'ar_main_template_files': [ | 42 'ar_main_template_files': [ |
43 'webapp/base/html/client_plugin.html', | 43 'webapp/base/html/client_plugin.html', |
44 'webapp/app_remoting/html/context_menu.html', | 44 'webapp/app_remoting/html/context_menu.html', |
45 'webapp/app_remoting/html/idle_dialog.html', | 45 'webapp/app_remoting/html/idle_dialog.html', |
46 ], | 46 ], |
47 'ar_main_js_files': [ | 47 'ar_main_js_files': [ |
48 'webapp/app_remoting/js/application_context_menu.js', | 48 'webapp/app_remoting/js/application_context_menu.js', |
49 'webapp/app_remoting/js/app_connected_view.js', | 49 'webapp/app_remoting/js/app_connected_view.js', |
50 'webapp/app_remoting/js/app_remoting.js', | 50 'webapp/app_remoting/js/app_remoting.js', |
| 51 'webapp/app_remoting/js/app_remoting_activity.js', |
51 'webapp/app_remoting/js/ar_auth_dialog.js', | 52 'webapp/app_remoting/js/ar_auth_dialog.js', |
52 'webapp/app_remoting/js/ar_main.js', | 53 'webapp/app_remoting/js/ar_main.js', |
53 'webapp/app_remoting/js/context_menu_adapter.js', | 54 'webapp/app_remoting/js/context_menu_adapter.js', |
54 'webapp/app_remoting/js/context_menu_chrome.js', | 55 'webapp/app_remoting/js/context_menu_chrome.js', |
55 'webapp/app_remoting/js/context_menu_dom.js', | 56 'webapp/app_remoting/js/context_menu_dom.js', |
56 'webapp/app_remoting/js/drag_and_drop.js', | 57 'webapp/app_remoting/js/drag_and_drop.js', |
57 'webapp/app_remoting/js/idle_detector.js', | 58 'webapp/app_remoting/js/idle_detector.js', |
58 'webapp/app_remoting/js/keyboard_layouts_menu.js', | 59 'webapp/app_remoting/js/keyboard_layouts_menu.js', |
59 'webapp/app_remoting/js/loading_window.js', | 60 'webapp/app_remoting/js/loading_window.js', |
60 'webapp/app_remoting/js/submenu_manager.js', | 61 'webapp/app_remoting/js/submenu_manager.js', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 '<(ar_main_template)', | 95 '<(ar_main_template)', |
95 '<@(ar_main_template_files)', | 96 '<@(ar_main_template_files)', |
96 '<(ar_feedback_consent_template)', | 97 '<(ar_feedback_consent_template)', |
97 '<(remoting_webapp_template_message_window)', | 98 '<(remoting_webapp_template_message_window)', |
98 '<(remoting_webapp_template_wcs_sandbox)', | 99 '<(remoting_webapp_template_wcs_sandbox)', |
99 '<@(ar_all_js_files)', | 100 '<@(ar_all_js_files)', |
100 ], | 101 ], |
101 | 102 |
102 }, # end of variables | 103 }, # end of variables |
103 } | 104 } |
OLD | NEW |