Compute can_use_lcd_text using property trees.
[chromium-blink-merge.git] / remoting / app_remoting_webapp_files.gypi
blob211593eb498f66f106f2aa838994db46dc6181a8
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
3 # found in the LICENSE file.
6   'variables': {
7     'ar_shared_resource_files': [
8       'webapp/app_remoting/html/ar_dialog.css',
9       'webapp/app_remoting/html/ar_main.css',
10       'webapp/app_remoting/html/feedback_consent.css',
11       'webapp/app_remoting/html/loading_window.css',
12       'webapp/app_remoting/html/context_menu.css',
13       'resources/drag.webp',
14       '<@(remoting_webapp_resource_files)',
15     ],
17     # Variables for feedback_consent.html.
18     'ar_feedback_consent_template':
19       '<(DEPTH)/remoting/webapp/app_remoting/html/template_feedback_consent.html',
20     # These JS files are specific to the feedback consent page and are not part
21     # of the main JS files.
22     'ar_feedback_consent_html_js_files': [
23       'webapp/app_remoting/js/feedback_consent.js',
24     ],
26     # All the JavaScript files required by feedback_consent.html.
27     'ar_feedback_consent_html_all_js_files': [
28       'webapp/app_remoting/js/feedback_consent.js',
29       'webapp/base/js/base.js',
30       'webapp/base/js/error.js',
31       'webapp/base/js/identity.js',
32       'webapp/base/js/oauth2_api.js',
33       'webapp/base/js/oauth2_api_impl.js',
34       'webapp/base/js/plugin_settings.js',
35       'webapp/base/js/l10n.js',
36       'webapp/base/js/xhr.js',
37     ],
39     # Variables for loading_window.html. Note that the JS files are the same as
40     # for message_window.html, and are not duplicated here.
41     'ar_loading_window_template':
42       '<(DEPTH)/remoting/webapp/app_remoting/html/template_loading_window.html',
44     # Variables for main.html.
45     # These template files are used to construct the webapp html files.
46     'ar_main_template':
47       '<(DEPTH)/remoting/webapp/app_remoting/html/template_lg.html',
48     'ar_main_template_files': [
49       'webapp/base/html/client_plugin.html',
50       'webapp/base/html/connection_dropped_dialog.html',
51       'webapp/app_remoting/html/context_menu.html',
52       'webapp/app_remoting/html/idle_dialog.html',
53     ],
54     'ar_main_js_files': [
55       'webapp/app_remoting/js/application_context_menu.js',
56       'webapp/app_remoting/js/app_connected_view.js',
57       'webapp/app_remoting/js/app_remoting.js',
58       'webapp/app_remoting/js/app_remoting_activity.js',
59       'webapp/app_remoting/js/ar_auth_dialog.js',
60       'webapp/app_remoting/js/ar_main.js',
61       'webapp/app_remoting/js/context_menu_adapter.js',
62       'webapp/app_remoting/js/context_menu_chrome.js',
63       'webapp/app_remoting/js/context_menu_dom.js',
64       'webapp/app_remoting/js/drag_and_drop.js',
65       'webapp/app_remoting/js/gaia_license_manager.js',
66       'webapp/app_remoting/js/idle_detector.js',
67       'webapp/app_remoting/js/keyboard_layouts_menu.js',
68       'webapp/app_remoting/js/license_manager.js',
69       'webapp/app_remoting/js/loading_window.js',
70       'webapp/app_remoting/js/submenu_manager.js',
71       'webapp/app_remoting/js/window_activation_menu.js',
72       'webapp/base/js/application.js',
73       'webapp/base/js/base.js',
74       'webapp/base/js/message_window_helper.js',
75       'webapp/base/js/message_window_manager.js',
76       '<@(remoting_webapp_shared_js_auth_google_files)',
77       '<@(remoting_webapp_shared_js_client_files)',
78       '<@(remoting_webapp_shared_js_core_files)',
79       '<@(remoting_webapp_shared_js_host_files)',
80       '<@(remoting_webapp_shared_js_logging_files)',
81       '<@(remoting_webapp_shared_js_signaling_files)',
82       '<@(remoting_webapp_shared_js_ui_files)',
83     ],
85     'ar_background_js_files': [
86       'webapp/app_remoting/js/ar_background.js',
87       'webapp/base/js/platform.js',
88     ],
90     'ar_all_js_files': [
91       '<@(ar_main_js_files)',
92       '<@(ar_feedback_consent_html_js_files)',
93       '<@(remoting_webapp_message_window_html_js_files)',
94       '<@(remoting_webapp_wcs_sandbox_html_js_files)',
95       # Referenced from the manifest.
96       '<@(ar_background_js_files)',
97       'webapp/base/js/credits_js.js',
98     ],
100     # Files that contain localizable strings.
101     'app_remoting_webapp_localizable_files': [
102       '<(ar_main_template)',
103       '<@(ar_main_template_files)',
104       '<(ar_feedback_consent_template)',
105       '<(ar_loading_window_template)',
106       '<(remoting_webapp_template_message_window)',
107       '<(remoting_webapp_template_wcs_sandbox)',
108       '<@(ar_all_js_files)',
109     ],
111   },  # end of variables