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

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

Issue 2913073002: Stops accumulating performance statistics on the Chrome App. (Closed)
Patch Set: Created 3 years, 6 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/build_template.gni ('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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 # Host JavaScript files. 199 # Host JavaScript files.
200 remoting_webapp_shared_js_host_files = [ 200 remoting_webapp_shared_js_host_files = [
201 "base/js/host.js", 201 "base/js/host.js",
202 "base/js/host_options.js", 202 "base/js/host_options.js",
203 ] 203 ]
204 204
205 # Logging and stats JavaScript files. 205 # Logging and stats JavaScript files.
206 remoting_webapp_shared_js_logging_files = [ 206 remoting_webapp_shared_js_logging_files = [
207 "base/js/format_iq.js", 207 "base/js/format_iq.js",
208 "base/js/session_logger.js", 208 "base/js/session_logger.js",
209 "base/js/stats_accumulator.js",
210 ] 209 ]
211 210
212 # Remoting signaling files. 211 # Remoting signaling files.
213 remoting_webapp_shared_js_signaling_files = [ 212 remoting_webapp_shared_js_signaling_files = [
214 "base/js/dns_blackhole_checker.js", 213 "base/js/dns_blackhole_checker.js",
215 "base/js/fallback_signal_strategy.js", 214 "base/js/fallback_signal_strategy.js",
216 "base/js/signal_strategy.js", 215 "base/js/signal_strategy.js",
217 "base/js/tcp_socket.js", 216 "base/js/tcp_socket.js",
218 "base/js/wcs_adapter.js", 217 "base/js/wcs_adapter.js",
219 "base/js/wcs_sandbox_container.js", 218 "base/js/wcs_sandbox_container.js",
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 "webapp/crd/manifest.json.jinja2", 566 "webapp/crd/manifest.json.jinja2",
568 remoting_webapp_template_background, 567 remoting_webapp_template_background,
569 remoting_webapp_template_main, 568 remoting_webapp_template_main,
570 remoting_webapp_template_message_window, 569 remoting_webapp_template_message_window,
571 remoting_webapp_template_wcs_sandbox, 570 remoting_webapp_template_wcs_sandbox,
572 ] + remoting_webapp_template_files + remoting_webapp_crd_js_files 571 ] + remoting_webapp_template_files + remoting_webapp_crd_js_files
573 572
574 webapp_js_files = remoting_webapp_unittest_html_all_js_files + 573 webapp_js_files = remoting_webapp_unittest_html_all_js_files +
575 remoting_webapp_wcs_sandbox_html_js_files + 574 remoting_webapp_wcs_sandbox_html_js_files +
576 remoting_webapp_background_html_js_files 575 remoting_webapp_background_html_js_files
OLDNEW
« no previous file with comments | « remoting/webapp/build_template.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698