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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 944183002: HostTableEntry refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's feedbacks with unit tests Created 5 years, 10 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/base/html/main.css » ('j') | remoting/webapp/base/html/main.css » ('J')
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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 # The unit test cases for the webapp 58 # The unit test cases for the webapp
59 'remoting_webapp_unittest_js_files': [ 59 'remoting_webapp_unittest_js_files': [
60 'webapp/unittests/chrome_mocks.js', 60 'webapp/unittests/chrome_mocks.js',
61 'webapp/js_proto/chrome_proto.js', 61 'webapp/js_proto/chrome_proto.js',
62 'webapp/unittests/apps_v2_migration_unittest.js', 62 'webapp/unittests/apps_v2_migration_unittest.js',
63 'webapp/unittests/base_unittest.js', 63 'webapp/unittests/base_unittest.js',
64 'webapp/unittests/desktop_connected_view_unittest.js', 64 'webapp/unittests/desktop_connected_view_unittest.js',
65 'webapp/unittests/dns_blackhole_checker_unittest.js', 65 'webapp/unittests/dns_blackhole_checker_unittest.js',
66 'webapp/unittests/event_hook_unittest.js', 66 'webapp/unittests/event_hook_unittest.js',
67 'webapp/unittests/fallback_signal_strategy_unittest.js', 67 'webapp/unittests/fallback_signal_strategy_unittest.js',
68 'webapp/unittests/host_table_entry_unittest.js',
68 'webapp/unittests/ipc_unittest.js', 69 'webapp/unittests/ipc_unittest.js',
69 'webapp/unittests/it2me_helpee_channel_unittest.js', 70 'webapp/unittests/it2me_helpee_channel_unittest.js',
70 'webapp/unittests/it2me_helper_channel_unittest.js', 71 'webapp/unittests/it2me_helper_channel_unittest.js',
71 'webapp/unittests/it2me_service_unittest.js', 72 'webapp/unittests/it2me_service_unittest.js',
72 'webapp/unittests/l10n_unittest.js', 73 'webapp/unittests/l10n_unittest.js',
73 'webapp/unittests/menu_button_unittest.js', 74 'webapp/unittests/menu_button_unittest.js',
74 'webapp/unittests/xmpp_connection_unittest.js', 75 'webapp/unittests/xmpp_connection_unittest.js',
75 'webapp/unittests/xmpp_login_handler_unittest.js', 76 'webapp/unittests/xmpp_login_handler_unittest.js',
76 'webapp/unittests/xmpp_stream_parser_unittest.js', 77 'webapp/unittests/xmpp_stream_parser_unittest.js',
77 ], 78 ],
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'webapp/crd/js/host_installer.js', 171 'webapp/crd/js/host_installer.js',
171 'webapp/crd/js/it2me_host_facade.js', 172 'webapp/crd/js/it2me_host_facade.js',
172 'webapp/crd/js/paired_client_manager.js', 173 'webapp/crd/js/paired_client_manager.js',
173 ], 174 ],
174 # Files for displaying (in the client) info about available hosts. 175 # Files for displaying (in the client) info about available hosts.
175 'remoting_webapp_js_host_display_files': [ 176 'remoting_webapp_js_host_display_files': [
176 'webapp/crd/js/host_list.js', 177 'webapp/crd/js/host_list.js',
177 'webapp/crd/js/host_list_api.js', 178 'webapp/crd/js/host_list_api.js',
178 'webapp/crd/js/host_list_api_impl.js', 179 'webapp/crd/js/host_list_api_impl.js',
179 'webapp/crd/js/host_table_entry.js', 180 'webapp/crd/js/host_table_entry.js',
181 'webapp/crd/js/local_host_section.js',
180 ], 182 ],
181 # Logging and stats JavaScript files. 183 # Logging and stats JavaScript files.
182 'remoting_webapp_js_logging_files': [ 184 'remoting_webapp_js_logging_files': [
183 'webapp/crd/js/format_iq.js', 185 'webapp/crd/js/format_iq.js',
184 'webapp/crd/js/log_to_server.js', 186 'webapp/crd/js/log_to_server.js',
185 'webapp/crd/js/server_log_entry.js', 187 'webapp/crd/js/server_log_entry.js',
186 'webapp/crd/js/stats_accumulator.js', 188 'webapp/crd/js/stats_accumulator.js',
187 ], 189 ],
188 # Remoting signaling files. 190 # Remoting signaling files.
189 'remoting_webapp_js_signaling_files': [ 191 'remoting_webapp_js_signaling_files': [
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'webapp/crd/manifest.json.jinja2', 392 'webapp/crd/manifest.json.jinja2',
391 '<(remoting_webapp_template_main)', 393 '<(remoting_webapp_template_main)',
392 '<(remoting_webapp_template_wcs_sandbox)', 394 '<(remoting_webapp_template_wcs_sandbox)',
393 '<(remoting_webapp_template_background)', 395 '<(remoting_webapp_template_background)',
394 '<@(remoting_webapp_template_files)', 396 '<@(remoting_webapp_template_files)',
395 '<@(remoting_webapp_crd_js_files)', 397 '<@(remoting_webapp_crd_js_files)',
396 ], 398 ],
397 399
398 }, 400 },
399 } 401 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/base/html/main.css » ('j') | remoting/webapp/base/html/main.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698