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

Side by Side Diff: remoting/remoting.gyp

Issue 16780006: Moved remoting::win::MessageWindow to base::win::MessageWindow so that it could be re-used outside … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 7 years, 6 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/win/message_window_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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'conditions': [ 10 'conditions': [
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 'host/usage_stats_consent_mac.cc', 456 'host/usage_stats_consent_mac.cc',
457 'host/usage_stats_consent_win.cc', 457 'host/usage_stats_consent_win.cc',
458 'host/video_scheduler.cc', 458 'host/video_scheduler.cc',
459 'host/video_scheduler.h', 459 'host/video_scheduler.h',
460 'host/vlog_net_log.cc', 460 'host/vlog_net_log.cc',
461 'host/vlog_net_log.h', 461 'host/vlog_net_log.h',
462 'host/win/com_security.cc', 462 'host/win/com_security.cc',
463 'host/win/com_security.h', 463 'host/win/com_security.h',
464 'host/win/launch_process_with_token.cc', 464 'host/win/launch_process_with_token.cc',
465 'host/win/launch_process_with_token.h', 465 'host/win/launch_process_with_token.h',
466 'host/win/message_window.cc',
467 'host/win/message_window.h',
468 'host/win/omaha.cc', 466 'host/win/omaha.cc',
469 'host/win/omaha.h', 467 'host/win/omaha.h',
470 'host/win/rdp_client.cc', 468 'host/win/rdp_client.cc',
471 'host/win/rdp_client.h', 469 'host/win/rdp_client.h',
472 'host/win/rdp_client_window.cc', 470 'host/win/rdp_client_window.cc',
473 'host/win/rdp_client_window.h', 471 'host/win/rdp_client_window.h',
474 'host/win/security_descriptor.cc', 472 'host/win/security_descriptor.cc',
475 'host/win/security_descriptor.h', 473 'host/win/security_descriptor.h',
476 'host/win/session_desktop_environment.cc', 474 'host/win/session_desktop_environment.cc',
477 'host/win/session_desktop_environment.h', 475 'host/win/session_desktop_environment.h',
(...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after
2662 'host/screen_capturer_fake.h', 2660 'host/screen_capturer_fake.h',
2663 'host/screen_resolution_unittest.cc', 2661 'host/screen_resolution_unittest.cc',
2664 'host/server_log_entry_unittest.cc', 2662 'host/server_log_entry_unittest.cc',
2665 'host/setup/native_messaging_host_unittest.cc', 2663 'host/setup/native_messaging_host_unittest.cc',
2666 'host/setup/native_messaging_reader_unittest.cc', 2664 'host/setup/native_messaging_reader_unittest.cc',
2667 'host/setup/native_messaging_writer_unittest.cc', 2665 'host/setup/native_messaging_writer_unittest.cc',
2668 'host/setup/oauth_helper_unittest.cc', 2666 'host/setup/oauth_helper_unittest.cc',
2669 'host/setup/pin_validator_unittest.cc', 2667 'host/setup/pin_validator_unittest.cc',
2670 'host/token_validator_factory_impl_unittest.cc', 2668 'host/token_validator_factory_impl_unittest.cc',
2671 'host/video_scheduler_unittest.cc', 2669 'host/video_scheduler_unittest.cc',
2672 'host/win/message_window_unittest.cc',
2673 'host/win/rdp_client_unittest.cc', 2670 'host/win/rdp_client_unittest.cc',
2674 'host/win/worker_process_launcher.cc', 2671 'host/win/worker_process_launcher.cc',
2675 'host/win/worker_process_launcher.h', 2672 'host/win/worker_process_launcher.h',
2676 'host/win/worker_process_launcher_unittest.cc', 2673 'host/win/worker_process_launcher_unittest.cc',
2677 'jingle_glue/chromium_socket_factory_unittest.cc', 2674 'jingle_glue/chromium_socket_factory_unittest.cc',
2678 'jingle_glue/fake_signal_strategy.cc', 2675 'jingle_glue/fake_signal_strategy.cc',
2679 'jingle_glue/fake_signal_strategy.h', 2676 'jingle_glue/fake_signal_strategy.h',
2680 'jingle_glue/iq_sender_unittest.cc', 2677 'jingle_glue/iq_sender_unittest.cc',
2681 'jingle_glue/mock_objects.cc', 2678 'jingle_glue/mock_objects.cc',
2682 'jingle_glue/mock_objects.h', 2679 'jingle_glue/mock_objects.h',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
2784 '../base/allocator/allocator.gyp:allocator', 2781 '../base/allocator/allocator.gyp:allocator',
2785 ], 2782 ],
2786 }, 2783 },
2787 ], 2784 ],
2788 ], 2785 ],
2789 }], # end of 'toolkit_uses_gtk == 1' 2786 }], # end of 'toolkit_uses_gtk == 1'
2790 ], # end of 'conditions' 2787 ], # end of 'conditions'
2791 }, # end of target 'remoting_unittests' 2788 }, # end of target 'remoting_unittests'
2792 ], # end of targets 2789 ], # end of targets
2793 } 2790 }
OLDNEW
« no previous file with comments | « remoting/host/win/message_window_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698