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

Side by Side Diff: remoting/remoting.gyp

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

Powered by Google App Engine
This is Rietveld 408576698