| 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 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 2195         'host/desktop_session.h', | 2195         'host/desktop_session.h', | 
| 2196         'host/desktop_session_agent.cc', | 2196         'host/desktop_session_agent.cc', | 
| 2197         'host/desktop_session_agent.h', | 2197         'host/desktop_session_agent.h', | 
| 2198         'host/desktop_session_agent_posix.cc', | 2198         'host/desktop_session_agent_posix.cc', | 
| 2199         'host/desktop_session_agent_win.cc', | 2199         'host/desktop_session_agent_win.cc', | 
| 2200         'host/heartbeat_sender_unittest.cc', | 2200         'host/heartbeat_sender_unittest.cc', | 
| 2201         'host/host_change_notification_listener_unittest.cc', | 2201         'host/host_change_notification_listener_unittest.cc', | 
| 2202         'host/host_key_pair_unittest.cc', | 2202         'host/host_key_pair_unittest.cc', | 
| 2203         'host/host_mock_objects.cc', | 2203         'host/host_mock_objects.cc', | 
| 2204         'host/host_mock_objects.h', | 2204         'host/host_mock_objects.h', | 
|  | 2205         'host/ipc_desktop_environment_unittest.cc', | 
| 2205         'host/json_host_config_unittest.cc', | 2206         'host/json_host_config_unittest.cc', | 
| 2206         'host/linux/x_server_clipboard_unittest.cc', | 2207         'host/linux/x_server_clipboard_unittest.cc', | 
| 2207         'host/local_input_monitor_unittest.cc', | 2208         'host/local_input_monitor_unittest.cc', | 
| 2208         'host/log_to_server_unittest.cc', | 2209         'host/log_to_server_unittest.cc', | 
| 2209         'host/pin_hash_unittest.cc', | 2210         'host/pin_hash_unittest.cc', | 
| 2210         'host/policy_hack/fake_policy_watcher.cc', | 2211         'host/policy_hack/fake_policy_watcher.cc', | 
| 2211         'host/policy_hack/fake_policy_watcher.h', | 2212         'host/policy_hack/fake_policy_watcher.h', | 
| 2212         'host/policy_hack/mock_policy_callback.cc', | 2213         'host/policy_hack/mock_policy_callback.cc', | 
| 2213         'host/policy_hack/mock_policy_callback.h', | 2214         'host/policy_hack/mock_policy_callback.h', | 
| 2214         'host/policy_hack/policy_watcher_unittest.cc', | 2215         'host/policy_hack/policy_watcher_unittest.cc', | 
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 2327                   '../base/allocator/allocator.gyp:allocator', | 2328                   '../base/allocator/allocator.gyp:allocator', | 
| 2328                 ], | 2329                 ], | 
| 2329               }, | 2330               }, | 
| 2330             ], | 2331             ], | 
| 2331           ], | 2332           ], | 
| 2332         }],  # end of 'toolkit_uses_gtk == 1' | 2333         }],  # end of 'toolkit_uses_gtk == 1' | 
| 2333       ],  # end of 'conditions' | 2334       ],  # end of 'conditions' | 
| 2334     },  # end of target 'remoting_unittests' | 2335     },  # end of target 'remoting_unittests' | 
| 2335   ],  # end of targets | 2336   ],  # end of targets | 
| 2336 } | 2337 } | 
| OLD | NEW | 
|---|