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

Side by Side Diff: remoting/remoting.gyp

Issue 12678008: Reworked the plumbing required to pass the client resolution to the desktop resizer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback. Created 7 years, 9 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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 'host/policy_hack/policy_watcher_mac.mm', 416 'host/policy_hack/policy_watcher_mac.mm',
417 'host/policy_hack/policy_watcher_win.cc', 417 'host/policy_hack/policy_watcher_win.cc',
418 'host/register_support_host_request.cc', 418 'host/register_support_host_request.cc',
419 'host/register_support_host_request.h', 419 'host/register_support_host_request.h',
420 'host/remote_input_filter.cc', 420 'host/remote_input_filter.cc',
421 'host/remote_input_filter.h', 421 'host/remote_input_filter.h',
422 'host/resizing_host_observer.cc', 422 'host/resizing_host_observer.cc',
423 'host/resizing_host_observer.h', 423 'host/resizing_host_observer.h',
424 'host/sas_injector.h', 424 'host/sas_injector.h',
425 'host/sas_injector_win.cc', 425 'host/sas_injector_win.cc',
426 'host/screen_resolution.cc',
427 'host/screen_resolution.h',
426 'host/server_log_entry.cc', 428 'host/server_log_entry.cc',
427 'host/server_log_entry.h', 429 'host/server_log_entry.h',
428 'host/service_client.cc', 430 'host/service_client.cc',
429 'host/service_client.h', 431 'host/service_client.h',
430 'host/service_urls.cc', 432 'host/service_urls.cc',
431 'host/service_urls.h', 433 'host/service_urls.h',
432 'host/session_controller.h', 434 'host/session_controller.h',
433 'host/session_manager_factory.cc', 435 'host/session_manager_factory.cc',
434 'host/session_manager_factory.h', 436 'host/session_manager_factory.h',
435 'host/signaling_connector.cc', 437 'host/signaling_connector.cc',
(...skipping 2104 matching lines...) Expand 10 before | Expand all | Expand 10 after
2540 'host/log_to_server_unittest.cc', 2542 'host/log_to_server_unittest.cc',
2541 'host/pin_hash_unittest.cc', 2543 'host/pin_hash_unittest.cc',
2542 'host/policy_hack/fake_policy_watcher.cc', 2544 'host/policy_hack/fake_policy_watcher.cc',
2543 'host/policy_hack/fake_policy_watcher.h', 2545 'host/policy_hack/fake_policy_watcher.h',
2544 'host/policy_hack/mock_policy_callback.cc', 2546 'host/policy_hack/mock_policy_callback.cc',
2545 'host/policy_hack/mock_policy_callback.h', 2547 'host/policy_hack/mock_policy_callback.h',
2546 'host/policy_hack/policy_watcher_unittest.cc', 2548 'host/policy_hack/policy_watcher_unittest.cc',
2547 'host/register_support_host_request_unittest.cc', 2549 'host/register_support_host_request_unittest.cc',
2548 'host/remote_input_filter_unittest.cc', 2550 'host/remote_input_filter_unittest.cc',
2549 'host/resizing_host_observer_unittest.cc', 2551 'host/resizing_host_observer_unittest.cc',
2552 'host/screen_resolution_unittest.cc',
2550 'host/server_log_entry_unittest.cc', 2553 'host/server_log_entry_unittest.cc',
2551 'host/setup/oauth_helper_unittest.cc', 2554 'host/setup/oauth_helper_unittest.cc',
2552 'host/setup/pin_validator_unittest.cc', 2555 'host/setup/pin_validator_unittest.cc',
2553 'host/video_scheduler_unittest.cc', 2556 'host/video_scheduler_unittest.cc',
2554 'host/win/rdp_client_unittest.cc', 2557 'host/win/rdp_client_unittest.cc',
2555 'host/win/worker_process_launcher.cc', 2558 'host/win/worker_process_launcher.cc',
2556 'host/win/worker_process_launcher.h', 2559 'host/win/worker_process_launcher.h',
2557 'host/win/worker_process_launcher_unittest.cc', 2560 'host/win/worker_process_launcher_unittest.cc',
2558 'jingle_glue/chromium_socket_factory_unittest.cc', 2561 'jingle_glue/chromium_socket_factory_unittest.cc',
2559 'jingle_glue/fake_signal_strategy.cc', 2562 'jingle_glue/fake_signal_strategy.cc',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
2663 '../base/allocator/allocator.gyp:allocator', 2666 '../base/allocator/allocator.gyp:allocator',
2664 ], 2667 ],
2665 }, 2668 },
2666 ], 2669 ],
2667 ], 2670 ],
2668 }], # end of 'toolkit_uses_gtk == 1' 2671 }], # end of 'toolkit_uses_gtk == 1'
2669 ], # end of 'conditions' 2672 ], # end of 'conditions'
2670 }, # end of target 'remoting_unittests' 2673 }, # end of target 'remoting_unittests'
2671 ], # end of targets 2674 ], # end of targets
2672 } 2675 }
OLDNEW
« remoting/host/screen_resolution.h ('K') | « remoting/host/session_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698