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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 552403004: Interfaceify ClientPlugin in preparation for mocking it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed interfaces. Created 6 years, 3 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/client_plugin.js » ('j') | remoting/webapp/client_plugin.js » ('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 22 matching lines...) Expand all
33 ], 33 ],
34 # Auth (Google account) JavaScript files. 34 # Auth (Google account) JavaScript files.
35 'remoting_webapp_js_auth_google_files': [ 35 'remoting_webapp_js_auth_google_files': [
36 'webapp/identity.js', 36 'webapp/identity.js',
37 'webapp/oauth2.js', 37 'webapp/oauth2.js',
38 'webapp/oauth2_api.js', 38 'webapp/oauth2_api.js',
39 ], 39 ],
40 # Client JavaScript files. 40 # Client JavaScript files.
41 'remoting_webapp_js_client_files': [ 41 'remoting_webapp_js_client_files': [
42 'webapp/client_plugin.js', 42 'webapp/client_plugin.js',
43 'webapp/client_plugin_impl.js',
43 # TODO(garykac) For client_screen: 44 # TODO(garykac) For client_screen:
44 # * Split out pin/access code stuff into separate file. 45 # * Split out pin/access code stuff into separate file.
45 # * Move client logic into session_connector 46 # * Move client logic into session_connector
46 'webapp/client_screen.js', 47 'webapp/client_screen.js',
47 'webapp/client_session.js', 48 'webapp/client_session.js',
48 'webapp/clipboard.js', 49 'webapp/clipboard.js',
49 'webapp/hangout_session.js', 50 'webapp/hangout_session.js',
50 'webapp/media_source_renderer.js', 51 'webapp/media_source_renderer.js',
51 'webapp/session_connector.js', 52 'webapp/session_connector.js',
53 'webapp/session_connector_impl.js',
52 'webapp/smart_reconnector.js', 54 'webapp/smart_reconnector.js',
53 'webapp/video_frame_recorder.js', 55 'webapp/video_frame_recorder.js',
54 ], 56 ],
55 # Remoting core JavaScript files. 57 # Remoting core JavaScript files.
56 'remoting_webapp_js_core_files': [ 58 'remoting_webapp_js_core_files': [
57 'webapp/base.js', 59 'webapp/base.js',
58 'webapp/error.js', 60 'webapp/error.js',
59 'webapp/event_handlers.js', 61 'webapp/event_handlers.js',
60 'webapp/plugin_settings.js', 62 'webapp/plugin_settings.js',
61 # TODO(garykac) Split out UI client stuff from remoting.js. 63 # TODO(garykac) Split out UI client stuff from remoting.js.
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 'webapp/html/dialog_token_refresh_failed.html', 305 'webapp/html/dialog_token_refresh_failed.html',
304 'webapp/html/toolbar.html', 306 'webapp/html/toolbar.html',
305 'webapp/html/ui_header.html', 307 'webapp/html/ui_header.html',
306 'webapp/html/ui_it2me.html', 308 'webapp/html/ui_it2me.html',
307 'webapp/html/ui_me2me.html', 309 'webapp/html/ui_me2me.html',
308 'webapp/html/window_frame.html', 310 'webapp/html/window_frame.html',
309 ], 311 ],
310 312
311 }, 313 },
312 } 314 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/client_plugin.js » ('j') | remoting/webapp/client_plugin.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698