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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 1191883002: Revert of [AppRemoting] Break out AppRemoting shared module (re-land). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « remoting/remoting_options.gni ('k') | remoting/webapp/BUILD.gn » ('j') | no next file with comments »
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 # `7MM"""Mq. `7MM 5 # `7MM"""Mq. `7MM
6 # MM `MM. MM 6 # MM `MM. MM
7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya 7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya
8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb 8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb
9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" 9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M""""""
10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , 10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. ,
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'webapp/base/js/client_session_factory.js', 162 'webapp/base/js/client_session_factory.js',
163 'webapp/base/js/clipboard.js', 163 'webapp/base/js/clipboard.js',
164 'webapp/base/js/connected_view.js', 164 'webapp/base/js/connected_view.js',
165 'webapp/base/js/connection_info.js', 165 'webapp/base/js/connection_info.js',
166 'webapp/base/js/credentials_provider.js', 166 'webapp/base/js/credentials_provider.js',
167 'webapp/base/js/host_desktop.js', 167 'webapp/base/js/host_desktop.js',
168 'webapp/base/js/smart_reconnector.js', 168 'webapp/base/js/smart_reconnector.js',
169 ], 169 ],
170 # Remoting core JavaScript files. 170 # Remoting core JavaScript files.
171 'remoting_webapp_shared_js_core_files': [ 171 'remoting_webapp_shared_js_core_files': [
172 'webapp/base/js/app_capabilities.js',
172 'webapp/base/js/application.js', 173 'webapp/base/js/application.js',
173 'webapp/base/js/base.js', 174 'webapp/base/js/base.js',
174 'webapp/base/js/ipc.js', 175 'webapp/base/js/ipc.js',
175 'webapp/base/js/modal_dialogs.js', 176 'webapp/base/js/modal_dialogs.js',
176 'webapp/base/js/platform.js', 177 'webapp/base/js/platform.js',
177 'webapp/base/js/protocol_extension_manager.js', 178 'webapp/base/js/protocol_extension_manager.js',
178 'webapp/base/js/protocol_extension.js', 179 'webapp/base/js/protocol_extension.js',
179 'webapp/base/js/error.js', 180 'webapp/base/js/error.js',
180 'webapp/base/js/plugin_settings.js', 181 'webapp/base/js/plugin_settings.js',
181 'webapp/base/js/suspend_detector.js', 182 'webapp/base/js/suspend_detector.js',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 '<(remoting_webapp_template_background)', 517 '<(remoting_webapp_template_background)',
517 '<(remoting_webapp_template_main)', 518 '<(remoting_webapp_template_main)',
518 '<(remoting_webapp_template_message_window)', 519 '<(remoting_webapp_template_message_window)',
519 '<(remoting_webapp_template_wcs_sandbox)', 520 '<(remoting_webapp_template_wcs_sandbox)',
520 '<@(remoting_webapp_template_files)', 521 '<@(remoting_webapp_template_files)',
521 '<@(remoting_webapp_crd_js_files)', 522 '<@(remoting_webapp_crd_js_files)',
522 ], 523 ],
523 524
524 }, 525 },
525 } 526 }
OLDNEW
« no previous file with comments | « remoting/remoting_options.gni ('k') | remoting/webapp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698