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

Side by Side Diff: remoting/remoting.gyp

Issue 14979008: unittests for Chromoting native messaging host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Some clang-format fixes 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
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 2618 matching lines...) Expand 10 before | Expand all | Expand 10 after
2629 'host/policy_hack/fake_policy_watcher.cc', 2629 'host/policy_hack/fake_policy_watcher.cc',
2630 'host/policy_hack/fake_policy_watcher.h', 2630 'host/policy_hack/fake_policy_watcher.h',
2631 'host/policy_hack/mock_policy_callback.cc', 2631 'host/policy_hack/mock_policy_callback.cc',
2632 'host/policy_hack/mock_policy_callback.h', 2632 'host/policy_hack/mock_policy_callback.h',
2633 'host/policy_hack/policy_watcher_unittest.cc', 2633 'host/policy_hack/policy_watcher_unittest.cc',
2634 'host/register_support_host_request_unittest.cc', 2634 'host/register_support_host_request_unittest.cc',
2635 'host/remote_input_filter_unittest.cc', 2635 'host/remote_input_filter_unittest.cc',
2636 'host/resizing_host_observer_unittest.cc', 2636 'host/resizing_host_observer_unittest.cc',
2637 'host/screen_resolution_unittest.cc', 2637 'host/screen_resolution_unittest.cc',
2638 'host/server_log_entry_unittest.cc', 2638 'host/server_log_entry_unittest.cc',
2639 'host/setup/mock_daemon_controller.cc',
2640 'host/setup/mock_daemon_controller.h',
2641 'host/setup/native_messaging_host.cc',
Sergey Ulanov 2013/05/18 01:59:31 now these files are compiled twice. Move them to r
Lambros 2013/05/22 21:42:18 Done.
2642 'host/setup/native_messaging_host_unittest.cc',
2643 'host/setup/native_messaging_reader.cc',
2644 'host/setup/native_messaging_reader_unittest.cc',
2645 'host/setup/native_messaging_writer.cc',
2646 'host/setup/native_messaging_writer_unittest.cc',
2639 'host/setup/oauth_helper_unittest.cc', 2647 'host/setup/oauth_helper_unittest.cc',
2640 'host/setup/pin_validator_unittest.cc', 2648 'host/setup/pin_validator_unittest.cc',
2641 'host/token_validator_factory_impl_unittest.cc', 2649 'host/token_validator_factory_impl_unittest.cc',
2642 'host/video_scheduler_unittest.cc', 2650 'host/video_scheduler_unittest.cc',
2643 'host/win/message_window_unittest.cc', 2651 'host/win/message_window_unittest.cc',
2644 'host/win/rdp_client_unittest.cc', 2652 'host/win/rdp_client_unittest.cc',
2645 'host/win/worker_process_launcher.cc', 2653 'host/win/worker_process_launcher.cc',
2646 'host/win/worker_process_launcher.h', 2654 'host/win/worker_process_launcher.h',
2647 'host/win/worker_process_launcher_unittest.cc', 2655 'host/win/worker_process_launcher_unittest.cc',
2648 'jingle_glue/chromium_socket_factory_unittest.cc', 2656 'jingle_glue/chromium_socket_factory_unittest.cc',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
2755 '../base/allocator/allocator.gyp:allocator', 2763 '../base/allocator/allocator.gyp:allocator',
2756 ], 2764 ],
2757 }, 2765 },
2758 ], 2766 ],
2759 ], 2767 ],
2760 }], # end of 'toolkit_uses_gtk == 1' 2768 }], # end of 'toolkit_uses_gtk == 1'
2761 ], # end of 'conditions' 2769 ], # end of 'conditions'
2762 }, # end of target 'remoting_unittests' 2770 }, # end of target 'remoting_unittests'
2763 ], # end of targets 2771 ], # end of targets
2764 } 2772 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698