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

Side by Side Diff: remoting/remoting.gyp

Issue 10825121: Remove the need to have separate config for authentication. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « remoting/host/remoting_me2me_host.cc ('k') | remoting/tools/me2me_virtual_host.py » ('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 (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 'remoting_audio': 0, 10 'remoting_audio': 0,
(...skipping 1186 matching lines...) Expand 10 before | Expand all | Expand 10 after
1197 'host/chromoting_host.cc', 1197 'host/chromoting_host.cc',
1198 'host/chromoting_host.h', 1198 'host/chromoting_host.h',
1199 'host/chromoting_host_context.cc', 1199 'host/chromoting_host_context.cc',
1200 'host/chromoting_host_context.h', 1200 'host/chromoting_host_context.h',
1201 'host/client_session.cc', 1201 'host/client_session.cc',
1202 'host/client_session.h', 1202 'host/client_session.h',
1203 'host/clipboard.h', 1203 'host/clipboard.h',
1204 'host/clipboard_linux.cc', 1204 'host/clipboard_linux.cc',
1205 'host/clipboard_mac.mm', 1205 'host/clipboard_mac.mm',
1206 'host/clipboard_win.cc', 1206 'host/clipboard_win.cc',
1207 'host/composite_host_config.cc',
1208 'host/composite_host_config.h',
1207 'host/constants.h', 1209 'host/constants.h',
1208 'host/constants_mac.cc', 1210 'host/constants_mac.cc',
1209 'host/constants_mac.h', 1211 'host/constants_mac.h',
1210 'host/constants_win.cc', 1212 'host/constants_win.cc',
1211 'host/continue_window.h', 1213 'host/continue_window.h',
1212 'host/continue_window_gtk.cc', 1214 'host/continue_window_gtk.cc',
1213 'host/continue_window_mac.mm', 1215 'host/continue_window_mac.mm',
1214 'host/continue_window_win.cc', 1216 'host/continue_window_win.cc',
1215 'host/desktop_environment.cc', 1217 'host/desktop_environment.cc',
1216 'host/desktop_environment.h', 1218 'host/desktop_environment.h',
1217 'host/differ.cc', 1219 'host/differ.cc',
1218 'host/differ.h', 1220 'host/differ.h',
1219 'host/disconnect_window.h', 1221 'host/disconnect_window.h',
1220 'host/disconnect_window_gtk.cc', 1222 'host/disconnect_window_gtk.cc',
1221 'host/disconnect_window_mac.h', 1223 'host/disconnect_window_mac.h',
1222 'host/disconnect_window_mac.mm', 1224 'host/disconnect_window_mac.mm',
1223 'host/disconnect_window_win.cc', 1225 'host/disconnect_window_win.cc',
1224 'host/event_executor.h', 1226 'host/event_executor.h',
1225 'host/event_executor_linux.cc', 1227 'host/event_executor_linux.cc',
1226 'host/event_executor_mac.cc', 1228 'host/event_executor_mac.cc',
1227 'host/event_executor_win.cc', 1229 'host/event_executor_win.cc',
1230 'host/gaia_oauth_client.cc',
1231 'host/gaia_oauth_client.h',
1228 'host/heartbeat_sender.cc', 1232 'host/heartbeat_sender.cc',
1229 'host/heartbeat_sender.h', 1233 'host/heartbeat_sender.h',
1230 'host/gaia_oauth_client.cc',
1231 'host/gaia_oauth_client.h',
1232 'host/host_config.cc', 1234 'host/host_config.cc',
1233 'host/host_config.h', 1235 'host/host_config.h',
1234 'host/host_key_pair.cc', 1236 'host/host_key_pair.cc',
1235 'host/host_key_pair.h', 1237 'host/host_key_pair.h',
1236 'host/host_port_allocator.cc', 1238 'host/host_port_allocator.cc',
1237 'host/host_port_allocator.h', 1239 'host/host_port_allocator.h',
1238 'host/host_secret.cc', 1240 'host/host_secret.cc',
1239 'host/host_secret.h', 1241 'host/host_secret.h',
1240 'host/host_status_observer.h', 1242 'host/host_status_observer.h',
1241 'host/host_user_interface.cc', 1243 'host/host_user_interface.cc',
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 '../base/allocator/allocator.gyp:allocator', 1828 '../base/allocator/allocator.gyp:allocator',
1827 ], 1829 ],
1828 }, 1830 },
1829 ], 1831 ],
1830 ], 1832 ],
1831 }], 1833 }],
1832 ], # end of 'conditions' 1834 ], # end of 'conditions'
1833 }, # end of target 'remoting_unittests' 1835 }, # end of target 'remoting_unittests'
1834 ], # end of targets 1836 ], # end of targets
1835 } 1837 }
OLDNEW
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/tools/me2me_virtual_host.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698