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

Side by Side Diff: remoting/app_remoting_webapp_files.gypi

Issue 1133913002: [Chromoting] Move shared webapp JS files from crd/js -> base/js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | remoting/remoting_webapp_files.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/loading_window.css',
12 'webapp/app_remoting/html/context_menu.css', 12 'webapp/app_remoting/html/context_menu.css',
13 'resources/drag.webp', 13 'resources/drag.webp',
14 '<@(remoting_webapp_resource_files)', 14 '<@(remoting_webapp_resource_files)',
15 ], 15 ],
16 16
17 # Variables for feedback_consent.html. 17 # Variables for feedback_consent.html.
18 'ar_feedback_consent_template': 18 'ar_feedback_consent_template':
19 '<(DEPTH)/remoting/webapp/app_remoting/html/template_feedback_consent.html ', 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 20 # These JS files are specific to the feedback consent page and are not part
21 # of the main JS files. 21 # of the main JS files.
22 'ar_feedback_consent_html_js_files': [ 22 'ar_feedback_consent_html_js_files': [
23 'webapp/app_remoting/js/feedback_consent.js', 23 'webapp/app_remoting/js/feedback_consent.js',
24 ], 24 ],
25 25
26 # All the JavaScript files required by feedback_consent.html. 26 # All the JavaScript files required by feedback_consent.html.
27 'ar_feedback_consent_html_all_js_files': [ 27 'ar_feedback_consent_html_all_js_files': [
28 'webapp/app_remoting/js/feedback_consent.js', 28 'webapp/app_remoting/js/feedback_consent.js',
29 'webapp/base/js/base.js', 29 'webapp/base/js/base.js',
30 'webapp/crd/js/error.js', 30 'webapp/base/js/error.js',
31 'webapp/crd/js/identity.js', 31 'webapp/base/js/identity.js',
32 'webapp/crd/js/oauth2_api.js', 32 'webapp/base/js/oauth2_api.js',
33 'webapp/crd/js/oauth2_api_impl.js', 33 'webapp/base/js/oauth2_api_impl.js',
34 'webapp/crd/js/plugin_settings.js', 34 'webapp/base/js/plugin_settings.js',
35 'webapp/crd/js/l10n.js', 35 'webapp/base/js/l10n.js',
36 'webapp/crd/js/xhr.js', 36 'webapp/base/js/xhr.js',
37 ], 37 ],
38 38
39 # Variables for loading_window.html. Note that the JS files are the same as 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. 40 # for message_window.html, and are not duplicated here.
41 'ar_loading_window_template': 41 'ar_loading_window_template':
42 '<(DEPTH)/remoting/webapp/app_remoting/html/template_loading_window.html', 42 '<(DEPTH)/remoting/webapp/app_remoting/html/template_loading_window.html',
43 43
44 # Variables for main.html. 44 # Variables for main.html.
45 # These template files are used to construct the webapp html files. 45 # These template files are used to construct the webapp html files.
46 'ar_main_template': 46 'ar_main_template':
(...skipping 16 matching lines...) Expand all
63 'webapp/app_remoting/js/drag_and_drop.js', 63 'webapp/app_remoting/js/drag_and_drop.js',
64 'webapp/app_remoting/js/idle_detector.js', 64 'webapp/app_remoting/js/idle_detector.js',
65 'webapp/app_remoting/js/keyboard_layouts_menu.js', 65 'webapp/app_remoting/js/keyboard_layouts_menu.js',
66 'webapp/app_remoting/js/loading_window.js', 66 'webapp/app_remoting/js/loading_window.js',
67 'webapp/app_remoting/js/submenu_manager.js', 67 'webapp/app_remoting/js/submenu_manager.js',
68 'webapp/app_remoting/js/window_activation_menu.js', 68 'webapp/app_remoting/js/window_activation_menu.js',
69 'webapp/base/js/application.js', 69 'webapp/base/js/application.js',
70 'webapp/base/js/base.js', 70 'webapp/base/js/base.js',
71 'webapp/base/js/message_window_helper.js', 71 'webapp/base/js/message_window_helper.js',
72 'webapp/base/js/message_window_manager.js', 72 'webapp/base/js/message_window_manager.js',
73 '<@(remoting_webapp_js_auth_client2host_files)', 73 '<@(remoting_webapp_shared_js_auth_google_files)',
74 '<@(remoting_webapp_js_auth_google_files)', 74 '<@(remoting_webapp_shared_js_client_files)',
75 '<@(remoting_webapp_js_cast_extension_files)', 75 '<@(remoting_webapp_shared_js_core_files)',
76 '<@(remoting_webapp_js_client_files)', 76 '<@(remoting_webapp_shared_js_host_files)',
77 '<@(remoting_webapp_js_core_files)', 77 '<@(remoting_webapp_shared_js_logging_files)',
78 '<@(remoting_webapp_js_gnubby_auth_files)', 78 '<@(remoting_webapp_shared_js_signaling_files)',
79 '<@(remoting_webapp_js_host_files)', 79 '<@(remoting_webapp_shared_js_ui_files)',
80 '<@(remoting_webapp_js_logging_files)',
81 '<@(remoting_webapp_js_signaling_files)',
82 '<@(remoting_webapp_js_ui_files)',
83 ], 80 ],
84 81
85 'ar_background_js_files': [ 82 'ar_background_js_files': [
86 'webapp/app_remoting/js/ar_background.js', 83 'webapp/app_remoting/js/ar_background.js',
87 'webapp/base/js/platform.js', 84 'webapp/base/js/platform.js',
88 ], 85 ],
89 86
90 'ar_all_js_files': [ 87 'ar_all_js_files': [
91 '<@(ar_main_js_files)', 88 '<@(ar_main_js_files)',
92 '<@(ar_feedback_consent_html_js_files)', 89 '<@(ar_feedback_consent_html_js_files)',
93 '<@(remoting_webapp_message_window_html_js_files)', 90 '<@(remoting_webapp_message_window_html_js_files)',
94 '<@(remoting_webapp_wcs_sandbox_html_js_files)', 91 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
95 # Referenced from the manifest. 92 # Referenced from the manifest.
96 '<@(ar_background_js_files)', 93 '<@(ar_background_js_files)',
97 ], 94 ],
98 95
99 # Files that contain localizable strings. 96 # Files that contain localizable strings.
100 'app_remoting_webapp_localizable_files': [ 97 'app_remoting_webapp_localizable_files': [
101 '<(ar_main_template)', 98 '<(ar_main_template)',
102 '<@(ar_main_template_files)', 99 '<@(ar_main_template_files)',
103 '<(ar_feedback_consent_template)', 100 '<(ar_feedback_consent_template)',
104 '<(ar_loading_window_template)', 101 '<(ar_loading_window_template)',
105 '<(remoting_webapp_template_message_window)', 102 '<(remoting_webapp_template_message_window)',
106 '<(remoting_webapp_template_wcs_sandbox)', 103 '<(remoting_webapp_template_wcs_sandbox)',
107 '<@(ar_all_js_files)', 104 '<@(ar_all_js_files)',
108 ], 105 ],
109 106
110 }, # end of variables 107 }, # end of variables
111 } 108 }
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting_webapp_files.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698