| 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 1426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1437 'remoting_breakpad', | 1437 'remoting_breakpad', |
| 1438 'remoting_host', | 1438 'remoting_host', |
| 1439 'remoting_host_event_logger', | 1439 'remoting_host_event_logger', |
| 1440 'remoting_jingle_glue', | 1440 'remoting_jingle_glue', |
| 1441 '../base/base.gyp:base', | 1441 '../base/base.gyp:base', |
| 1442 '../base/base.gyp:base_i18n', | 1442 '../base/base.gyp:base_i18n', |
| 1443 '../ipc/ipc.gyp:ipc', | 1443 '../ipc/ipc.gyp:ipc', |
| 1444 '../media/media.gyp:media', | 1444 '../media/media.gyp:media', |
| 1445 '../net/net.gyp:net', | 1445 '../net/net.gyp:net', |
| 1446 ], | 1446 ], |
| 1447 'defines': [ |
| 1448 'VERSION=<(version_full)', |
| 1449 ], |
| 1447 'sources': [ | 1450 'sources': [ |
| 1448 'host/branding.cc', | 1451 'host/branding.cc', |
| 1449 'host/branding.h', | 1452 'host/branding.h', |
| 1450 'host/config_file_watcher.cc', | 1453 'host/config_file_watcher.cc', |
| 1451 'host/config_file_watcher.h', | 1454 'host/config_file_watcher.h', |
| 1452 'host/curtain_mode_mac.h', | 1455 'host/curtain_mode_mac.h', |
| 1453 'host/curtain_mode_mac.cc', | 1456 'host/curtain_mode_mac.cc', |
| 1454 'host/remoting_me2me_host.cc', | 1457 'host/remoting_me2me_host.cc', |
| 1455 'host/usage_stats_consent.h', | 1458 'host/usage_stats_consent.h', |
| 1456 'host/usage_stats_consent_win.cc', | 1459 'host/usage_stats_consent_win.cc', |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1843 '../base/allocator/allocator.gyp:allocator', | 1846 '../base/allocator/allocator.gyp:allocator', |
| 1844 ], | 1847 ], |
| 1845 }, | 1848 }, |
| 1846 ], | 1849 ], |
| 1847 ], | 1850 ], |
| 1848 }], | 1851 }], |
| 1849 ], # end of 'conditions' | 1852 ], # end of 'conditions' |
| 1850 }, # end of target 'remoting_unittests' | 1853 }, # end of target 'remoting_unittests' |
| 1851 ], # end of targets | 1854 ], # end of targets |
| 1852 } | 1855 } |
| OLD | NEW |