| 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 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1201 'host/chromoting_host_context.cc', | 1201 'host/chromoting_host_context.cc', |
| 1202 'host/chromoting_host_context.h', | 1202 'host/chromoting_host_context.h', |
| 1203 'host/client_session.cc', | 1203 'host/client_session.cc', |
| 1204 'host/client_session.h', | 1204 'host/client_session.h', |
| 1205 'host/clipboard.h', | 1205 'host/clipboard.h', |
| 1206 'host/clipboard_linux.cc', | 1206 'host/clipboard_linux.cc', |
| 1207 'host/clipboard_mac.mm', | 1207 'host/clipboard_mac.mm', |
| 1208 'host/clipboard_win.cc', | 1208 'host/clipboard_win.cc', |
| 1209 'host/composite_host_config.cc', | 1209 'host/composite_host_config.cc', |
| 1210 'host/composite_host_config.h', | 1210 'host/composite_host_config.h', |
| 1211 'host/connection_block_checker.cc', |
| 1212 'host/connection_block_checker.h', |
| 1211 'host/constants.cc', | 1213 'host/constants.cc', |
| 1212 'host/constants.h', | 1214 'host/constants.h', |
| 1213 'host/constants_mac.cc', | 1215 'host/constants_mac.cc', |
| 1214 'host/constants_mac.h', | 1216 'host/constants_mac.h', |
| 1215 'host/constants_win.cc', | 1217 'host/constants_win.cc', |
| 1216 'host/continue_window.h', | 1218 'host/continue_window.h', |
| 1217 'host/continue_window_gtk.cc', | 1219 'host/continue_window_gtk.cc', |
| 1218 'host/continue_window_mac.mm', | 1220 'host/continue_window_mac.mm', |
| 1219 'host/continue_window_win.cc', | 1221 'host/continue_window_win.cc', |
| 1220 'host/desktop_environment.cc', | 1222 'host/desktop_environment.cc', |
| (...skipping 614 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 |