| 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 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1215 'host/chromoting_host_context.cc', | 1215 'host/chromoting_host_context.cc', |
| 1216 'host/chromoting_host_context.h', | 1216 'host/chromoting_host_context.h', |
| 1217 'host/client_session.cc', | 1217 'host/client_session.cc', |
| 1218 'host/client_session.h', | 1218 'host/client_session.h', |
| 1219 'host/clipboard.h', | 1219 'host/clipboard.h', |
| 1220 'host/clipboard_linux.cc', | 1220 'host/clipboard_linux.cc', |
| 1221 'host/clipboard_mac.mm', | 1221 'host/clipboard_mac.mm', |
| 1222 'host/clipboard_win.cc', | 1222 'host/clipboard_win.cc', |
| 1223 'host/composite_host_config.cc', | 1223 'host/composite_host_config.cc', |
| 1224 'host/composite_host_config.h', | 1224 'host/composite_host_config.h', |
| 1225 'host/constants.cc', |
| 1225 'host/constants.h', | 1226 'host/constants.h', |
| 1226 'host/constants_mac.cc', | 1227 'host/constants_mac.cc', |
| 1227 'host/constants_mac.h', | 1228 'host/constants_mac.h', |
| 1228 'host/constants_win.cc', | 1229 'host/constants_win.cc', |
| 1229 'host/continue_window.h', | 1230 'host/continue_window.h', |
| 1230 'host/continue_window_gtk.cc', | 1231 'host/continue_window_gtk.cc', |
| 1231 'host/continue_window_mac.mm', | 1232 'host/continue_window_mac.mm', |
| 1232 'host/continue_window_win.cc', | 1233 'host/continue_window_win.cc', |
| 1233 'host/desktop_environment.cc', | 1234 'host/desktop_environment.cc', |
| 1234 'host/desktop_environment.h', | 1235 'host/desktop_environment.h', |
| (...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1845 '../base/allocator/allocator.gyp:allocator', | 1846 '../base/allocator/allocator.gyp:allocator', |
| 1846 ], | 1847 ], |
| 1847 }, | 1848 }, |
| 1848 ], | 1849 ], |
| 1849 ], | 1850 ], |
| 1850 }], | 1851 }], |
| 1851 ], # end of 'conditions' | 1852 ], # end of 'conditions' |
| 1852 }, # end of target 'remoting_unittests' | 1853 }, # end of target 'remoting_unittests' |
| 1853 ], # end of targets | 1854 ], # end of targets |
| 1854 } | 1855 } |
| OLD | NEW |