| 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 1557 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1568         'host/host_config.cc', | 1568         'host/host_config.cc', | 
| 1569         'host/host_config.h', | 1569         'host/host_config.h', | 
| 1570         'host/host_exit_codes.h', | 1570         'host/host_exit_codes.h', | 
| 1571         'host/host_key_pair.cc', | 1571         'host/host_key_pair.cc', | 
| 1572         'host/host_key_pair.h', | 1572         'host/host_key_pair.h', | 
| 1573         'host/host_port_allocator.cc', | 1573         'host/host_port_allocator.cc', | 
| 1574         'host/host_port_allocator.h', | 1574         'host/host_port_allocator.h', | 
| 1575         'host/host_secret.cc', | 1575         'host/host_secret.cc', | 
| 1576         'host/host_secret.h', | 1576         'host/host_secret.h', | 
| 1577         'host/host_status_observer.h', | 1577         'host/host_status_observer.h', | 
|  | 1578         'host/host_status_service.cc', | 
|  | 1579         'host/host_status_service.h', | 
| 1578         'host/host_user_interface.cc', | 1580         'host/host_user_interface.cc', | 
| 1579         'host/host_user_interface.h', | 1581         'host/host_user_interface.h', | 
| 1580         'host/in_memory_host_config.cc', | 1582         'host/in_memory_host_config.cc', | 
| 1581         'host/in_memory_host_config.h', | 1583         'host/in_memory_host_config.h', | 
| 1582         'host/ipc_constants.cc', | 1584         'host/ipc_constants.cc', | 
| 1583         'host/ipc_constants.h', | 1585         'host/ipc_constants.h', | 
| 1584         'host/ipc_desktop_environment_factory.cc', | 1586         'host/ipc_desktop_environment_factory.cc', | 
| 1585         'host/ipc_desktop_environment_factory.h', | 1587         'host/ipc_desktop_environment_factory.h', | 
| 1586         'host/ipc_desktop_environment.cc', | 1588         'host/ipc_desktop_environment.cc', | 
| 1587         'host/ipc_desktop_environment.h', | 1589         'host/ipc_desktop_environment.h', | 
| (...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 2265                   '../base/allocator/allocator.gyp:allocator', | 2267                   '../base/allocator/allocator.gyp:allocator', | 
| 2266                 ], | 2268                 ], | 
| 2267               }, | 2269               }, | 
| 2268             ], | 2270             ], | 
| 2269           ], | 2271           ], | 
| 2270         }],  # end of 'toolkit_uses_gtk == 1' | 2272         }],  # end of 'toolkit_uses_gtk == 1' | 
| 2271       ],  # end of 'conditions' | 2273       ],  # end of 'conditions' | 
| 2272     },  # end of target 'remoting_unittests' | 2274     },  # end of target 'remoting_unittests' | 
| 2273   ],  # end of targets | 2275   ],  # end of targets | 
| 2274 } | 2276 } | 
| OLD | NEW | 
|---|