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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 979483002: [Chromoting] Remove hangout consent dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittest 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
« no previous file with comments | « no previous file | remoting/webapp/crd/html/dialog_hangout_consent.css » ('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 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 'remoting_webapp_info_files': [ 7 'remoting_webapp_info_files': [
8 'resources/chromoting16.webp', 8 'resources/chromoting16.webp',
9 'resources/chromoting48.webp', 9 'resources/chromoting48.webp',
10 'resources/chromoting128.webp', 10 'resources/chromoting128.webp',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'remoting_webapp_background_js_files': [ 284 'remoting_webapp_background_js_files': [
285 'webapp/base/js/base.js', 285 'webapp/base/js/base.js',
286 'webapp/base/js/ipc.js', 286 'webapp/base/js/ipc.js',
287 'webapp/base/js/message_window_helper.js', 287 'webapp/base/js/message_window_helper.js',
288 'webapp/base/js/message_window_manager.js', 288 'webapp/base/js/message_window_manager.js',
289 'webapp/crd/js/activation_handler.js', 289 'webapp/crd/js/activation_handler.js',
290 'webapp/crd/js/app_launcher.js', 290 'webapp/crd/js/app_launcher.js',
291 'webapp/crd/js/background.js', 291 'webapp/crd/js/background.js',
292 'webapp/crd/js/client_session.js', 292 'webapp/crd/js/client_session.js',
293 'webapp/crd/js/error.js', 293 'webapp/crd/js/error.js',
294 'webapp/crd/js/hangout_consent_dialog.js',
295 'webapp/crd/js/host_installer.js', 294 'webapp/crd/js/host_installer.js',
296 'webapp/crd/js/host_session.js', 295 'webapp/crd/js/host_session.js',
297 'webapp/crd/js/identity.js', 296 'webapp/crd/js/identity.js',
298 'webapp/crd/js/it2me_helpee_channel.js', 297 'webapp/crd/js/it2me_helpee_channel.js',
299 'webapp/crd/js/it2me_helper_channel.js', 298 'webapp/crd/js/it2me_helper_channel.js',
300 'webapp/crd/js/it2me_host_facade.js', 299 'webapp/crd/js/it2me_host_facade.js',
301 'webapp/crd/js/it2me_service.js', 300 'webapp/crd/js/it2me_service.js',
302 'webapp/crd/js/l10n.js', 301 'webapp/crd/js/l10n.js',
303 'webapp/crd/js/oauth2.js', 302 'webapp/crd/js/oauth2.js',
304 'webapp/crd/js/oauth2_api.js', 303 'webapp/crd/js/oauth2_api.js',
(...skipping 10 matching lines...) Expand all
315 'webapp/crd/js/plugin_settings.js', 314 'webapp/crd/js/plugin_settings.js',
316 ], 315 ],
317 316
318 # All the JavaScript files that are shared by webapps. 317 # All the JavaScript files that are shared by webapps.
319 'remoting_webapp_shared_js_files': [ 318 'remoting_webapp_shared_js_files': [
320 # JS files for main.html. 319 # JS files for main.html.
321 '<@(remoting_webapp_shared_main_html_js_files)', 320 '<@(remoting_webapp_shared_main_html_js_files)',
322 '<@(remoting_webapp_background_js_files)', 321 '<@(remoting_webapp_background_js_files)',
323 # JS files for message_window.html 322 # JS files for message_window.html
324 'webapp/base/js/message_window.js', 323 'webapp/base/js/message_window.js',
325 # JS files for dialog_hangout_consent.html
326 'webapp/crd/js/hangout_consent_dialog_main.js',
327 # JS files for wcs_sandbox.html. 324 # JS files for wcs_sandbox.html.
328 # Use r_w_js_wcs_sandbox_files instead of r_w_wcs_sandbox_html_js_files 325 # Use r_w_js_wcs_sandbox_files instead of r_w_wcs_sandbox_html_js_files
329 # so that we don't double include error.js and plugin_settings.js. 326 # so that we don't double include error.js and plugin_settings.js.
330 '<@(remoting_webapp_js_wcs_sandbox_files)', 327 '<@(remoting_webapp_js_wcs_sandbox_files)',
331 # JS files referenced in mainfest.json. 328 # JS files referenced in mainfest.json.
332 '<@(remoting_webapp_js_auth_v1_files)', 329 '<@(remoting_webapp_js_auth_v1_files)',
333 ], 330 ],
334 331
335 # All the JavaScript files required by CRD. 332 # All the JavaScript files required by CRD.
336 'remoting_webapp_crd_js_files': [ 333 'remoting_webapp_crd_js_files': [
(...skipping 23 matching lines...) Expand all
360 'resources/reload.webp', 357 'resources/reload.webp',
361 'resources/tick.webp', 358 'resources/tick.webp',
362 'webapp/base/html/connection_stats.css', 359 'webapp/base/html/connection_stats.css',
363 'webapp/base/html/main.css', 360 'webapp/base/html/main.css',
364 'webapp/base/html/message_window.html', 361 'webapp/base/html/message_window.html',
365 'webapp/base/html/message_window.css', 362 'webapp/base/html/message_window.css',
366 'webapp/base/resources/open_sans.css', 363 'webapp/base/resources/open_sans.css',
367 'webapp/base/resources/open_sans.woff', 364 'webapp/base/resources/open_sans.woff',
368 'webapp/base/resources/spinner.gif', 365 'webapp/base/resources/spinner.gif',
369 'webapp/crd/html/butter_bar.css', 366 'webapp/crd/html/butter_bar.css',
370 'webapp/crd/html/dialog_hangout_consent.html',
371 'webapp/crd/html/dialog_hangout_consent.css',
372 'webapp/crd/html/toolbar.css', 367 'webapp/crd/html/toolbar.css',
373 'webapp/crd/html/menu_button.css', 368 'webapp/crd/html/menu_button.css',
374 'webapp/crd/html/window_frame.css', 369 'webapp/crd/html/window_frame.css',
375 'webapp/crd/resources/scale-to-fit.webp', 370 'webapp/crd/resources/scale-to-fit.webp',
376 ], 371 ],
377 372
378 'remoting_webapp_crd_files': [ 373 'remoting_webapp_crd_files': [
379 '<@(remoting_webapp_info_files)', 374 '<@(remoting_webapp_info_files)',
380 '<@(remoting_webapp_crd_js_files)', 375 '<@(remoting_webapp_crd_js_files)',
381 '<@(remoting_webapp_resource_files)', 376 '<@(remoting_webapp_resource_files)',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 'webapp/crd/manifest.json.jinja2', 416 'webapp/crd/manifest.json.jinja2',
422 '<(remoting_webapp_template_main)', 417 '<(remoting_webapp_template_main)',
423 '<(remoting_webapp_template_wcs_sandbox)', 418 '<(remoting_webapp_template_wcs_sandbox)',
424 '<(remoting_webapp_template_background)', 419 '<(remoting_webapp_template_background)',
425 '<@(remoting_webapp_template_files)', 420 '<@(remoting_webapp_template_files)',
426 '<@(remoting_webapp_crd_js_files)', 421 '<@(remoting_webapp_crd_js_files)',
427 ], 422 ],
428 423
429 }, 424 },
430 } 425 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/crd/html/dialog_hangout_consent.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698