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 1531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1542 { | 1542 { |
1543 'target_name': 'remoting_simple_host', | 1543 'target_name': 'remoting_simple_host', |
1544 'type': 'executable', | 1544 'type': 'executable', |
1545 'variables': { 'enable_wexit_time_destructors': 1, }, | 1545 'variables': { 'enable_wexit_time_destructors': 1, }, |
1546 'dependencies': [ | 1546 'dependencies': [ |
1547 'remoting_base', | 1547 'remoting_base', |
1548 'remoting_host', | 1548 'remoting_host', |
1549 'remoting_jingle_glue', | 1549 'remoting_jingle_glue', |
1550 '../base/base.gyp:base', | 1550 '../base/base.gyp:base', |
1551 '../base/base.gyp:base_i18n', | 1551 '../base/base.gyp:base_i18n', |
| 1552 '../crypto/crypto.gyp:crypto', |
1552 '../media/media.gyp:media', | 1553 '../media/media.gyp:media', |
1553 '../net/net.gyp:net', | 1554 '../net/net.gyp:net', |
1554 ], | 1555 ], |
1555 'sources': [ | 1556 'sources': [ |
1556 'host/simple_host_process.cc', | 1557 'host/simple_host_process.cc', |
1557 ], | 1558 ], |
1558 }, # end of target 'remoting_simple_host' | 1559 }, # end of target 'remoting_simple_host' |
1559 | 1560 |
1560 { | 1561 { |
1561 'target_name': 'remoting_me2me_host', | 1562 'target_name': 'remoting_me2me_host', |
1562 'type': 'executable', | 1563 'type': 'executable', |
1563 'variables': { 'enable_wexit_time_destructors': 1, }, | 1564 'variables': { 'enable_wexit_time_destructors': 1, }, |
1564 'dependencies': [ | 1565 'dependencies': [ |
1565 'remoting_base', | 1566 'remoting_base', |
1566 'remoting_breakpad', | 1567 'remoting_breakpad', |
1567 'remoting_host', | 1568 'remoting_host', |
1568 'remoting_host_event_logger', | 1569 'remoting_host_event_logger', |
1569 'remoting_jingle_glue', | 1570 'remoting_jingle_glue', |
1570 '../base/base.gyp:base', | 1571 '../base/base.gyp:base', |
1571 '../base/base.gyp:base_i18n', | 1572 '../base/base.gyp:base_i18n', |
| 1573 '../crypto/crypto.gyp:crypto', |
1572 '../google_apis/google_apis.gyp:google_apis', | 1574 '../google_apis/google_apis.gyp:google_apis', |
1573 '../ipc/ipc.gyp:ipc', | 1575 '../ipc/ipc.gyp:ipc', |
1574 '../media/media.gyp:media', | 1576 '../media/media.gyp:media', |
1575 '../net/net.gyp:net', | 1577 '../net/net.gyp:net', |
1576 ], | 1578 ], |
1577 'defines': [ | 1579 'defines': [ |
1578 'VERSION=<(version_full)', | 1580 'VERSION=<(version_full)', |
1579 ], | 1581 ], |
1580 'sources': [ | 1582 'sources': [ |
1581 'host/branding.cc', | 1583 'host/branding.cc', |
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1990 '../base/allocator/allocator.gyp:allocator', | 1992 '../base/allocator/allocator.gyp:allocator', |
1991 ], | 1993 ], |
1992 }, | 1994 }, |
1993 ], | 1995 ], |
1994 ], | 1996 ], |
1995 }], | 1997 }], |
1996 ], # end of 'conditions' | 1998 ], # end of 'conditions' |
1997 }, # end of target 'remoting_unittests' | 1999 }, # end of target 'remoting_unittests' |
1998 ], # end of targets | 2000 ], # end of targets |
1999 } | 2001 } |
OLD | NEW |