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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 918783002: CRD Viewport Management refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's feedback 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/js/base.js » ('j') | no next file with comments »
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 # background.js is where the onLoad handler is defined, which 54 # background.js is where the onLoad handler is defined, which
55 # makes it the entry point of the background page. 55 # makes it the entry point of the background page.
56 'webapp/crd/js/background.js', 56 'webapp/crd/js/background.js',
57 ], 57 ],
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_viewport_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/ipc_unittest.js', 68 'webapp/unittests/ipc_unittest.js',
69 'webapp/unittests/it2me_helpee_channel_unittest.js', 69 'webapp/unittests/it2me_helpee_channel_unittest.js',
70 'webapp/unittests/it2me_helper_channel_unittest.js', 70 'webapp/unittests/it2me_helper_channel_unittest.js',
71 'webapp/unittests/it2me_service_unittest.js', 71 'webapp/unittests/it2me_service_unittest.js',
72 'webapp/unittests/l10n_unittest.js', 72 'webapp/unittests/l10n_unittest.js',
73 'webapp/unittests/menu_button_unittest.js', 73 'webapp/unittests/menu_button_unittest.js',
74 'webapp/unittests/xmpp_connection_unittest.js', 74 'webapp/unittests/xmpp_connection_unittest.js',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'webapp/crd/js/signal_strategy.js', 192 'webapp/crd/js/signal_strategy.js',
193 'webapp/crd/js/wcs_adapter.js', 193 'webapp/crd/js/wcs_adapter.js',
194 'webapp/crd/js/wcs_sandbox_container.js', 194 'webapp/crd/js/wcs_sandbox_container.js',
195 'webapp/crd/js/xmpp_connection.js', 195 'webapp/crd/js/xmpp_connection.js',
196 'webapp/crd/js/xmpp_login_handler.js', 196 'webapp/crd/js/xmpp_login_handler.js',
197 'webapp/crd/js/xmpp_stream_parser.js', 197 'webapp/crd/js/xmpp_stream_parser.js',
198 ], 198 ],
199 # UI JavaScript files. 199 # UI JavaScript files.
200 'remoting_webapp_js_ui_files': [ 200 'remoting_webapp_js_ui_files': [
201 'webapp/base/js/window_shape.js', 201 'webapp/base/js/window_shape.js',
202 'webapp/crd/js/bump_scroller.js',
202 'webapp/crd/js/butter_bar.js', 203 'webapp/crd/js/butter_bar.js',
203 'webapp/crd/js/connection_stats.js', 204 'webapp/crd/js/connection_stats.js',
205 'webapp/crd/js/desktop_viewport.js',
204 'webapp/crd/js/feedback.js', 206 'webapp/crd/js/feedback.js',
205 'webapp/crd/js/fullscreen.js', 207 'webapp/crd/js/fullscreen.js',
206 'webapp/crd/js/fullscreen_v1.js', 208 'webapp/crd/js/fullscreen_v1.js',
207 'webapp/crd/js/fullscreen_v2.js', 209 'webapp/crd/js/fullscreen_v2.js',
208 'webapp/crd/js/l10n.js', 210 'webapp/crd/js/l10n.js',
209 'webapp/crd/js/menu_button.js', 211 'webapp/crd/js/menu_button.js',
210 'webapp/crd/js/options_menu.js', 212 'webapp/crd/js/options_menu.js',
211 'webapp/crd/js/ui_mode.js', 213 'webapp/crd/js/ui_mode.js',
212 'webapp/crd/js/toolbar.js', 214 'webapp/crd/js/toolbar.js',
213 'webapp/crd/js/window_frame.js', 215 'webapp/crd/js/window_frame.js',
(...skipping 176 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/js/base.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698