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

Side by Side Diff: remoting/webapp/files.gni

Issue 2796683003: Expose local host state to authorized sites. (Closed)
Patch Set: Missing semicolon Created 3 years, 8 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 | « remoting/webapp/crd/js/options_export.js ('k') | no next file » | 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 # `7MM"""Mq. `7MM 5 # `7MM"""Mq. `7MM
6 # MM `MM. MM 6 # MM `MM. MM
7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya 7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya
8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb 8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb
9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" 9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M""""""
10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , 10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. ,
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 "base/js/l10n.js", 438 "base/js/l10n.js",
439 "base/js/oauth2.js", 439 "base/js/oauth2.js",
440 "base/js/oauth2_api.js", 440 "base/js/oauth2_api.js",
441 "base/js/oauth2_api_impl.js", 441 "base/js/oauth2_api_impl.js",
442 "base/js/platform.js", 442 "base/js/platform.js",
443 "base/js/plugin_settings.js", 443 "base/js/plugin_settings.js",
444 "base/js/telemetry_event_writer.js", 444 "base/js/telemetry_event_writer.js",
445 "base/js/typecheck.js", 445 "base/js/typecheck.js",
446 "base/js/xhr.js", 446 "base/js/xhr.js",
447 "base/js/xhr_event_writer.js", 447 "base/js/xhr_event_writer.js",
448 "crd/js/host_controller.js",
449 "crd/js/host_daemon_facade.js",
450 "crd/js/native_message_host_log_message_handler.js",
448 ] 451 ]
449 452
450 # 453 #
451 # DesktopRemoting wcs_sandbox.html generation files. 454 # DesktopRemoting wcs_sandbox.html generation files.
452 # 455 #
453 456
454 remoting_webapp_template_wcs_sandbox = "base/html/template_wcs_sandbox.html" 457 remoting_webapp_template_wcs_sandbox = "base/html/template_wcs_sandbox.html"
455 458
456 # These JS files are specific to the WCS sandbox page and are not part of 459 # These JS files are specific to the WCS sandbox page and are not part of
457 # the main JS files. 460 # the main JS files.
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 "webapp/crd/manifest.json.jinja2", 567 "webapp/crd/manifest.json.jinja2",
565 remoting_webapp_template_background, 568 remoting_webapp_template_background,
566 remoting_webapp_template_main, 569 remoting_webapp_template_main,
567 remoting_webapp_template_message_window, 570 remoting_webapp_template_message_window,
568 remoting_webapp_template_wcs_sandbox, 571 remoting_webapp_template_wcs_sandbox,
569 ] + remoting_webapp_template_files + remoting_webapp_crd_js_files 572 ] + remoting_webapp_template_files + remoting_webapp_crd_js_files
570 573
571 webapp_js_files = remoting_webapp_unittest_html_all_js_files + 574 webapp_js_files = remoting_webapp_unittest_html_all_js_files +
572 remoting_webapp_wcs_sandbox_html_js_files + 575 remoting_webapp_wcs_sandbox_html_js_files +
573 remoting_webapp_background_html_js_files 576 remoting_webapp_background_html_js_files
OLDNEW
« no previous file with comments | « remoting/webapp/crd/js/options_export.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698