| 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 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1219 'host/continue_window_win.cc', | 1219 'host/continue_window_win.cc', |
| 1220 'host/desktop_environment.cc', | 1220 'host/desktop_environment.cc', |
| 1221 'host/desktop_environment.h', | 1221 'host/desktop_environment.h', |
| 1222 'host/differ.cc', | 1222 'host/differ.cc', |
| 1223 'host/differ.h', | 1223 'host/differ.h', |
| 1224 'host/disconnect_window.h', | 1224 'host/disconnect_window.h', |
| 1225 'host/disconnect_window_gtk.cc', | 1225 'host/disconnect_window_gtk.cc', |
| 1226 'host/disconnect_window_mac.h', | 1226 'host/disconnect_window_mac.h', |
| 1227 'host/disconnect_window_mac.mm', | 1227 'host/disconnect_window_mac.mm', |
| 1228 'host/disconnect_window_win.cc', | 1228 'host/disconnect_window_win.cc', |
| 1229 'host/dns_blackhole_checker.cc', |
| 1230 'host/dns_blackhole_checker.h', |
| 1229 'host/event_executor.h', | 1231 'host/event_executor.h', |
| 1230 'host/event_executor_linux.cc', | 1232 'host/event_executor_linux.cc', |
| 1231 'host/event_executor_mac.cc', | 1233 'host/event_executor_mac.cc', |
| 1232 'host/event_executor_win.cc', | 1234 'host/event_executor_win.cc', |
| 1233 'host/gaia_oauth_client.cc', | 1235 'host/gaia_oauth_client.cc', |
| 1234 'host/gaia_oauth_client.h', | 1236 'host/gaia_oauth_client.h', |
| 1235 'host/heartbeat_sender.cc', | 1237 'host/heartbeat_sender.cc', |
| 1236 'host/heartbeat_sender.h', | 1238 'host/heartbeat_sender.h', |
| 1237 'host/host_config.cc', | 1239 'host/host_config.cc', |
| 1238 'host/host_config.h', | 1240 'host/host_config.h', |
| (...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1835 '../base/allocator/allocator.gyp:allocator', | 1837 '../base/allocator/allocator.gyp:allocator', |
| 1836 ], | 1838 ], |
| 1837 }, | 1839 }, |
| 1838 ], | 1840 ], |
| 1839 ], | 1841 ], |
| 1840 }], | 1842 }], |
| 1841 ], # end of 'conditions' | 1843 ], # end of 'conditions' |
| 1842 }, # end of target 'remoting_unittests' | 1844 }, # end of target 'remoting_unittests' |
| 1843 ], # end of targets | 1845 ], # end of targets |
| 1844 } | 1846 } |
| OLD | NEW |