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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 984793003: [Webapp Refactor] Remove It2Me connection code from SessionConnectorImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 # to expedite debugging or local development. 265 # to expedite debugging or local development.
266 #'<@(remoting_webapp_browsertest_all_js_files)', 266 #'<@(remoting_webapp_browsertest_all_js_files)',
267 ], 267 ],
268 268
269 # The CRD-specific JavaScript files required by main.html. 269 # The CRD-specific JavaScript files required by main.html.
270 'remoting_webapp_crd_main_html_js_files': [ 270 'remoting_webapp_crd_main_html_js_files': [
271 'webapp/crd/js/crd_connect.js', 271 'webapp/crd/js/crd_connect.js',
272 'webapp/crd/js/crd_event_handlers.js', 272 'webapp/crd/js/crd_event_handlers.js',
273 'webapp/crd/js/crd_main.js', 273 'webapp/crd/js/crd_main.js',
274 'webapp/crd/js/desktop_remoting.js', 274 'webapp/crd/js/desktop_remoting.js',
275 'webapp/crd/js/it2me_connect_flow.js',
275 ], 276 ],
276 277
277 # The JavaScript files that are used in the background page. 278 # The JavaScript files that are used in the background page.
278 'remoting_webapp_background_js_files': [ 279 'remoting_webapp_background_js_files': [
279 'webapp/base/js/base.js', 280 'webapp/base/js/base.js',
280 'webapp/base/js/ipc.js', 281 'webapp/base/js/ipc.js',
281 'webapp/base/js/message_window_helper.js', 282 'webapp/base/js/message_window_helper.js',
282 'webapp/base/js/message_window_manager.js', 283 'webapp/base/js/message_window_manager.js',
283 'webapp/crd/js/activation_handler.js', 284 'webapp/crd/js/activation_handler.js',
284 'webapp/crd/js/app_launcher.js', 285 'webapp/crd/js/app_launcher.js',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'webapp/crd/manifest.json.jinja2', 408 'webapp/crd/manifest.json.jinja2',
408 '<(remoting_webapp_template_main)', 409 '<(remoting_webapp_template_main)',
409 '<(remoting_webapp_template_wcs_sandbox)', 410 '<(remoting_webapp_template_wcs_sandbox)',
410 '<(remoting_webapp_template_background)', 411 '<(remoting_webapp_template_background)',
411 '<@(remoting_webapp_template_files)', 412 '<@(remoting_webapp_template_files)',
412 '<@(remoting_webapp_crd_js_files)', 413 '<@(remoting_webapp_crd_js_files)',
413 ], 414 ],
414 415
415 }, 416 },
416 } 417 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/crd/js/crd_connect.js » ('j') | remoting/webapp/crd/js/crd_connect.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698