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

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: Rebase + plumbing remoting.Host into clientSession 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
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 25 matching lines...) Expand all
36 'webapp/base/js/auth_init.js', 36 'webapp/base/js/auth_init.js',
37 'webapp/crd/js/identity.js', 37 'webapp/crd/js/identity.js',
38 'webapp/crd/js/oauth2.js', 38 'webapp/crd/js/oauth2.js',
39 'webapp/crd/js/oauth2_api.js', 39 'webapp/crd/js/oauth2_api.js',
40 'webapp/crd/js/oauth2_api_impl.js', 40 'webapp/crd/js/oauth2_api_impl.js',
41 ], 41 ],
42 # Client JavaScript files. 42 # Client JavaScript files.
43 'remoting_webapp_js_client_files': [ 43 'remoting_webapp_js_client_files': [
44 'webapp/crd/js/client_plugin.js', 44 'webapp/crd/js/client_plugin.js',
45 'webapp/crd/js/client_plugin_impl.js', 45 'webapp/crd/js/client_plugin_impl.js',
46 'webapp/crd/js/client_plugin_host_desktop_impl.js',
46 # TODO(garykac) For client_screen: 47 # TODO(garykac) For client_screen:
47 # * Split out pin/access code stuff into separate file. 48 # * Split out pin/access code stuff into separate file.
48 # * Move client logic into session_connector 49 # * Move client logic into session_connector
49 'webapp/crd/js/client_screen.js', 50 'webapp/crd/js/client_screen.js',
50 'webapp/crd/js/client_session.js', 51 'webapp/crd/js/client_session.js',
51 'webapp/crd/js/clipboard.js', 52 'webapp/crd/js/clipboard.js',
52 'webapp/crd/js/desktop_connected_view.js', 53 'webapp/crd/js/desktop_connected_view.js',
53 'webapp/crd/js/hangout_session.js', 54 'webapp/crd/js/hangout_session.js',
55 'webapp/crd/js/host_desktop.js',
54 'webapp/crd/js/session_connector.js', 56 'webapp/crd/js/session_connector.js',
55 'webapp/crd/js/session_connector_impl.js', 57 'webapp/crd/js/session_connector_impl.js',
56 'webapp/crd/js/smart_reconnector.js', 58 'webapp/crd/js/smart_reconnector.js',
57 'webapp/crd/js/video_frame_recorder.js', 59 'webapp/crd/js/video_frame_recorder.js',
58 ], 60 ],
59 # Remoting core JavaScript files. 61 # Remoting core JavaScript files.
60 'remoting_webapp_js_core_files': [ 62 'remoting_webapp_js_core_files': [
61 'webapp/base/js/app_capabilities.js', 63 'webapp/base/js/app_capabilities.js',
62 'webapp/base/js/application.js', 64 'webapp/base/js/application.js',
63 'webapp/base/js/base.js', 65 'webapp/base/js/base.js',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 # Logging and stats JavaScript files. 102 # Logging and stats JavaScript files.
101 'remoting_webapp_js_logging_files': [ 103 'remoting_webapp_js_logging_files': [
102 'webapp/crd/js/format_iq.js', 104 'webapp/crd/js/format_iq.js',
103 'webapp/crd/js/log_to_server.js', 105 'webapp/crd/js/log_to_server.js',
104 'webapp/crd/js/server_log_entry.js', 106 'webapp/crd/js/server_log_entry.js',
105 'webapp/crd/js/stats_accumulator.js', 107 'webapp/crd/js/stats_accumulator.js',
106 ], 108 ],
107 # UI JavaScript files. 109 # UI JavaScript files.
108 'remoting_webapp_js_ui_files': [ 110 'remoting_webapp_js_ui_files': [
109 'webapp/base/js/window_shape.js', 111 'webapp/base/js/window_shape.js',
112 'webapp/crd/js/bump_scroller.js',
110 'webapp/crd/js/butter_bar.js', 113 'webapp/crd/js/butter_bar.js',
111 'webapp/crd/js/connection_stats.js', 114 'webapp/crd/js/connection_stats.js',
115 'webapp/crd/js/desktop_viewport.js',
112 'webapp/crd/js/feedback.js', 116 'webapp/crd/js/feedback.js',
113 'webapp/crd/js/fullscreen.js', 117 'webapp/crd/js/fullscreen.js',
114 'webapp/crd/js/fullscreen_v1.js', 118 'webapp/crd/js/fullscreen_v1.js',
115 'webapp/crd/js/fullscreen_v2.js', 119 'webapp/crd/js/fullscreen_v2.js',
116 'webapp/crd/js/l10n.js', 120 'webapp/crd/js/l10n.js',
117 'webapp/crd/js/menu_button.js', 121 'webapp/crd/js/menu_button.js',
118 'webapp/crd/js/options_menu.js', 122 'webapp/crd/js/options_menu.js',
119 'webapp/crd/js/ui_mode.js', 123 'webapp/crd/js/ui_mode.js',
120 'webapp/crd/js/toolbar.js', 124 'webapp/crd/js/toolbar.js',
121 'webapp/crd/js/window_frame.js', 125 'webapp/crd/js/window_frame.js',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 # background.js is where the onLoad handler is defined, which 176 # background.js is where the onLoad handler is defined, which
173 # makes it the entry point of the background page. 177 # makes it the entry point of the background page.
174 'webapp/crd/js/background.js', 178 'webapp/crd/js/background.js',
175 ], 179 ],
176 # The unit test cases for the webapp 180 # The unit test cases for the webapp
177 'remoting_webapp_unittest_js_files': [ 181 'remoting_webapp_unittest_js_files': [
178 'webapp/unittests/chrome_mocks.js', 182 'webapp/unittests/chrome_mocks.js',
179 'webapp/js_proto/chrome_proto.js', 183 'webapp/js_proto/chrome_proto.js',
180 'webapp/unittests/apps_v2_migration_unittest.js', 184 'webapp/unittests/apps_v2_migration_unittest.js',
181 'webapp/unittests/base_unittest.js', 185 'webapp/unittests/base_unittest.js',
182 'webapp/unittests/desktop_connected_view_unittest.js', 186 'webapp/unittests/desktop_viewport_unittest.js',
183 'webapp/unittests/dns_blackhole_checker_unittest.js', 187 'webapp/unittests/dns_blackhole_checker_unittest.js',
184 'webapp/unittests/event_hook_unittest.js', 188 'webapp/unittests/event_hook_unittest.js',
185 'webapp/unittests/fallback_signal_strategy_unittest.js', 189 'webapp/unittests/fallback_signal_strategy_unittest.js',
186 'webapp/unittests/ipc_unittest.js', 190 'webapp/unittests/ipc_unittest.js',
187 'webapp/unittests/it2me_helpee_channel_unittest.js', 191 'webapp/unittests/it2me_helpee_channel_unittest.js',
188 'webapp/unittests/it2me_helper_channel_unittest.js', 192 'webapp/unittests/it2me_helper_channel_unittest.js',
189 'webapp/unittests/it2me_service_unittest.js', 193 'webapp/unittests/it2me_service_unittest.js',
190 'webapp/unittests/l10n_unittest.js', 194 'webapp/unittests/l10n_unittest.js',
191 'webapp/unittests/menu_button_unittest.js', 195 'webapp/unittests/menu_button_unittest.js',
192 'webapp/unittests/xmpp_connection_unittest.js', 196 'webapp/unittests/xmpp_connection_unittest.js',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'webapp/crd/manifest.json.jinja2', 374 'webapp/crd/manifest.json.jinja2',
371 '<(remoting_webapp_template_main)', 375 '<(remoting_webapp_template_main)',
372 '<(remoting_webapp_template_wcs_sandbox)', 376 '<(remoting_webapp_template_wcs_sandbox)',
373 '<(remoting_webapp_template_background)', 377 '<(remoting_webapp_template_background)',
374 '<@(remoting_webapp_template_files)', 378 '<@(remoting_webapp_template_files)',
375 '<@(remoting_webapp_crd_js_files)', 379 '<@(remoting_webapp_crd_js_files)',
376 ], 380 ],
377 381
378 }, 382 },
379 } 383 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/base/js/base.js » ('j') | remoting/webapp/browser_test/bump_scroll_browser_test.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698