Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: remoting/app_remoting_webapp_files.gypi

Issue 1081813007: Make loading dialog prettier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer feedback. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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',
11 'webapp/app_remoting/html/loading_window.css',
11 'webapp/app_remoting/html/context_menu.css', 12 'webapp/app_remoting/html/context_menu.css',
12 'resources/drag.webp', 13 'resources/drag.webp',
13 '<@(remoting_webapp_resource_files)', 14 '<@(remoting_webapp_resource_files)',
14 ], 15 ],
15 16
16 # Variables for feedback_consent.html. 17 # Variables for feedback_consent.html.
17 'ar_feedback_consent_template': 18 'ar_feedback_consent_template':
18 '<(DEPTH)/remoting/webapp/app_remoting/html/template_feedback_consent.html ', 19 '<(DEPTH)/remoting/webapp/app_remoting/html/template_feedback_consent.html ',
19 # These JS files are specific to the feedback consent page and are not part 20 # These JS files are specific to the feedback consent page and are not part
20 # of the main JS files. 21 # of the main JS files.
21 'ar_feedback_consent_html_js_files': [ 22 'ar_feedback_consent_html_js_files': [
22 'webapp/app_remoting/js/feedback_consent.js', 23 'webapp/app_remoting/js/feedback_consent.js',
23 ], 24 ],
24 25
25 # All the JavaScript files required by feedback_consent.html. 26 # All the JavaScript files required by feedback_consent.html.
26 'ar_feedback_consent_html_all_js_files': [ 27 'ar_feedback_consent_html_all_js_files': [
27 'webapp/app_remoting/js/feedback_consent.js', 28 'webapp/app_remoting/js/feedback_consent.js',
28 'webapp/base/js/base.js', 29 'webapp/base/js/base.js',
29 'webapp/crd/js/error.js', 30 'webapp/crd/js/error.js',
30 'webapp/crd/js/identity.js', 31 'webapp/crd/js/identity.js',
31 'webapp/crd/js/oauth2_api.js', 32 'webapp/crd/js/oauth2_api.js',
32 'webapp/crd/js/oauth2_api_impl.js', 33 'webapp/crd/js/oauth2_api_impl.js',
33 'webapp/crd/js/plugin_settings.js', 34 'webapp/crd/js/plugin_settings.js',
34 'webapp/crd/js/l10n.js', 35 'webapp/crd/js/l10n.js',
35 'webapp/crd/js/xhr.js', 36 'webapp/crd/js/xhr.js',
36 ], 37 ],
37 38
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',
43
38 # Variables for main.html. 44 # Variables for main.html.
39 # These template files are used to construct the webapp html files. 45 # These template files are used to construct the webapp html files.
40 'ar_main_template': 46 'ar_main_template':
41 '<(DEPTH)/remoting/webapp/app_remoting/html/template_lg.html', 47 '<(DEPTH)/remoting/webapp/app_remoting/html/template_lg.html',
42 'ar_main_template_files': [ 48 'ar_main_template_files': [
43 'webapp/base/html/client_plugin.html', 49 'webapp/base/html/client_plugin.html',
44 'webapp/app_remoting/html/context_menu.html', 50 'webapp/app_remoting/html/context_menu.html',
45 'webapp/app_remoting/html/idle_dialog.html', 51 'webapp/app_remoting/html/idle_dialog.html',
46 ], 52 ],
47 'ar_main_js_files': [ 53 'ar_main_js_files': [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 '<@(remoting_webapp_wcs_sandbox_html_js_files)', 94 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
89 # Referenced from the manifest. 95 # Referenced from the manifest.
90 '<@(ar_background_js_files)', 96 '<@(ar_background_js_files)',
91 ], 97 ],
92 98
93 # Files that contain localizable strings. 99 # Files that contain localizable strings.
94 'app_remoting_webapp_localizable_files': [ 100 'app_remoting_webapp_localizable_files': [
95 '<(ar_main_template)', 101 '<(ar_main_template)',
96 '<@(ar_main_template_files)', 102 '<@(ar_main_template_files)',
97 '<(ar_feedback_consent_template)', 103 '<(ar_feedback_consent_template)',
104 '<(ar_loading_window_template)',
98 '<(remoting_webapp_template_message_window)', 105 '<(remoting_webapp_template_message_window)',
99 '<(remoting_webapp_template_wcs_sandbox)', 106 '<(remoting_webapp_template_wcs_sandbox)',
100 '<@(ar_all_js_files)', 107 '<@(ar_all_js_files)',
101 ], 108 ],
102 109
103 }, # end of variables 110 }, # end of variables
104 } 111 }
OLDNEW
« no previous file with comments | « remoting/app_remoting_webapp_build.gypi ('k') | remoting/webapp/app_remoting/apps/sample_app/loading_splash.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698