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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 1094133003: Added (incomplete) implementation of HostListApi using GCD. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcd-client-fix
Patch Set: Removed extranous TODO Created 5 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
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 # Keep in sync with remoting/webapp/files.gni. 5 # Keep in sync with remoting/webapp/files.gni.
6 6
7 { 7 {
8 'variables': { 8 'variables': {
9 9
10 # Jscompile proto files. 10 # Jscompile proto files.
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'webapp/crd/js/host_setup_dialog.js', 208 'webapp/crd/js/host_setup_dialog.js',
209 'webapp/crd/js/host_install_dialog.js', 209 'webapp/crd/js/host_install_dialog.js',
210 'webapp/crd/js/host_installer.js', 210 'webapp/crd/js/host_installer.js',
211 'webapp/crd/js/it2me_host_facade.js', 211 'webapp/crd/js/it2me_host_facade.js',
212 'webapp/crd/js/paired_client_manager.js', 212 'webapp/crd/js/paired_client_manager.js',
213 ], 213 ],
214 # Files for displaying (in the client) info about available hosts. 214 # Files for displaying (in the client) info about available hosts.
215 'remoting_webapp_js_host_display_files': [ 215 'remoting_webapp_js_host_display_files': [
216 'webapp/crd/js/host_list.js', 216 'webapp/crd/js/host_list.js',
217 'webapp/crd/js/host_list_api.js', 217 'webapp/crd/js/host_list_api.js',
218 'webapp/crd/js/host_list_api_gcd_impl.js',
218 'webapp/crd/js/host_list_api_impl.js', 219 'webapp/crd/js/host_list_api_impl.js',
219 'webapp/crd/js/host_table_entry.js', 220 'webapp/crd/js/host_table_entry.js',
220 'webapp/crd/js/local_host_section.js', 221 'webapp/crd/js/local_host_section.js',
221 ], 222 ],
222 # Logging and stats JavaScript files. 223 # Logging and stats JavaScript files.
223 'remoting_webapp_js_logging_files': [ 224 'remoting_webapp_js_logging_files': [
224 'webapp/crd/js/format_iq.js', 225 'webapp/crd/js/format_iq.js',
225 'webapp/crd/js/log_to_server.js', 226 'webapp/crd/js/log_to_server.js',
226 'webapp/crd/js/server_log_entry.js', 227 'webapp/crd/js/server_log_entry.js',
227 'webapp/crd/js/stats_accumulator.js', 228 'webapp/crd/js/stats_accumulator.js',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 '<(remoting_webapp_template_background)', 477 '<(remoting_webapp_template_background)',
477 '<(remoting_webapp_template_main)', 478 '<(remoting_webapp_template_main)',
478 '<(remoting_webapp_template_message_window)', 479 '<(remoting_webapp_template_message_window)',
479 '<(remoting_webapp_template_wcs_sandbox)', 480 '<(remoting_webapp_template_wcs_sandbox)',
480 '<@(remoting_webapp_template_files)', 481 '<@(remoting_webapp_template_files)',
481 '<@(remoting_webapp_crd_js_files)', 482 '<@(remoting_webapp_crd_js_files)',
482 ], 483 ],
483 484
484 }, 485 },
485 } 486 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698