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

Side by Side Diff: remoting/remoting.gyp

Issue 10915206: [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders to ClientSession. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased to enable try jobs. Created 8 years, 3 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
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 1206 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 'host/constants.h', 1217 'host/constants.h',
1218 'host/constants_mac.cc', 1218 'host/constants_mac.cc',
1219 'host/constants_mac.h', 1219 'host/constants_mac.h',
1220 'host/constants_win.cc', 1220 'host/constants_win.cc',
1221 'host/continue_window.h', 1221 'host/continue_window.h',
1222 'host/continue_window_gtk.cc', 1222 'host/continue_window_gtk.cc',
1223 'host/continue_window_mac.mm', 1223 'host/continue_window_mac.mm',
1224 'host/continue_window_win.cc', 1224 'host/continue_window_win.cc',
1225 'host/desktop_environment.cc', 1225 'host/desktop_environment.cc',
1226 'host/desktop_environment.h', 1226 'host/desktop_environment.h',
1227 'host/desktop_environment_factory.cc',
1228 'host/desktop_environment_factory.h',
1227 'host/differ.cc', 1229 'host/differ.cc',
1228 'host/differ.h', 1230 'host/differ.h',
1229 'host/disconnect_window.h', 1231 'host/disconnect_window.h',
1230 'host/disconnect_window_gtk.cc', 1232 'host/disconnect_window_gtk.cc',
1231 'host/disconnect_window_mac.h', 1233 'host/disconnect_window_mac.h',
1232 'host/disconnect_window_mac.mm', 1234 'host/disconnect_window_mac.mm',
1233 'host/disconnect_window_win.cc', 1235 'host/disconnect_window_win.cc',
1234 'host/dns_blackhole_checker.cc', 1236 'host/dns_blackhole_checker.cc',
1235 'host/dns_blackhole_checker.h', 1237 'host/dns_blackhole_checker.h',
1236 'host/event_executor.h', 1238 'host/event_executor.h',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1284 'host/register_support_host_request.cc', 1286 'host/register_support_host_request.cc',
1285 'host/register_support_host_request.h', 1287 'host/register_support_host_request.h',
1286 'host/remote_input_filter.cc', 1288 'host/remote_input_filter.cc',
1287 'host/remote_input_filter.h', 1289 'host/remote_input_filter.h',
1288 'host/sas_injector.h', 1290 'host/sas_injector.h',
1289 'host/sas_injector_win.cc', 1291 'host/sas_injector_win.cc',
1290 'host/screen_recorder.cc', 1292 'host/screen_recorder.cc',
1291 'host/screen_recorder.h', 1293 'host/screen_recorder.h',
1292 'host/server_log_entry.cc', 1294 'host/server_log_entry.cc',
1293 'host/server_log_entry.h', 1295 'host/server_log_entry.h',
1294 'host/session_event_executor_win.cc',
1295 'host/session_event_executor_win.h',
1296 'host/session_manager_factory.cc', 1296 'host/session_manager_factory.cc',
1297 'host/session_manager_factory.h', 1297 'host/session_manager_factory.h',
1298 'host/signaling_connector.cc', 1298 'host/signaling_connector.cc',
1299 'host/signaling_connector.h', 1299 'host/signaling_connector.h',
1300 'host/ui_strings.cc', 1300 'host/ui_strings.cc',
1301 'host/ui_strings.h', 1301 'host/ui_strings.h',
1302 'host/url_request_context.cc', 1302 'host/url_request_context.cc',
1303 'host/url_request_context.h', 1303 'host/url_request_context.h',
1304 'host/user_authenticator.h', 1304 'host/user_authenticator.h',
1305 'host/user_authenticator_linux.cc', 1305 'host/user_authenticator_linux.cc',
1306 'host/user_authenticator_mac.cc', 1306 'host/user_authenticator_mac.cc',
1307 'host/user_authenticator_win.cc', 1307 'host/user_authenticator_win.cc',
1308 'host/video_frame_capturer.h', 1308 'host/video_frame_capturer.h',
1309 'host/video_frame_capturer_fake.cc', 1309 'host/video_frame_capturer_fake.cc',
1310 'host/video_frame_capturer_fake.h', 1310 'host/video_frame_capturer_fake.h',
1311 'host/video_frame_capturer_helper.cc', 1311 'host/video_frame_capturer_helper.cc',
1312 'host/video_frame_capturer_helper.h', 1312 'host/video_frame_capturer_helper.h',
1313 'host/video_frame_capturer_linux.cc', 1313 'host/video_frame_capturer_linux.cc',
1314 'host/video_frame_capturer_mac.mm', 1314 'host/video_frame_capturer_mac.mm',
1315 'host/video_frame_capturer_win.cc', 1315 'host/video_frame_capturer_win.cc',
1316 'host/vlog_net_log.cc', 1316 'host/vlog_net_log.cc',
1317 'host/vlog_net_log.h', 1317 'host/vlog_net_log.h',
1318 'host/win/desktop.cc', 1318 'host/win/desktop.cc',
1319 'host/win/desktop.h', 1319 'host/win/desktop.h',
1320 'host/win/scoped_thread_desktop.cc', 1320 'host/win/scoped_thread_desktop.cc',
1321 'host/win/scoped_thread_desktop.h', 1321 'host/win/scoped_thread_desktop.h',
1322 'host/win/session_desktop_environment_factory.cc',
1323 'host/win/session_desktop_environment_factory.h',
1324 'host/win/session_event_executor.cc',
1325 'host/win/session_event_executor.h',
1322 'host/x_server_pixel_buffer.cc', 1326 'host/x_server_pixel_buffer.cc',
1323 'host/x_server_pixel_buffer.h', 1327 'host/x_server_pixel_buffer.h',
1324 ], 1328 ],
1325 'conditions': [ 1329 'conditions': [
1326 ['OS=="linux"', { 1330 ['OS=="linux"', {
1327 'link_settings': { 1331 'link_settings': {
1328 'libraries': [ 1332 'libraries': [
1329 '-lX11', 1333 '-lX11',
1330 '-lXdamage', 1334 '-lXdamage',
1331 '-lXfixes', 1335 '-lXfixes',
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
1755 'codec/video_decoder_vp8_unittest.cc', 1759 'codec/video_decoder_vp8_unittest.cc',
1756 'codec/video_encode_decode_unittest.cc', 1760 'codec/video_encode_decode_unittest.cc',
1757 'codec/video_encoder_row_based_unittest.cc', 1761 'codec/video_encoder_row_based_unittest.cc',
1758 'codec/video_encoder_vp8_unittest.cc', 1762 'codec/video_encoder_vp8_unittest.cc',
1759 'host/audio_capturer_win_unittest.cc', 1763 'host/audio_capturer_win_unittest.cc',
1760 'host/chromoting_host_context_unittest.cc', 1764 'host/chromoting_host_context_unittest.cc',
1761 'host/chromoting_host_unittest.cc', 1765 'host/chromoting_host_unittest.cc',
1762 'host/client_session_unittest.cc', 1766 'host/client_session_unittest.cc',
1763 'host/differ_block_unittest.cc', 1767 'host/differ_block_unittest.cc',
1764 'host/differ_unittest.cc', 1768 'host/differ_unittest.cc',
1769 'host/event_executor_fake.cc',
1770 'host/event_executor_fake.h',
1765 'host/heartbeat_sender_unittest.cc', 1771 'host/heartbeat_sender_unittest.cc',
1766 'host/host_key_pair_unittest.cc', 1772 'host/host_key_pair_unittest.cc',
1767 'host/host_mock_objects.cc', 1773 'host/host_mock_objects.cc',
1768 'host/host_mock_objects.h', 1774 'host/host_mock_objects.h',
1769 'host/json_host_config_unittest.cc', 1775 'host/json_host_config_unittest.cc',
1770 'host/log_to_server_unittest.cc', 1776 'host/log_to_server_unittest.cc',
1771 'host/pin_hash_unittest.cc', 1777 'host/pin_hash_unittest.cc',
1772 'host/policy_hack/fake_policy_watcher.cc', 1778 'host/policy_hack/fake_policy_watcher.cc',
1773 'host/policy_hack/fake_policy_watcher.h', 1779 'host/policy_hack/fake_policy_watcher.h',
1774 'host/policy_hack/mock_policy_callback.cc', 1780 'host/policy_hack/mock_policy_callback.cc',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1851 '../base/allocator/allocator.gyp:allocator', 1857 '../base/allocator/allocator.gyp:allocator',
1852 ], 1858 ],
1853 }, 1859 },
1854 ], 1860 ],
1855 ], 1861 ],
1856 }], 1862 }],
1857 ], # end of 'conditions' 1863 ], # end of 'conditions'
1858 }, # end of target 'remoting_unittests' 1864 }, # end of target 'remoting_unittests'
1859 ], # end of targets 1865 ], # end of targets
1860 } 1866 }
OLDNEW
« remoting/host/client_session.cc ('K') | « remoting/protocol/protocol_mock_objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698