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 # Use consistent strings across all platforms. Note that the plugin name | 10 # Use consistent strings across all platforms. Note that the plugin name |
(...skipping 1489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1500 'jingle_glue/xmpp_signal_strategy.h', | 1500 'jingle_glue/xmpp_signal_strategy.h', |
1501 'jingle_glue/xmpp_socket_adapter.cc', | 1501 'jingle_glue/xmpp_socket_adapter.cc', |
1502 'jingle_glue/xmpp_socket_adapter.h', | 1502 'jingle_glue/xmpp_socket_adapter.h', |
1503 ], | 1503 ], |
1504 }, # end of target 'remoting_jingle_glue' | 1504 }, # end of target 'remoting_jingle_glue' |
1505 | 1505 |
1506 { | 1506 { |
1507 'target_name': 'remoting_protocol', | 1507 'target_name': 'remoting_protocol', |
1508 'type': 'static_library', | 1508 'type': 'static_library', |
1509 'variables': { 'enable_wexit_time_destructors': 1, }, | 1509 'variables': { 'enable_wexit_time_destructors': 1, }, |
1510 'defines': [ | |
1511 'ENABLE_AUDIO=0', | |
Sergey Ulanov
2012/07/23 22:17:48
ENABLE_REMOTING_AUDIO
Sergey Ulanov
2012/07/23 22:17:48
It's preferred to define ENABLE_AUDIO=1 when it's
kxing
2012/07/24 15:02:16
Done.
kxing
2012/07/24 15:02:16
Done.
| |
1512 ], | |
1510 'dependencies': [ | 1513 'dependencies': [ |
1511 'remoting_base', | 1514 'remoting_base', |
1512 'remoting_jingle_glue', | 1515 'remoting_jingle_glue', |
1513 '../crypto/crypto.gyp:crypto', | 1516 '../crypto/crypto.gyp:crypto', |
1514 '../jingle/jingle.gyp:jingle_glue', | 1517 '../jingle/jingle.gyp:jingle_glue', |
1515 '../net/net.gyp:net', | 1518 '../net/net.gyp:net', |
1516 ], | 1519 ], |
1517 'export_dependent_settings': [ | 1520 'export_dependent_settings': [ |
1518 'remoting_jingle_glue', | 1521 'remoting_jingle_glue', |
1519 ], | 1522 ], |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1777 '../base/allocator/allocator.gyp:allocator', | 1780 '../base/allocator/allocator.gyp:allocator', |
1778 ], | 1781 ], |
1779 }, | 1782 }, |
1780 ], | 1783 ], |
1781 ], | 1784 ], |
1782 }], | 1785 }], |
1783 ], # end of 'conditions' | 1786 ], # end of 'conditions' |
1784 }, # end of target 'remoting_unittests' | 1787 }, # end of target 'remoting_unittests' |
1785 ], # end of targets | 1788 ], # end of targets |
1786 } | 1789 } |
OLD | NEW |