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

Side by Side Diff: remoting/remoting.gyp

Issue 10920019: [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders to ClientSession. (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
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 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after
1211 'host/constants.h', 1211 'host/constants.h',
1212 'host/constants_mac.cc', 1212 'host/constants_mac.cc',
1213 'host/constants_mac.h', 1213 'host/constants_mac.h',
1214 'host/constants_win.cc', 1214 'host/constants_win.cc',
1215 'host/continue_window.h', 1215 'host/continue_window.h',
1216 'host/continue_window_gtk.cc', 1216 'host/continue_window_gtk.cc',
1217 'host/continue_window_mac.mm', 1217 'host/continue_window_mac.mm',
1218 'host/continue_window_win.cc', 1218 'host/continue_window_win.cc',
1219 'host/desktop_environment.cc', 1219 'host/desktop_environment.cc',
1220 'host/desktop_environment.h', 1220 'host/desktop_environment.h',
1221 'host/desktop_environment_factory.cc',
1222 'host/desktop_environment_factory.h',
1221 'host/differ.cc', 1223 'host/differ.cc',
1222 'host/differ.h', 1224 'host/differ.h',
1223 'host/disconnect_window.h', 1225 'host/disconnect_window.h',
1224 'host/disconnect_window_gtk.cc', 1226 'host/disconnect_window_gtk.cc',
1225 'host/disconnect_window_mac.h', 1227 'host/disconnect_window_mac.h',
1226 'host/disconnect_window_mac.mm', 1228 'host/disconnect_window_mac.mm',
1227 'host/disconnect_window_win.cc', 1229 'host/disconnect_window_win.cc',
1228 'host/event_executor.h', 1230 'host/event_executor.h',
1229 'host/event_executor_linux.cc', 1231 'host/event_executor_linux.cc',
1230 'host/event_executor_mac.cc', 1232 'host/event_executor_mac.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1272 'host/register_support_host_request.cc', 1274 'host/register_support_host_request.cc',
1273 'host/register_support_host_request.h', 1275 'host/register_support_host_request.h',
1274 'host/remote_input_filter.cc', 1276 'host/remote_input_filter.cc',
1275 'host/remote_input_filter.h', 1277 'host/remote_input_filter.h',
1276 'host/sas_injector.h', 1278 'host/sas_injector.h',
1277 'host/sas_injector_win.cc', 1279 'host/sas_injector_win.cc',
1278 'host/screen_recorder.cc', 1280 'host/screen_recorder.cc',
1279 'host/screen_recorder.h', 1281 'host/screen_recorder.h',
1280 'host/server_log_entry.cc', 1282 'host/server_log_entry.cc',
1281 'host/server_log_entry.h', 1283 'host/server_log_entry.h',
1282 'host/session_event_executor_win.cc',
1283 'host/session_event_executor_win.h',
1284 'host/session_manager_factory.cc', 1284 'host/session_manager_factory.cc',
1285 'host/session_manager_factory.h', 1285 'host/session_manager_factory.h',
1286 'host/signaling_connector.cc', 1286 'host/signaling_connector.cc',
1287 'host/signaling_connector.h', 1287 'host/signaling_connector.h',
1288 'host/ui_strings.cc', 1288 'host/ui_strings.cc',
1289 'host/ui_strings.h', 1289 'host/ui_strings.h',
1290 'host/url_request_context.cc', 1290 'host/url_request_context.cc',
1291 'host/url_request_context.h', 1291 'host/url_request_context.h',
1292 'host/user_authenticator.h', 1292 'host/user_authenticator.h',
1293 'host/user_authenticator_linux.cc', 1293 'host/user_authenticator_linux.cc',
1294 'host/user_authenticator_mac.cc', 1294 'host/user_authenticator_mac.cc',
1295 'host/user_authenticator_win.cc', 1295 'host/user_authenticator_win.cc',
1296 'host/video_frame_capturer.h', 1296 'host/video_frame_capturer.h',
1297 'host/video_frame_capturer_fake.cc', 1297 'host/video_frame_capturer_fake.cc',
1298 'host/video_frame_capturer_fake.h', 1298 'host/video_frame_capturer_fake.h',
1299 'host/video_frame_capturer_helper.cc', 1299 'host/video_frame_capturer_helper.cc',
1300 'host/video_frame_capturer_helper.h', 1300 'host/video_frame_capturer_helper.h',
1301 'host/video_frame_capturer_linux.cc', 1301 'host/video_frame_capturer_linux.cc',
1302 'host/video_frame_capturer_mac.mm', 1302 'host/video_frame_capturer_mac.mm',
1303 'host/video_frame_capturer_win.cc', 1303 'host/video_frame_capturer_win.cc',
1304 'host/vlog_net_log.cc', 1304 'host/vlog_net_log.cc',
1305 'host/vlog_net_log.h', 1305 'host/vlog_net_log.h',
1306 'host/win/desktop.cc', 1306 'host/win/desktop.cc',
1307 'host/win/desktop.h', 1307 'host/win/desktop.h',
1308 'host/win/scoped_thread_desktop.cc', 1308 'host/win/scoped_thread_desktop.cc',
1309 'host/win/scoped_thread_desktop.h', 1309 'host/win/scoped_thread_desktop.h',
1310 'host/win/session_desktop_environment_factory.cc',
1311 'host/win/session_desktop_environment_factory.h',
1312 'host/win/session_event_executor.cc',
1313 'host/win/session_event_executor.h',
1310 'host/x_server_pixel_buffer.cc', 1314 'host/x_server_pixel_buffer.cc',
1311 'host/x_server_pixel_buffer.h', 1315 'host/x_server_pixel_buffer.h',
1312 ], 1316 ],
1313 'conditions': [ 1317 'conditions': [
1314 ['OS=="linux"', { 1318 ['OS=="linux"', {
1315 'link_settings': { 1319 'link_settings': {
1316 'libraries': [ 1320 'libraries': [
1317 '-lX11', 1321 '-lX11',
1318 '-lXdamage', 1322 '-lXdamage',
1319 '-lXfixes', 1323 '-lXfixes',
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
1730 'base/encoder_vp8_unittest.cc', 1734 'base/encoder_vp8_unittest.cc',
1731 'base/encoder_row_based_unittest.cc', 1735 'base/encoder_row_based_unittest.cc',
1732 'base/util_unittest.cc', 1736 'base/util_unittest.cc',
1733 'client/key_event_mapper_unittest.cc', 1737 'client/key_event_mapper_unittest.cc',
1734 'client/plugin/mac_key_event_processor_unittest.cc', 1738 'client/plugin/mac_key_event_processor_unittest.cc',
1735 'host/chromoting_host_context_unittest.cc', 1739 'host/chromoting_host_context_unittest.cc',
1736 'host/chromoting_host_unittest.cc', 1740 'host/chromoting_host_unittest.cc',
1737 'host/client_session_unittest.cc', 1741 'host/client_session_unittest.cc',
1738 'host/differ_block_unittest.cc', 1742 'host/differ_block_unittest.cc',
1739 'host/differ_unittest.cc', 1743 'host/differ_unittest.cc',
1744 'host/event_executor_fake.cc',
1745 'host/event_executor_fake.h',
1740 'host/heartbeat_sender_unittest.cc', 1746 'host/heartbeat_sender_unittest.cc',
1741 'host/host_key_pair_unittest.cc', 1747 'host/host_key_pair_unittest.cc',
1742 'host/host_mock_objects.cc', 1748 'host/host_mock_objects.cc',
1743 'host/host_mock_objects.h', 1749 'host/host_mock_objects.h',
1744 'host/json_host_config_unittest.cc', 1750 'host/json_host_config_unittest.cc',
1745 'host/log_to_server_unittest.cc', 1751 'host/log_to_server_unittest.cc',
1746 'host/pin_hash_unittest.cc', 1752 'host/pin_hash_unittest.cc',
1747 'host/policy_hack/fake_policy_watcher.cc', 1753 'host/policy_hack/fake_policy_watcher.cc',
1748 'host/policy_hack/fake_policy_watcher.h', 1754 'host/policy_hack/fake_policy_watcher.h',
1749 'host/policy_hack/mock_policy_callback.cc', 1755 'host/policy_hack/mock_policy_callback.cc',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 '../base/allocator/allocator.gyp:allocator', 1830 '../base/allocator/allocator.gyp:allocator',
1825 ], 1831 ],
1826 }, 1832 },
1827 ], 1833 ],
1828 ], 1834 ],
1829 }], 1835 }],
1830 ], # end of 'conditions' 1836 ], # end of 'conditions'
1831 }, # end of target 'remoting_unittests' 1837 }, # end of target 'remoting_unittests'
1832 ], # end of targets 1838 ], # end of targets
1833 } 1839 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698