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

Side by Side Diff: remoting/remoting.gyp

Issue 10916263: [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders to ClientSession. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after
1281 'host/constants.h', 1281 'host/constants.h',
1282 'host/constants_mac.cc', 1282 'host/constants_mac.cc',
1283 'host/constants_mac.h', 1283 'host/constants_mac.h',
1284 'host/constants_win.cc', 1284 'host/constants_win.cc',
1285 'host/continue_window.h', 1285 'host/continue_window.h',
1286 'host/continue_window_gtk.cc', 1286 'host/continue_window_gtk.cc',
1287 'host/continue_window_mac.mm', 1287 'host/continue_window_mac.mm',
1288 'host/continue_window_win.cc', 1288 'host/continue_window_win.cc',
1289 'host/desktop_environment.cc', 1289 'host/desktop_environment.cc',
1290 'host/desktop_environment.h', 1290 'host/desktop_environment.h',
1291 'host/desktop_environment_factory.cc',
1292 'host/desktop_environment_factory.h',
1291 'host/differ.cc', 1293 'host/differ.cc',
1292 'host/differ.h', 1294 'host/differ.h',
1293 'host/disconnect_window.h', 1295 'host/disconnect_window.h',
1294 'host/disconnect_window_gtk.cc', 1296 'host/disconnect_window_gtk.cc',
1295 'host/disconnect_window_mac.h', 1297 'host/disconnect_window_mac.h',
1296 'host/disconnect_window_mac.mm', 1298 'host/disconnect_window_mac.mm',
1297 'host/disconnect_window_win.cc', 1299 'host/disconnect_window_win.cc',
1298 'host/dns_blackhole_checker.cc', 1300 'host/dns_blackhole_checker.cc',
1299 'host/dns_blackhole_checker.h', 1301 'host/dns_blackhole_checker.h',
1300 'host/event_executor.h', 1302 'host/event_executor.h',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1348 'host/register_support_host_request.cc', 1350 'host/register_support_host_request.cc',
1349 'host/register_support_host_request.h', 1351 'host/register_support_host_request.h',
1350 'host/remote_input_filter.cc', 1352 'host/remote_input_filter.cc',
1351 'host/remote_input_filter.h', 1353 'host/remote_input_filter.h',
1352 'host/sas_injector.h', 1354 'host/sas_injector.h',
1353 'host/sas_injector_win.cc', 1355 'host/sas_injector_win.cc',
1354 'host/screen_recorder.cc', 1356 'host/screen_recorder.cc',
1355 'host/screen_recorder.h', 1357 'host/screen_recorder.h',
1356 'host/server_log_entry.cc', 1358 'host/server_log_entry.cc',
1357 'host/server_log_entry.h', 1359 'host/server_log_entry.h',
1358 'host/session_event_executor_win.cc',
1359 'host/session_event_executor_win.h',
1360 'host/session_manager_factory.cc', 1360 'host/session_manager_factory.cc',
1361 'host/session_manager_factory.h', 1361 'host/session_manager_factory.h',
1362 'host/signaling_connector.cc', 1362 'host/signaling_connector.cc',
1363 'host/signaling_connector.h', 1363 'host/signaling_connector.h',
1364 'host/ui_strings.cc', 1364 'host/ui_strings.cc',
1365 'host/ui_strings.h', 1365 'host/ui_strings.h',
1366 'host/url_request_context.cc', 1366 'host/url_request_context.cc',
1367 'host/url_request_context.h', 1367 'host/url_request_context.h',
1368 'host/user_authenticator.h', 1368 'host/user_authenticator.h',
1369 'host/user_authenticator_linux.cc', 1369 'host/user_authenticator_linux.cc',
1370 'host/user_authenticator_mac.cc', 1370 'host/user_authenticator_mac.cc',
1371 'host/user_authenticator_win.cc', 1371 'host/user_authenticator_win.cc',
1372 'host/video_frame_capturer.h', 1372 'host/video_frame_capturer.h',
1373 'host/video_frame_capturer_fake.cc', 1373 'host/video_frame_capturer_fake.cc',
1374 'host/video_frame_capturer_fake.h', 1374 'host/video_frame_capturer_fake.h',
1375 'host/video_frame_capturer_helper.cc', 1375 'host/video_frame_capturer_helper.cc',
1376 'host/video_frame_capturer_helper.h', 1376 'host/video_frame_capturer_helper.h',
1377 'host/video_frame_capturer_linux.cc', 1377 'host/video_frame_capturer_linux.cc',
1378 'host/video_frame_capturer_mac.mm', 1378 'host/video_frame_capturer_mac.mm',
1379 'host/video_frame_capturer_win.cc', 1379 'host/video_frame_capturer_win.cc',
1380 'host/vlog_net_log.cc', 1380 'host/vlog_net_log.cc',
1381 'host/vlog_net_log.h', 1381 'host/vlog_net_log.h',
1382 'host/win/desktop.cc', 1382 'host/win/desktop.cc',
1383 'host/win/desktop.h', 1383 'host/win/desktop.h',
1384 'host/win/scoped_thread_desktop.cc', 1384 'host/win/scoped_thread_desktop.cc',
1385 'host/win/scoped_thread_desktop.h', 1385 'host/win/scoped_thread_desktop.h',
1386 'host/win/session_desktop_environment_factory.cc',
1387 'host/win/session_desktop_environment_factory.h',
1388 'host/win/session_event_executor.cc',
1389 'host/win/session_event_executor.h',
1386 'host/x_server_pixel_buffer.cc', 1390 'host/x_server_pixel_buffer.cc',
1387 'host/x_server_pixel_buffer.h', 1391 'host/x_server_pixel_buffer.h',
1388 ], 1392 ],
1389 'conditions': [ 1393 'conditions': [
1390 ['OS=="linux"', { 1394 ['OS=="linux"', {
1391 'link_settings': { 1395 'link_settings': {
1392 'libraries': [ 1396 'libraries': [
1393 '-lX11', 1397 '-lX11',
1394 '-lXdamage', 1398 '-lXdamage',
1395 '-lXfixes', 1399 '-lXfixes',
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
1819 'codec/video_decoder_vp8_unittest.cc', 1823 'codec/video_decoder_vp8_unittest.cc',
1820 'codec/video_encode_decode_unittest.cc', 1824 'codec/video_encode_decode_unittest.cc',
1821 'codec/video_encoder_row_based_unittest.cc', 1825 'codec/video_encoder_row_based_unittest.cc',
1822 'codec/video_encoder_vp8_unittest.cc', 1826 'codec/video_encoder_vp8_unittest.cc',
1823 'host/audio_capturer_win_unittest.cc', 1827 'host/audio_capturer_win_unittest.cc',
1824 'host/chromoting_host_context_unittest.cc', 1828 'host/chromoting_host_context_unittest.cc',
1825 'host/chromoting_host_unittest.cc', 1829 'host/chromoting_host_unittest.cc',
1826 'host/client_session_unittest.cc', 1830 'host/client_session_unittest.cc',
1827 'host/differ_block_unittest.cc', 1831 'host/differ_block_unittest.cc',
1828 'host/differ_unittest.cc', 1832 'host/differ_unittest.cc',
1833 'host/event_executor_fake.cc',
1834 'host/event_executor_fake.h',
1829 'host/heartbeat_sender_unittest.cc', 1835 'host/heartbeat_sender_unittest.cc',
1830 'host/host_key_pair_unittest.cc', 1836 'host/host_key_pair_unittest.cc',
1831 'host/host_mock_objects.cc', 1837 'host/host_mock_objects.cc',
1832 'host/host_mock_objects.h', 1838 'host/host_mock_objects.h',
1833 'host/json_host_config_unittest.cc', 1839 'host/json_host_config_unittest.cc',
1834 'host/log_to_server_unittest.cc', 1840 'host/log_to_server_unittest.cc',
1835 'host/pin_hash_unittest.cc', 1841 'host/pin_hash_unittest.cc',
1836 'host/policy_hack/fake_policy_watcher.cc', 1842 'host/policy_hack/fake_policy_watcher.cc',
1837 'host/policy_hack/fake_policy_watcher.h', 1843 'host/policy_hack/fake_policy_watcher.h',
1838 'host/policy_hack/mock_policy_callback.cc', 1844 'host/policy_hack/mock_policy_callback.cc',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1915 '../base/allocator/allocator.gyp:allocator', 1921 '../base/allocator/allocator.gyp:allocator',
1916 ], 1922 ],
1917 }, 1923 },
1918 ], 1924 ],
1919 ], 1925 ],
1920 }], 1926 }],
1921 ], # end of 'conditions' 1927 ], # end of 'conditions'
1922 }, # end of target 'remoting_unittests' 1928 }, # end of target 'remoting_unittests'
1923 ], # end of targets 1929 ], # end of targets
1924 } 1930 }
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