Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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 } |
| OLD | NEW |