| 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 2265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2276 'host/desktop_session.h', | 2276 'host/desktop_session.h', |
| 2277 'host/desktop_session_agent.cc', | 2277 'host/desktop_session_agent.cc', |
| 2278 'host/desktop_session_agent.h', | 2278 'host/desktop_session_agent.h', |
| 2279 'host/desktop_session_agent_posix.cc', | 2279 'host/desktop_session_agent_posix.cc', |
| 2280 'host/desktop_session_agent_win.cc', | 2280 'host/desktop_session_agent_win.cc', |
| 2281 'host/heartbeat_sender_unittest.cc', | 2281 'host/heartbeat_sender_unittest.cc', |
| 2282 'host/host_change_notification_listener_unittest.cc', | 2282 'host/host_change_notification_listener_unittest.cc', |
| 2283 'host/host_key_pair_unittest.cc', | 2283 'host/host_key_pair_unittest.cc', |
| 2284 'host/host_mock_objects.cc', | 2284 'host/host_mock_objects.cc', |
| 2285 'host/host_mock_objects.h', | 2285 'host/host_mock_objects.h', |
| 2286 'host/ipc_desktop_environment_unittest.cc', |
| 2286 'host/json_host_config_unittest.cc', | 2287 'host/json_host_config_unittest.cc', |
| 2287 'host/linux/x_server_clipboard_unittest.cc', | 2288 'host/linux/x_server_clipboard_unittest.cc', |
| 2288 'host/local_input_monitor_unittest.cc', | 2289 'host/local_input_monitor_unittest.cc', |
| 2289 'host/log_to_server_unittest.cc', | 2290 'host/log_to_server_unittest.cc', |
| 2290 'host/pin_hash_unittest.cc', | 2291 'host/pin_hash_unittest.cc', |
| 2291 'host/policy_hack/fake_policy_watcher.cc', | 2292 'host/policy_hack/fake_policy_watcher.cc', |
| 2292 'host/policy_hack/fake_policy_watcher.h', | 2293 'host/policy_hack/fake_policy_watcher.h', |
| 2293 'host/policy_hack/mock_policy_callback.cc', | 2294 'host/policy_hack/mock_policy_callback.cc', |
| 2294 'host/policy_hack/mock_policy_callback.h', | 2295 'host/policy_hack/mock_policy_callback.h', |
| 2295 'host/policy_hack/policy_watcher_unittest.cc', | 2296 'host/policy_hack/policy_watcher_unittest.cc', |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2409 '../base/allocator/allocator.gyp:allocator', | 2410 '../base/allocator/allocator.gyp:allocator', |
| 2410 ], | 2411 ], |
| 2411 }, | 2412 }, |
| 2412 ], | 2413 ], |
| 2413 ], | 2414 ], |
| 2414 }], # end of 'toolkit_uses_gtk == 1' | 2415 }], # end of 'toolkit_uses_gtk == 1' |
| 2415 ], # end of 'conditions' | 2416 ], # end of 'conditions' |
| 2416 }, # end of target 'remoting_unittests' | 2417 }, # end of target 'remoting_unittests' |
| 2417 ], # end of targets | 2418 ], # end of targets |
| 2418 } | 2419 } |
| OLD | NEW |