Don't relaunch app for non-auth errors.
[chromium-blink-merge.git] / remoting / app_remoting_webapp_files.gypi
blob5df8b8eb65d3318af52180998b42baff8648998e
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/context_menu.css',
12       'resources/drag.webp',
13       '<@(remoting_webapp_resource_files)',
14     ],
16     # Variables for feedback_consent.html.
17     'ar_feedback_consent_template':
18       '<(DEPTH)/remoting/webapp/app_remoting/html/template_feedback_consent.html',
19     'ar_feedback_consent_template_files': [
20     ],
21     'ar_feedback_consent_js_files': [
22       'webapp/app_remoting/js/feedback_consent.js',
23       'webapp/base/js/base.js',
24       'webapp/crd/js/error.js',
25       'webapp/crd/js/oauth2_api.js',
26       'webapp/crd/js/oauth2_api_impl.js',
27       'webapp/crd/js/plugin_settings.js',
28       'webapp/crd/js/l10n.js',
29       'webapp/crd/js/xhr.js',
30     ],
32     # Variables for main.html.
33     # These template files are used to construct the webapp html files.
34     'ar_main_template':
35       '<(DEPTH)/remoting/webapp/app_remoting/html/template_lg.html',
36     'ar_main_template_files': [
37       'webapp/base/html/client_plugin.html',
38       'webapp/base/html/dialog_auth.html',
39       'webapp/app_remoting/html/context_menu.html',
40       'webapp/app_remoting/html/idle_dialog.html',
41     ],
42     'ar_main_js_files': [
43       'webapp/app_remoting/js/application_context_menu.js',
44       'webapp/app_remoting/js/app_remoting.js',
45       'webapp/app_remoting/js/ar_main.js',
46       'webapp/app_remoting/js/context_menu_adapter.js',
47       'webapp/app_remoting/js/context_menu_chrome.js',
48       'webapp/app_remoting/js/context_menu_dom.js',
49       'webapp/app_remoting/js/drag_and_drop.js',
50       'webapp/app_remoting/js/idle_detector.js',
51       'webapp/app_remoting/js/keyboard_layouts_menu.js',
52       'webapp/app_remoting/js/loading_window.js',
53       'webapp/app_remoting/js/submenu_manager.js',
54       'webapp/app_remoting/js/window_activation_menu.js',
55       'webapp/base/js/application.js',
56       'webapp/base/js/auth_dialog.js',
57       'webapp/base/js/base.js',
58       'webapp/base/js/message_window_helper.js',
59       'webapp/base/js/message_window_manager.js',
60       '<@(remoting_webapp_js_auth_client2host_files)',
61       '<@(remoting_webapp_js_auth_google_files)',
62       '<@(remoting_webapp_js_cast_extension_files)',
63       '<@(remoting_webapp_js_client_files)',
64       '<@(remoting_webapp_js_core_files)',
65       '<@(remoting_webapp_js_gnubby_auth_files)',
66       '<@(remoting_webapp_js_host_files)',
67       '<@(remoting_webapp_js_logging_files)',
68       '<@(remoting_webapp_js_signaling_files)',
69       '<@(remoting_webapp_js_ui_files)',
70     ],
72     'ar_background_js_files': [
73       'webapp/app_remoting/js/ar_background.js',
74       'webapp/base/js/platform.js',
75     ],
77     'ar_all_js_files': [
78       '<@(ar_main_js_files)',
79       # Referenced from wcs_sandbox.html.
80       '<@(remoting_webapp_js_wcs_sandbox_files)',
81       # Referenced from the manifest.
82       '<@(ar_background_js_files)',
83       # Referenced from feedback_consent.html.
84       'webapp/app_remoting/js/feedback_consent.js',
85       # Referenced from message_window.html.
86       'webapp/base/js/message_window.js',
87     ],
89     # Files that contain localizable strings.
90     'app_remoting_webapp_localizable_files': [
91       '<(ar_main_template)',
92       '<@(ar_main_template_files)',
93       '<(ar_feedback_consent_template)',
94       '<@(ar_all_js_files)',
95     ],
97   },  # end of variables