| 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 1337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1348 'host/disconnect_window_mac.mm', | 1348 'host/disconnect_window_mac.mm', |
| 1349 'host/disconnect_window_win.cc', | 1349 'host/disconnect_window_win.cc', |
| 1350 'host/dns_blackhole_checker.cc', | 1350 'host/dns_blackhole_checker.cc', |
| 1351 'host/dns_blackhole_checker.h', | 1351 'host/dns_blackhole_checker.h', |
| 1352 'host/event_executor.h', | 1352 'host/event_executor.h', |
| 1353 'host/event_executor_linux.cc', | 1353 'host/event_executor_linux.cc', |
| 1354 'host/event_executor_mac.cc', | 1354 'host/event_executor_mac.cc', |
| 1355 'host/event_executor_win.cc', | 1355 'host/event_executor_win.cc', |
| 1356 'host/gaia_oauth_client.cc', | 1356 'host/gaia_oauth_client.cc', |
| 1357 'host/gaia_oauth_client.h', | 1357 'host/gaia_oauth_client.h', |
| 1358 'host/gaia_user_email_fetcher.cc', |
| 1359 'host/gaia_user_email_fetcher.h', |
| 1358 'host/heartbeat_sender.cc', | 1360 'host/heartbeat_sender.cc', |
| 1359 'host/heartbeat_sender.h', | 1361 'host/heartbeat_sender.h', |
| 1360 'host/host_config.cc', | 1362 'host/host_config.cc', |
| 1361 'host/host_config.h', | 1363 'host/host_config.h', |
| 1362 'host/host_exit_codes.h', | 1364 'host/host_exit_codes.h', |
| 1363 'host/host_key_pair.cc', | 1365 'host/host_key_pair.cc', |
| 1364 'host/host_key_pair.h', | 1366 'host/host_key_pair.h', |
| 1365 'host/host_port_allocator.cc', | 1367 'host/host_port_allocator.cc', |
| 1366 'host/host_port_allocator.h', | 1368 'host/host_port_allocator.h', |
| 1367 'host/host_secret.cc', | 1369 'host/host_secret.cc', |
| (...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1987 '../base/allocator/allocator.gyp:allocator', | 1989 '../base/allocator/allocator.gyp:allocator', |
| 1988 ], | 1990 ], |
| 1989 }, | 1991 }, |
| 1990 ], | 1992 ], |
| 1991 ], | 1993 ], |
| 1992 }], | 1994 }], |
| 1993 ], # end of 'conditions' | 1995 ], # end of 'conditions' |
| 1994 }, # end of target 'remoting_unittests' | 1996 }, # end of target 'remoting_unittests' |
| 1995 ], # end of targets | 1997 ], # end of targets |
| 1996 } | 1998 } |
| OLD | NEW |