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 |
11 'remoting_audio': 0, | 11 'remoting_audio%': 0, |
12 'remoting_multi_process%': 0, | 12 'remoting_multi_process%': 0, |
13 | 13 |
14 # Use consistent strings across all platforms. Note that the plugin name | 14 # Use consistent strings across all platforms. Note that the plugin name |
15 # is brand-dependent and is defined further down. | 15 # is brand-dependent and is defined further down. |
16 # Must match host/plugin/constants.h | 16 # Must match host/plugin/constants.h |
17 'host_plugin_mime_type': 'application/vnd.chromium.remoting-host', | 17 'host_plugin_mime_type': 'application/vnd.chromium.remoting-host', |
18 'host_plugin_description': 'Allow another user to access your computer secur
ely over the Internet.', | 18 'host_plugin_description': 'Allow another user to access your computer secur
ely over the Internet.', |
19 | 19 |
20 # The version is composed from major & minor versions specific to remoting | 20 # The version is composed from major & minor versions specific to remoting |
21 # and build & patch versions inherited from Chrome. | 21 # and build & patch versions inherited from Chrome. |
(...skipping 1835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1857 '../base/allocator/allocator.gyp:allocator', | 1857 '../base/allocator/allocator.gyp:allocator', |
1858 ], | 1858 ], |
1859 }, | 1859 }, |
1860 ], | 1860 ], |
1861 ], | 1861 ], |
1862 }], | 1862 }], |
1863 ], # end of 'conditions' | 1863 ], # end of 'conditions' |
1864 }, # end of target 'remoting_unittests' | 1864 }, # end of target 'remoting_unittests' |
1865 ], # end of targets | 1865 ], # end of targets |
1866 } | 1866 } |
OLD | NEW |