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

Side by Side Diff: remoting/remoting.gyp

Issue 12905012: Webapp changes to support third party authentication (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add token URL validation, refactor Created 7 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 10
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 ], 175 ],
176 'remoting_webapp_js_files': [ 176 'remoting_webapp_js_files': [
177 'webapp/client_plugin.js', 177 'webapp/client_plugin.js',
178 'webapp/client_plugin_async.js', 178 'webapp/client_plugin_async.js',
179 'webapp/client_screen.js', 179 'webapp/client_screen.js',
180 'webapp/client_session.js', 180 'webapp/client_session.js',
181 'webapp/clipboard.js', 181 'webapp/clipboard.js',
182 'webapp/connection_history.js', 182 'webapp/connection_history.js',
183 'webapp/connection_stats.js', 183 'webapp/connection_stats.js',
184 'webapp/cs_oauth2_trampoline.js', 184 'webapp/cs_oauth2_trampoline.js',
185 'webapp/cs_third_party_auth_trampoline.js',
185 'webapp/error.js', 186 'webapp/error.js',
186 'webapp/event_handlers.js', 187 'webapp/event_handlers.js',
187 'webapp/format_iq.js', 188 'webapp/format_iq.js',
188 'webapp/host.js', 189 'webapp/host.js',
189 'webapp/host_controller.js', 190 'webapp/host_controller.js',
190 'webapp/host_list.js', 191 'webapp/host_list.js',
191 'webapp/host_native_messaging.js', 192 'webapp/host_native_messaging.js',
192 'webapp/host_plugin_wrapper.js', 193 'webapp/host_plugin_wrapper.js',
193 'webapp/host_screen.js', 194 'webapp/host_screen.js',
194 'webapp/host_session.js', 195 'webapp/host_session.js',
195 'webapp/host_settings.js', 196 'webapp/host_settings.js',
196 'webapp/host_setup_dialog.js', 197 'webapp/host_setup_dialog.js',
197 'webapp/host_table_entry.js', 198 'webapp/host_table_entry.js',
198 'webapp/l10n.js', 199 'webapp/l10n.js',
199 'webapp/log_to_server.js', 200 'webapp/log_to_server.js',
200 'webapp/menu_button.js', 201 'webapp/menu_button.js',
201 'webapp/oauth2.js', 202 'webapp/oauth2.js',
202 'webapp/oauth2_callback.js', 203 'webapp/oauth2_callback.js',
203 'webapp/plugin_settings.js', 204 'webapp/plugin_settings.js',
204 'webapp/xhr_proxy.js', 205 'webapp/xhr_proxy.js',
205 'webapp/remoting.js', 206 'webapp/remoting.js',
206 'webapp/session_connector.js', 207 'webapp/session_connector.js',
207 'webapp/server_log_entry.js', 208 'webapp/server_log_entry.js',
208 'webapp/stats_accumulator.js', 209 'webapp/stats_accumulator.js',
209 'webapp/storage.js', 210 'webapp/storage.js',
210 'webapp/survey.js', 211 'webapp/survey.js',
212 'webapp/third_party_auth.js',
211 'webapp/toolbar.js', 213 'webapp/toolbar.js',
212 'webapp/ui_mode.js', 214 'webapp/ui_mode.js',
213 'webapp/wcs.js', 215 'webapp/wcs.js',
214 'webapp/wcs_loader.js', 216 'webapp/wcs_loader.js',
215 'webapp/wcs_sandbox_container.js', 217 'webapp/wcs_sandbox_container.js',
216 'webapp/wcs_sandbox_content.js', 218 'webapp/wcs_sandbox_content.js',
217 'webapp/xhr.js', 219 'webapp/xhr.js',
218 ], 220 ],
219 'remoting_host_installer_mac_roots': [ 221 'remoting_host_installer_mac_roots': [
220 'host/installer/mac/', 222 'host/installer/mac/',
(...skipping 2471 matching lines...) Expand 10 before | Expand all | Expand 10 after
2692 '../base/allocator/allocator.gyp:allocator', 2694 '../base/allocator/allocator.gyp:allocator',
2693 ], 2695 ],
2694 }, 2696 },
2695 ], 2697 ],
2696 ], 2698 ],
2697 }], # end of 'toolkit_uses_gtk == 1' 2699 }], # end of 'toolkit_uses_gtk == 1'
2698 ], # end of 'conditions' 2700 ], # end of 'conditions'
2699 }, # end of target 'remoting_unittests' 2701 }, # end of target 'remoting_unittests'
2700 ], # end of targets 2702 ], # end of targets
2701 } 2703 }
OLDNEW
« no previous file with comments | « no previous file | remoting/resources/remoting_strings.grd » ('j') | remoting/resources/remoting_strings.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698