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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 1023943004: Use a separate window to notify the user that permissions are required. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 7
8 # Jscompile proto files. 8 # Jscompile proto files.
9 # These provide type information for jscompile. 9 # These provide type information for jscompile.
10 'remoting_webapp_js_proto_files': [ 10 'remoting_webapp_js_proto_files': [
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host 121 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host
122 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account 122 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account
123 ], 123 ],
124 # Auth (client to host) JavaScript files. 124 # Auth (client to host) JavaScript files.
125 'remoting_webapp_js_auth_client2host_files': [ 125 'remoting_webapp_js_auth_client2host_files': [
126 'webapp/crd/js/third_party_host_permissions.js', 126 'webapp/crd/js/third_party_host_permissions.js',
127 'webapp/crd/js/third_party_token_fetcher.js', 127 'webapp/crd/js/third_party_token_fetcher.js',
128 ], 128 ],
129 # Auth (Google account) JavaScript files. 129 # Auth (Google account) JavaScript files.
130 'remoting_webapp_js_auth_google_files': [ 130 'remoting_webapp_js_auth_google_files': [
131 'webapp/base/js/auth_dialog.js',
132 'webapp/base/js/auth_init.js', 131 'webapp/base/js/auth_init.js',
133 'webapp/crd/js/identity.js', 132 'webapp/crd/js/identity.js',
134 'webapp/crd/js/oauth2.js', 133 'webapp/crd/js/oauth2.js',
135 'webapp/crd/js/oauth2_api.js', 134 'webapp/crd/js/oauth2_api.js',
136 'webapp/crd/js/oauth2_api_impl.js', 135 'webapp/crd/js/oauth2_api_impl.js',
137 ], 136 ],
138 # Cast extension handler JavaScript files. 137 # Cast extension handler JavaScript files.
139 'remoting_webapp_js_cast_extension_files': [ 138 'remoting_webapp_js_cast_extension_files': [
140 'webapp/crd/js/cast_extension_handler.js', 139 'webapp/crd/js/cast_extension_handler.js',
141 ], 140 ],
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 '<@(remoting_webapp_js_ui_files)', 263 '<@(remoting_webapp_js_ui_files)',
265 '<@(remoting_webapp_js_signaling_files)', 264 '<@(remoting_webapp_js_signaling_files)',
266 # Uncomment this line to include browser test files in the web app 265 # Uncomment this line to include browser test files in the web app
267 # to expedite debugging or local development. 266 # to expedite debugging or local development.
268 #'<@(remoting_webapp_browsertest_all_js_files)', 267 #'<@(remoting_webapp_browsertest_all_js_files)',
269 ], 268 ],
270 269
271 # The CRD-specific JavaScript files required by main.html. 270 # The CRD-specific JavaScript files required by main.html.
272 'remoting_webapp_crd_main_html_all_js_files': [ 271 'remoting_webapp_crd_main_html_all_js_files': [
273 '<@(remoting_webapp_shared_main_html_js_files)', 272 '<@(remoting_webapp_shared_main_html_js_files)',
273 'webapp/crd/js/crd_auth_dialog.js',
274 'webapp/crd/js/crd_connect.js', 274 'webapp/crd/js/crd_connect.js',
275 'webapp/crd/js/crd_event_handlers.js', 275 'webapp/crd/js/crd_event_handlers.js',
276 'webapp/crd/js/crd_main.js', 276 'webapp/crd/js/crd_main.js',
277 'webapp/crd/js/desktop_remoting.js', 277 'webapp/crd/js/desktop_remoting.js',
278 'webapp/crd/js/it2me_connect_flow.js', 278 'webapp/crd/js/it2me_connect_flow.js',
279 'webapp/crd/js/me2me_connect_flow.js', 279 'webapp/crd/js/me2me_connect_flow.js',
280 ], 280 ],
281 281
282 # These template files are used to construct main.html. 282 # These template files are used to construct main.html.
283 'remoting_webapp_template_files': [ 283 'remoting_webapp_template_files': [
284 'webapp/base/html/client_plugin.html', 284 'webapp/base/html/client_plugin.html',
285 'webapp/base/html/dialog_auth.html',
286 'webapp/crd/html/butter_bar.html', 285 'webapp/crd/html/butter_bar.html',
286 'webapp/crd/html/dialog_auth.html',
287 'webapp/crd/html/dialog_client_connect_failed.html', 287 'webapp/crd/html/dialog_client_connect_failed.html',
288 'webapp/crd/html/dialog_client_connecting.html', 288 'webapp/crd/html/dialog_client_connecting.html',
289 'webapp/crd/html/dialog_client_host_needs_upgrade.html', 289 'webapp/crd/html/dialog_client_host_needs_upgrade.html',
290 'webapp/crd/html/dialog_client_pin_prompt.html', 290 'webapp/crd/html/dialog_client_pin_prompt.html',
291 'webapp/crd/html/dialog_client_session_finished.html', 291 'webapp/crd/html/dialog_client_session_finished.html',
292 'webapp/crd/html/dialog_client_third_party_auth.html', 292 'webapp/crd/html/dialog_client_third_party_auth.html',
293 'webapp/crd/html/dialog_client_unconnected.html', 293 'webapp/crd/html/dialog_client_unconnected.html',
294 'webapp/crd/html/dialog_confirm_host_delete.html', 294 'webapp/crd/html/dialog_confirm_host_delete.html',
295 'webapp/crd/html/dialog_connection_history.html', 295 'webapp/crd/html/dialog_connection_history.html',
296 'webapp/crd/html/dialog_host.html', 296 'webapp/crd/html/dialog_host.html',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 '<(remoting_webapp_template_background)', 457 '<(remoting_webapp_template_background)',
458 '<(remoting_webapp_template_main)', 458 '<(remoting_webapp_template_main)',
459 '<(remoting_webapp_template_message_window)', 459 '<(remoting_webapp_template_message_window)',
460 '<(remoting_webapp_template_wcs_sandbox)', 460 '<(remoting_webapp_template_wcs_sandbox)',
461 '<@(remoting_webapp_template_files)', 461 '<@(remoting_webapp_template_files)',
462 '<@(remoting_webapp_crd_js_files)', 462 '<@(remoting_webapp_crd_js_files)',
463 ], 463 ],
464 464
465 }, 465 },
466 } 466 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698