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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 245923002: Bring events to JavaScript components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add base.js and Event Listeners Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/webapp/all_js_load.gtestjs » ('j') | remoting/webapp/base.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',
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/base_proto.js',
16 'webapp/js_proto/chrome_proto.js', 17 'webapp/js_proto/chrome_proto.js',
17 'webapp/js_proto/console_proto.js', 18 'webapp/js_proto/console_proto.js',
18 'webapp/js_proto/dom_proto.js', 19 'webapp/js_proto/dom_proto.js',
19 'webapp/js_proto/remoting_proto.js', 20 'webapp/js_proto/remoting_proto.js',
20 ], 21 ],
21 22
22 # Auth (apps v1) JavaScript files. 23 # Auth (apps v1) JavaScript files.
23 # These files aren't included directly from main.html. They are 24 # These files aren't included directly from main.html. They are
24 # referenced from the manifest.json file (appsv1 only). 25 # referenced from the manifest.json file (appsv1 only).
25 'remoting_webapp_js_auth_v1_files': [ 26 'remoting_webapp_js_auth_v1_files': [
(...skipping 18 matching lines...) Expand all
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/media_source_renderer.js', 50 'webapp/media_source_renderer.js',
50 'webapp/session_connector.js', 51 'webapp/session_connector.js',
51 ], 52 ],
52 # Remoting core JavaScript files. 53 # Remoting core JavaScript files.
53 'remoting_webapp_js_core_files': [ 54 'remoting_webapp_js_core_files': [
55 'webapp/base.js',
54 'webapp/error.js', 56 'webapp/error.js',
55 'webapp/event_handlers.js', 57 'webapp/event_handlers.js',
56 'webapp/plugin_settings.js', 58 'webapp/plugin_settings.js',
57 # TODO(garykac) Split out UI client stuff from remoting.js. 59 # TODO(garykac) Split out UI client stuff from remoting.js.
58 'webapp/remoting.js', 60 'webapp/remoting.js',
59 'webapp/typecheck.js', 61 'webapp/typecheck.js',
60 'webapp/xhr.js', 62 'webapp/xhr.js',
61 ], 63 ],
62 # Host JavaScript files. 64 # Host JavaScript files.
63 # Includes both it2me and me2me files. 65 # Includes both it2me and me2me files.
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'webapp/html/dialog_manage_pairings.html', 207 'webapp/html/dialog_manage_pairings.html',
206 'webapp/html/dialog_token_refresh_failed.html', 208 'webapp/html/dialog_token_refresh_failed.html',
207 'webapp/html/toolbar.html', 209 'webapp/html/toolbar.html',
208 'webapp/html/ui_header.html', 210 'webapp/html/ui_header.html',
209 'webapp/html/ui_it2me.html', 211 'webapp/html/ui_it2me.html',
210 'webapp/html/ui_me2me.html', 212 'webapp/html/ui_me2me.html',
211 ], 213 ],
212 214
213 }, 215 },
214 } 216 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/all_js_load.gtestjs » ('j') | remoting/webapp/base.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698