| 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 1618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1629 'host/video_frame_capturer_helper.h', | 1629 'host/video_frame_capturer_helper.h', |
| 1630 'host/video_frame_capturer_linux.cc', | 1630 'host/video_frame_capturer_linux.cc', |
| 1631 'host/video_frame_capturer_mac.mm', | 1631 'host/video_frame_capturer_mac.mm', |
| 1632 'host/video_frame_capturer_win.cc', | 1632 'host/video_frame_capturer_win.cc', |
| 1633 'host/video_frame_queue.cc', | 1633 'host/video_frame_queue.cc', |
| 1634 'host/video_frame_queue.h', | 1634 'host/video_frame_queue.h', |
| 1635 'host/video_scheduler.cc', | 1635 'host/video_scheduler.cc', |
| 1636 'host/video_scheduler.h', | 1636 'host/video_scheduler.h', |
| 1637 'host/vlog_net_log.cc', | 1637 'host/vlog_net_log.cc', |
| 1638 'host/vlog_net_log.h', | 1638 'host/vlog_net_log.h', |
| 1639 'host/websocket_connection.cc', |
| 1640 'host/websocket_connection.h', |
| 1641 'host/websocket_listener.cc', |
| 1642 'host/websocket_listener.h', |
| 1639 'host/win/desktop.cc', | 1643 'host/win/desktop.cc', |
| 1640 'host/win/desktop.h', | 1644 'host/win/desktop.h', |
| 1641 'host/win/launch_process_with_token.cc', | 1645 'host/win/launch_process_with_token.cc', |
| 1642 'host/win/launch_process_with_token.h', | 1646 'host/win/launch_process_with_token.h', |
| 1643 'host/win/omaha.cc', | 1647 'host/win/omaha.cc', |
| 1644 'host/win/omaha.h', | 1648 'host/win/omaha.h', |
| 1645 'host/win/scoped_thread_desktop.cc', | 1649 'host/win/scoped_thread_desktop.cc', |
| 1646 'host/win/scoped_thread_desktop.h', | 1650 'host/win/scoped_thread_desktop.h', |
| 1647 'host/win/session_desktop_environment_factory.cc', | 1651 'host/win/session_desktop_environment_factory.cc', |
| 1648 'host/win/session_desktop_environment_factory.h', | 1652 'host/win/session_desktop_environment_factory.h', |
| (...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2127 'host/remote_input_filter_unittest.cc', | 2131 'host/remote_input_filter_unittest.cc', |
| 2128 'host/resizing_host_observer_unittest.cc', | 2132 'host/resizing_host_observer_unittest.cc', |
| 2129 'host/server_log_entry_unittest.cc', | 2133 'host/server_log_entry_unittest.cc', |
| 2130 'host/setup/oauth_helper_unittest.cc', | 2134 'host/setup/oauth_helper_unittest.cc', |
| 2131 'host/setup/pin_validator_unittest.cc', | 2135 'host/setup/pin_validator_unittest.cc', |
| 2132 'host/test_key_pair.h', | 2136 'host/test_key_pair.h', |
| 2133 'host/video_frame_capturer_helper_unittest.cc', | 2137 'host/video_frame_capturer_helper_unittest.cc', |
| 2134 'host/video_frame_capturer_mac_unittest.cc', | 2138 'host/video_frame_capturer_mac_unittest.cc', |
| 2135 'host/video_frame_capturer_unittest.cc', | 2139 'host/video_frame_capturer_unittest.cc', |
| 2136 'host/video_scheduler_unittest.cc', | 2140 'host/video_scheduler_unittest.cc', |
| 2141 'host/websocket_connection_unittest.cc', |
| 2137 'host/win/launch_process_with_token.cc', | 2142 'host/win/launch_process_with_token.cc', |
| 2138 'host/win/launch_process_with_token.h', | 2143 'host/win/launch_process_with_token.h', |
| 2139 'host/win/worker_process_launcher.cc', | 2144 'host/win/worker_process_launcher.cc', |
| 2140 'host/win/worker_process_launcher.h', | 2145 'host/win/worker_process_launcher.h', |
| 2141 'host/win/worker_process_launcher_unittest.cc', | 2146 'host/win/worker_process_launcher_unittest.cc', |
| 2142 'jingle_glue/chromium_socket_factory_unittest.cc', | 2147 'jingle_glue/chromium_socket_factory_unittest.cc', |
| 2143 'jingle_glue/fake_signal_strategy.cc', | 2148 'jingle_glue/fake_signal_strategy.cc', |
| 2144 'jingle_glue/fake_signal_strategy.h', | 2149 'jingle_glue/fake_signal_strategy.h', |
| 2145 'jingle_glue/iq_sender_unittest.cc', | 2150 'jingle_glue/iq_sender_unittest.cc', |
| 2146 'jingle_glue/mock_objects.cc', | 2151 'jingle_glue/mock_objects.cc', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2235 '../base/allocator/allocator.gyp:allocator', | 2240 '../base/allocator/allocator.gyp:allocator', |
| 2236 ], | 2241 ], |
| 2237 }, | 2242 }, |
| 2238 ], | 2243 ], |
| 2239 ], | 2244 ], |
| 2240 }], # end of 'toolkit_uses_gtk == 1' | 2245 }], # end of 'toolkit_uses_gtk == 1' |
| 2241 ], # end of 'conditions' | 2246 ], # end of 'conditions' |
| 2242 }, # end of target 'remoting_unittests' | 2247 }, # end of target 'remoting_unittests' |
| 2243 ], # end of targets | 2248 ], # end of targets |
| 2244 } | 2249 } |
| OLD | NEW |