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

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: Fixed typo. Created 8 years, 2 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/host/resizing_host_observer_unittest.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 1337 matching lines...) Expand 10 before | Expand all | Expand 10 after
1348 'host/constants_mac.h', 1348 'host/constants_mac.h',
1349 'host/constants_win.cc', 1349 'host/constants_win.cc',
1350 'host/continue_window.h', 1350 'host/continue_window.h',
1351 'host/continue_window_gtk.cc', 1351 'host/continue_window_gtk.cc',
1352 'host/continue_window_mac.mm', 1352 'host/continue_window_mac.mm',
1353 'host/continue_window_win.cc', 1353 'host/continue_window_win.cc',
1354 'host/desktop_environment.cc', 1354 'host/desktop_environment.cc',
1355 'host/desktop_environment.h', 1355 'host/desktop_environment.h',
1356 'host/desktop_environment_factory.cc', 1356 'host/desktop_environment_factory.cc',
1357 'host/desktop_environment_factory.h', 1357 'host/desktop_environment_factory.h',
1358 'host/desktop_resizer.h',
1359 'host/desktop_resizer_linux.cc',
1360 'host/desktop_resizer_win.cc',
1361 'host/desktop_resizer_mac.cc',
1358 'host/differ.cc', 1362 'host/differ.cc',
1359 'host/differ.h', 1363 'host/differ.h',
1360 'host/disconnect_window.h', 1364 'host/disconnect_window.h',
1361 'host/disconnect_window_gtk.cc', 1365 'host/disconnect_window_gtk.cc',
1362 'host/disconnect_window_mac.h', 1366 'host/disconnect_window_mac.h',
1363 'host/disconnect_window_mac.mm', 1367 'host/disconnect_window_mac.mm',
1364 'host/disconnect_window_win.cc', 1368 'host/disconnect_window_win.cc',
1365 'host/dns_blackhole_checker.cc', 1369 'host/dns_blackhole_checker.cc',
1366 'host/dns_blackhole_checker.h', 1370 'host/dns_blackhole_checker.h',
1367 'host/event_executor.h', 1371 'host/event_executor.h',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1409 'host/pin_hash.h', 1413 'host/pin_hash.h',
1410 'host/policy_hack/policy_watcher.h', 1414 'host/policy_hack/policy_watcher.h',
1411 'host/policy_hack/policy_watcher.cc', 1415 'host/policy_hack/policy_watcher.cc',
1412 'host/policy_hack/policy_watcher_linux.cc', 1416 'host/policy_hack/policy_watcher_linux.cc',
1413 'host/policy_hack/policy_watcher_mac.mm', 1417 'host/policy_hack/policy_watcher_mac.mm',
1414 'host/policy_hack/policy_watcher_win.cc', 1418 'host/policy_hack/policy_watcher_win.cc',
1415 'host/register_support_host_request.cc', 1419 'host/register_support_host_request.cc',
1416 'host/register_support_host_request.h', 1420 'host/register_support_host_request.h',
1417 'host/remote_input_filter.cc', 1421 'host/remote_input_filter.cc',
1418 'host/remote_input_filter.h', 1422 'host/remote_input_filter.h',
1423 'host/resizing_host_observer.cc',
1424 'host/resizing_host_observer.h',
1419 'host/sas_injector.h', 1425 'host/sas_injector.h',
1420 'host/sas_injector_win.cc', 1426 'host/sas_injector_win.cc',
1421 'host/screen_recorder.cc', 1427 'host/screen_recorder.cc',
1422 'host/screen_recorder.h', 1428 'host/screen_recorder.h',
1423 'host/server_log_entry.cc', 1429 'host/server_log_entry.cc',
1424 'host/server_log_entry.h', 1430 'host/server_log_entry.h',
1425 'host/session_manager_factory.cc', 1431 'host/session_manager_factory.cc',
1426 'host/session_manager_factory.h', 1432 'host/session_manager_factory.h',
1427 'host/signaling_connector.cc', 1433 'host/signaling_connector.cc',
1428 'host/signaling_connector.h', 1434 'host/signaling_connector.h',
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
1908 'host/json_host_config_unittest.cc', 1914 'host/json_host_config_unittest.cc',
1909 'host/log_to_server_unittest.cc', 1915 'host/log_to_server_unittest.cc',
1910 'host/pin_hash_unittest.cc', 1916 'host/pin_hash_unittest.cc',
1911 'host/policy_hack/fake_policy_watcher.cc', 1917 'host/policy_hack/fake_policy_watcher.cc',
1912 'host/policy_hack/fake_policy_watcher.h', 1918 'host/policy_hack/fake_policy_watcher.h',
1913 'host/policy_hack/mock_policy_callback.cc', 1919 'host/policy_hack/mock_policy_callback.cc',
1914 'host/policy_hack/mock_policy_callback.h', 1920 'host/policy_hack/mock_policy_callback.h',
1915 'host/policy_hack/policy_watcher_unittest.cc', 1921 'host/policy_hack/policy_watcher_unittest.cc',
1916 'host/register_support_host_request_unittest.cc', 1922 'host/register_support_host_request_unittest.cc',
1917 'host/remote_input_filter_unittest.cc', 1923 'host/remote_input_filter_unittest.cc',
1924 'host/resizing_host_observer_unittest.cc',
1918 'host/screen_recorder_unittest.cc', 1925 'host/screen_recorder_unittest.cc',
1919 'host/server_log_entry_unittest.cc', 1926 'host/server_log_entry_unittest.cc',
1920 'host/test_key_pair.h', 1927 'host/test_key_pair.h',
1921 'host/video_frame_capturer_helper_unittest.cc', 1928 'host/video_frame_capturer_helper_unittest.cc',
1922 'host/video_frame_capturer_mac_unittest.cc', 1929 'host/video_frame_capturer_mac_unittest.cc',
1923 'host/video_frame_capturer_unittest.cc', 1930 'host/video_frame_capturer_unittest.cc',
1924 'jingle_glue/chromium_socket_factory_unittest.cc', 1931 'jingle_glue/chromium_socket_factory_unittest.cc',
1925 'jingle_glue/fake_signal_strategy.cc', 1932 'jingle_glue/fake_signal_strategy.cc',
1926 'jingle_glue/fake_signal_strategy.h', 1933 'jingle_glue/fake_signal_strategy.h',
1927 'jingle_glue/iq_sender_unittest.cc', 1934 'jingle_glue/iq_sender_unittest.cc',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1990 '../base/allocator/allocator.gyp:allocator', 1997 '../base/allocator/allocator.gyp:allocator',
1991 ], 1998 ],
1992 }, 1999 },
1993 ], 2000 ],
1994 ], 2001 ],
1995 }], 2002 }],
1996 ], # end of 'conditions' 2003 ], # end of 'conditions'
1997 }, # end of target 'remoting_unittests' 2004 }, # end of target 'remoting_unittests'
1998 ], # end of targets 2005 ], # end of targets
1999 } 2006 }
OLDNEW
« no previous file with comments | « 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