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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 803653004: Update Chromoting to use /third_party/closure_compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/js_proto/chrome_proto.js', 16 'webapp/js_proto/chrome_proto.js',
17 'webapp/js_proto/console_proto.js',
18 'webapp/js_proto/dom_proto.js', 17 'webapp/js_proto/dom_proto.js',
19 'webapp/js_proto/remoting_proto.js', 18 'webapp/js_proto/remoting_proto.js',
20 ], 19 ],
21 20
22 # Auth (apps v1) JavaScript files. 21 # Auth (apps v1) JavaScript files.
23 # These files aren't included directly from main.html. They are 22 # These files aren't included directly from main.html. They are
24 # referenced from the manifest.json file (appsv1 only). 23 # referenced from the manifest.json file (appsv1 only).
25 'remoting_webapp_js_auth_v1_files': [ 24 'remoting_webapp_js_auth_v1_files': [
26 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host 25 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host
27 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account 26 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'webapp/crd/html/dialog_token_refresh_failed.html', 327 'webapp/crd/html/dialog_token_refresh_failed.html',
329 'webapp/crd/html/toolbar.html', 328 'webapp/crd/html/toolbar.html',
330 'webapp/crd/html/ui_header.html', 329 'webapp/crd/html/ui_header.html',
331 'webapp/crd/html/ui_it2me.html', 330 'webapp/crd/html/ui_it2me.html',
332 'webapp/crd/html/ui_me2me.html', 331 'webapp/crd/html/ui_me2me.html',
333 'webapp/crd/html/window_frame.html', 332 'webapp/crd/html/window_frame.html',
334 ], 333 ],
335 334
336 }, 335 },
337 } 336 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698