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

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: 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 2227 matching lines...) Expand 10 before | Expand all | Expand 10 after
2663 '../base/allocator/allocator.gyp:allocator', 2665 '../base/allocator/allocator.gyp:allocator',
2664 ], 2666 ],
2665 }, 2667 },
2666 ], 2668 ],
2667 ], 2669 ],
2668 }], # end of 'toolkit_uses_gtk == 1' 2670 }], # end of 'toolkit_uses_gtk == 1'
2669 ], # end of 'conditions' 2671 ], # end of 'conditions'
2670 }, # end of target 'remoting_unittests' 2672 }, # end of target 'remoting_unittests'
2671 ], # end of targets 2673 ], # end of targets
2672 } 2674 }
OLDNEW
« remoting/host/screen_resolution.cc ('K') | « remoting/host/session_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698