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

Side by Side Diff: remoting/remoting.gyp

Issue 15261005: Allow multiple base::MessagePumpForUI instances to be created simultanenously on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 7 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') | tools/valgrind/tsan/suppressions.txt » ('j') | 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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'host/url_request_context.h', 454 'host/url_request_context.h',
455 'host/usage_stats_consent.h', 455 'host/usage_stats_consent.h',
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/launch_process_with_token.cc', 462 'host/win/launch_process_with_token.cc',
463 'host/win/launch_process_with_token.h', 463 'host/win/launch_process_with_token.h',
464 'host/win/message_window.cc',
465 'host/win/message_window.h',
466 'host/win/omaha.cc', 464 'host/win/omaha.cc',
467 'host/win/omaha.h', 465 'host/win/omaha.h',
468 'host/win/rdp_client.cc', 466 'host/win/rdp_client.cc',
469 'host/win/rdp_client.h', 467 'host/win/rdp_client.h',
470 'host/win/rdp_client_window.cc', 468 'host/win/rdp_client_window.cc',
471 'host/win/rdp_client_window.h', 469 'host/win/rdp_client_window.h',
472 'host/win/security_descriptor.cc', 470 'host/win/security_descriptor.cc',
473 'host/win/security_descriptor.h', 471 'host/win/security_descriptor.h',
474 'host/win/session_desktop_environment.cc', 472 'host/win/session_desktop_environment.cc',
475 'host/win/session_desktop_environment.h', 473 'host/win/session_desktop_environment.h',
(...skipping 2163 matching lines...) Expand 10 before | Expand all | Expand 10 after
2639 'host/policy_hack/policy_watcher_unittest.cc', 2637 'host/policy_hack/policy_watcher_unittest.cc',
2640 'host/register_support_host_request_unittest.cc', 2638 'host/register_support_host_request_unittest.cc',
2641 'host/remote_input_filter_unittest.cc', 2639 'host/remote_input_filter_unittest.cc',
2642 'host/resizing_host_observer_unittest.cc', 2640 'host/resizing_host_observer_unittest.cc',
2643 'host/screen_resolution_unittest.cc', 2641 'host/screen_resolution_unittest.cc',
2644 'host/server_log_entry_unittest.cc', 2642 'host/server_log_entry_unittest.cc',
2645 'host/setup/oauth_helper_unittest.cc', 2643 'host/setup/oauth_helper_unittest.cc',
2646 'host/setup/pin_validator_unittest.cc', 2644 'host/setup/pin_validator_unittest.cc',
2647 'host/token_validator_factory_impl_unittest.cc', 2645 'host/token_validator_factory_impl_unittest.cc',
2648 'host/video_scheduler_unittest.cc', 2646 'host/video_scheduler_unittest.cc',
2649 'host/win/message_window_unittest.cc',
2650 'host/win/rdp_client_unittest.cc', 2647 'host/win/rdp_client_unittest.cc',
2651 'host/win/worker_process_launcher.cc', 2648 'host/win/worker_process_launcher.cc',
2652 'host/win/worker_process_launcher.h', 2649 'host/win/worker_process_launcher.h',
2653 'host/win/worker_process_launcher_unittest.cc', 2650 'host/win/worker_process_launcher_unittest.cc',
2654 'jingle_glue/chromium_socket_factory_unittest.cc', 2651 'jingle_glue/chromium_socket_factory_unittest.cc',
2655 'jingle_glue/fake_signal_strategy.cc', 2652 'jingle_glue/fake_signal_strategy.cc',
2656 'jingle_glue/fake_signal_strategy.h', 2653 'jingle_glue/fake_signal_strategy.h',
2657 'jingle_glue/iq_sender_unittest.cc', 2654 'jingle_glue/iq_sender_unittest.cc',
2658 'jingle_glue/mock_objects.cc', 2655 'jingle_glue/mock_objects.cc',
2659 'jingle_glue/mock_objects.h', 2656 'jingle_glue/mock_objects.h',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
2761 '../base/allocator/allocator.gyp:allocator', 2758 '../base/allocator/allocator.gyp:allocator',
2762 ], 2759 ],
2763 }, 2760 },
2764 ], 2761 ],
2765 ], 2762 ],
2766 }], # end of 'toolkit_uses_gtk == 1' 2763 }], # end of 'toolkit_uses_gtk == 1'
2767 ], # end of 'conditions' 2764 ], # end of 'conditions'
2768 }, # end of target 'remoting_unittests' 2765 }, # end of target 'remoting_unittests'
2769 ], # end of targets 2766 ], # end of targets
2770 } 2767 }
OLDNEW
« no previous file with comments | « remoting/host/win/message_window_unittest.cc ('k') | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698