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

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: Interfaceify more classes. 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
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',
11 ], 11 ],
12 12
13 # Jscompile proto files. 13 # Jscompile proto files.
14 # These provide type information for jscompile. 14 # These provide type information for jscompile.
15 'remoting_webapp_js_proto_files': [ 15 'remoting_webapp_js_proto_files': [
16 'webapp/client_plugin_interface.js',
17 'webapp/session_connector_interface.js',
16 'webapp/js_proto/chrome_proto.js', 18 'webapp/js_proto/chrome_proto.js',
17 'webapp/js_proto/console_proto.js', 19 'webapp/js_proto/console_proto.js',
18 'webapp/js_proto/dom_proto.js', 20 'webapp/js_proto/dom_proto.js',
19 'webapp/js_proto/remoting_proto.js', 21 'webapp/js_proto/remoting_proto.js',
20 ], 22 ],
21 23
22 # Auth (apps v1) JavaScript files. 24 # Auth (apps v1) JavaScript files.
23 # These files aren't included directly from main.html. They are 25 # These files aren't included directly from main.html. They are
24 # referenced from the manifest.json file (appsv1 only). 26 # referenced from the manifest.json file (appsv1 only).
25 'remoting_webapp_js_auth_v1_files': [ 27 'remoting_webapp_js_auth_v1_files': [
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'webapp/html/dialog_token_refresh_failed.html', 304 'webapp/html/dialog_token_refresh_failed.html',
303 'webapp/html/toolbar.html', 305 'webapp/html/toolbar.html',
304 'webapp/html/ui_header.html', 306 'webapp/html/ui_header.html',
305 'webapp/html/ui_it2me.html', 307 'webapp/html/ui_it2me.html',
306 'webapp/html/ui_me2me.html', 308 'webapp/html/ui_me2me.html',
307 'webapp/html/window_frame.html', 309 'webapp/html/window_frame.html',
308 ], 310 ],
309 311
310 }, 312 },
311 } 313 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/client_plugin.js » ('j') | remoting/webapp/client_plugin_interface.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698