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

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

Issue 1296283002: Create list file for GN target //remoting/webapp:unit_tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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-html.py ('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_settings.js", 202 "base/js/host_settings.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/chromoting_event.js", 207 "base/js/chromoting_event.js",
208 "base/js/format_iq.js", 208 "base/js/format_iq.js",
209 "base/js/logger.js",
209 "base/js/log_to_server.js", 210 "base/js/log_to_server.js",
210 "base/js/logger.js",
211 "base/js/server_log_entry.js", 211 "base/js/server_log_entry.js",
212 "base/js/session_logger.js", 212 "base/js/session_logger.js",
213 "base/js/stats_accumulator.js", 213 "base/js/stats_accumulator.js",
214 ] 214 ]
215 215
216 # Remoting signaling files. 216 # Remoting signaling files.
217 remoting_webapp_shared_js_signaling_files = [ 217 remoting_webapp_shared_js_signaling_files = [
218 "base/js/dns_blackhole_checker.js", 218 "base/js/dns_blackhole_checker.js",
219 "base/js/fallback_signal_strategy.js", 219 "base/js/fallback_signal_strategy.js",
220 "base/js/signal_strategy.js", 220 "base/js/signal_strategy.js",
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 ar_main_template, 667 ar_main_template,
668 ar_feedback_consent_template, 668 ar_feedback_consent_template,
669 ar_loading_window_template, 669 ar_loading_window_template,
670 remoting_webapp_template_message_window, 670 remoting_webapp_template_message_window,
671 remoting_webapp_template_wcs_sandbox, 671 remoting_webapp_template_wcs_sandbox,
672 ] + ar_main_template_files + ar_all_js_files 672 ] + ar_main_template_files + ar_all_js_files
673 673
674 webapp_js_files = remoting_webapp_unittest_html_all_js_files + 674 webapp_js_files = remoting_webapp_unittest_html_all_js_files +
675 remoting_webapp_wcs_sandbox_html_js_files + 675 remoting_webapp_wcs_sandbox_html_js_files +
676 remoting_webapp_background_html_js_files 676 remoting_webapp_background_html_js_files
OLDNEW
« no previous file with comments | « remoting/webapp/build-html.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698