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

Side by Side Diff: remoting/remoting.gyp

Issue 10918224: Cross-platform plumbing for resize-to-client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reviewer comments. 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 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after
1277 'host/constants_mac.h', 1277 'host/constants_mac.h',
1278 'host/constants_win.cc', 1278 'host/constants_win.cc',
1279 'host/continue_window.h', 1279 'host/continue_window.h',
1280 'host/continue_window_gtk.cc', 1280 'host/continue_window_gtk.cc',
1281 'host/continue_window_mac.mm', 1281 'host/continue_window_mac.mm',
1282 'host/continue_window_win.cc', 1282 'host/continue_window_win.cc',
1283 'host/desktop_environment.cc', 1283 'host/desktop_environment.cc',
1284 'host/desktop_environment.h', 1284 'host/desktop_environment.h',
1285 'host/desktop_environment_factory.cc', 1285 'host/desktop_environment_factory.cc',
1286 'host/desktop_environment_factory.h', 1286 'host/desktop_environment_factory.h',
1287 'host/desktop_resizer.h',
1288 'host/desktop_resizer_linux.cc',
1289 'host/desktop_resizer_win.cc',
1290 'host/desktop_resizer_mac.cc',
1287 'host/differ.cc', 1291 'host/differ.cc',
1288 'host/differ.h', 1292 'host/differ.h',
1289 'host/disconnect_window.h', 1293 'host/disconnect_window.h',
1290 'host/disconnect_window_gtk.cc', 1294 'host/disconnect_window_gtk.cc',
1291 'host/disconnect_window_mac.h', 1295 'host/disconnect_window_mac.h',
1292 'host/disconnect_window_mac.mm', 1296 'host/disconnect_window_mac.mm',
1293 'host/disconnect_window_win.cc', 1297 'host/disconnect_window_win.cc',
1294 'host/dns_blackhole_checker.cc', 1298 'host/dns_blackhole_checker.cc',
1295 'host/dns_blackhole_checker.h', 1299 'host/dns_blackhole_checker.h',
1296 'host/event_executor.h', 1300 'host/event_executor.h',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1338 'host/pin_hash.h', 1342 'host/pin_hash.h',
1339 'host/policy_hack/policy_watcher.h', 1343 'host/policy_hack/policy_watcher.h',
1340 'host/policy_hack/policy_watcher.cc', 1344 'host/policy_hack/policy_watcher.cc',
1341 'host/policy_hack/policy_watcher_linux.cc', 1345 'host/policy_hack/policy_watcher_linux.cc',
1342 'host/policy_hack/policy_watcher_mac.mm', 1346 'host/policy_hack/policy_watcher_mac.mm',
1343 'host/policy_hack/policy_watcher_win.cc', 1347 'host/policy_hack/policy_watcher_win.cc',
1344 'host/register_support_host_request.cc', 1348 'host/register_support_host_request.cc',
1345 'host/register_support_host_request.h', 1349 'host/register_support_host_request.h',
1346 'host/remote_input_filter.cc', 1350 'host/remote_input_filter.cc',
1347 'host/remote_input_filter.h', 1351 'host/remote_input_filter.h',
1352 'host/resizing_host_observer.cc',
1353 'host/resizing_host_observer.h',
1348 'host/sas_injector.h', 1354 'host/sas_injector.h',
1349 'host/sas_injector_win.cc', 1355 'host/sas_injector_win.cc',
1350 'host/screen_recorder.cc', 1356 'host/screen_recorder.cc',
1351 'host/screen_recorder.h', 1357 'host/screen_recorder.h',
1352 'host/server_log_entry.cc', 1358 'host/server_log_entry.cc',
1353 'host/server_log_entry.h', 1359 'host/server_log_entry.h',
1354 'host/session_manager_factory.cc', 1360 'host/session_manager_factory.cc',
1355 'host/session_manager_factory.h', 1361 'host/session_manager_factory.h',
1356 'host/signaling_connector.cc', 1362 'host/signaling_connector.cc',
1357 'host/signaling_connector.h', 1363 'host/signaling_connector.h',
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
1834 'host/json_host_config_unittest.cc', 1840 'host/json_host_config_unittest.cc',
1835 'host/log_to_server_unittest.cc', 1841 'host/log_to_server_unittest.cc',
1836 'host/pin_hash_unittest.cc', 1842 'host/pin_hash_unittest.cc',
1837 'host/policy_hack/fake_policy_watcher.cc', 1843 'host/policy_hack/fake_policy_watcher.cc',
1838 'host/policy_hack/fake_policy_watcher.h', 1844 'host/policy_hack/fake_policy_watcher.h',
1839 'host/policy_hack/mock_policy_callback.cc', 1845 'host/policy_hack/mock_policy_callback.cc',
1840 'host/policy_hack/mock_policy_callback.h', 1846 'host/policy_hack/mock_policy_callback.h',
1841 'host/policy_hack/policy_watcher_unittest.cc', 1847 'host/policy_hack/policy_watcher_unittest.cc',
1842 'host/register_support_host_request_unittest.cc', 1848 'host/register_support_host_request_unittest.cc',
1843 'host/remote_input_filter_unittest.cc', 1849 'host/remote_input_filter_unittest.cc',
1850 'host/resizing_host_observer_unittest.cc',
1844 'host/screen_recorder_unittest.cc', 1851 'host/screen_recorder_unittest.cc',
1845 'host/server_log_entry_unittest.cc', 1852 'host/server_log_entry_unittest.cc',
1846 'host/test_key_pair.h', 1853 'host/test_key_pair.h',
1847 'host/video_frame_capturer_helper_unittest.cc', 1854 'host/video_frame_capturer_helper_unittest.cc',
1848 'host/video_frame_capturer_mac_unittest.cc', 1855 'host/video_frame_capturer_mac_unittest.cc',
1849 'host/video_frame_capturer_unittest.cc', 1856 'host/video_frame_capturer_unittest.cc',
1850 'jingle_glue/chromium_socket_factory_unittest.cc', 1857 'jingle_glue/chromium_socket_factory_unittest.cc',
1851 'jingle_glue/fake_signal_strategy.cc', 1858 'jingle_glue/fake_signal_strategy.cc',
1852 'jingle_glue/fake_signal_strategy.h', 1859 'jingle_glue/fake_signal_strategy.h',
1853 'jingle_glue/iq_sender_unittest.cc', 1860 'jingle_glue/iq_sender_unittest.cc',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1916 '../base/allocator/allocator.gyp:allocator', 1923 '../base/allocator/allocator.gyp:allocator',
1917 ], 1924 ],
1918 }, 1925 },
1919 ], 1926 ],
1920 ], 1927 ],
1921 }], 1928 }],
1922 ], # end of 'conditions' 1929 ], # end of 'conditions'
1923 }, # end of target 'remoting_unittests' 1930 }, # end of target 'remoting_unittests'
1924 ], # end of targets 1931 ], # end of targets
1925 } 1932 }
OLDNEW
« remoting/host/resizing_host_observer.cc ('K') | « remoting/host/resizing_host_observer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698