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 | 7 |
8 'branding_path': '../remoting/branding_<(branding)', | 8 'branding_path': '../remoting/branding_<(branding)', |
9 | 9 |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 | 44 |
45 'target_defaults': { | 45 'target_defaults': { |
46 'defines': [ | 46 'defines': [ |
47 'BINARY_CORE=1', | 47 'BINARY_CORE=1', |
48 'BINARY_DESKTOP=2', | 48 'BINARY_DESKTOP=2', |
49 'BINARY_HOST_ME2ME=3', | 49 'BINARY_HOST_ME2ME=3', |
50 'BINARY_NATIVE_MESSAGING_HOST=4', | 50 'BINARY_NATIVE_MESSAGING_HOST=4', |
51 'BINARY_REMOTE_ASSISTANCE_HOST=5', | 51 'BINARY_REMOTE_ASSISTANCE_HOST=5', |
52 'BINARY_REMOTE_SECURITY_KEY=6', | 52 'BINARY_REMOTE_SECURITY_KEY=6', |
53 'BINARY_REMOTING_START_HOST=7', | 53 'BINARY_REMOTING_START_HOST=7', |
| 54 'BINARY_HOST_IT2ME_UIACCESS=8', |
54 ], | 55 ], |
55 'include_dirs': [ | 56 'include_dirs': [ |
56 '..', # Root of Chrome checkout | 57 '..', # Root of Chrome checkout |
57 ], | 58 ], |
58 'variables': { | 59 'variables': { |
59 'win_debug_RuntimeChecks': '0', | 60 'win_debug_RuntimeChecks': '0', |
60 }, | 61 }, |
61 'conditions': [ | 62 'conditions': [ |
62 ['OS=="mac" and mac_breakpad==1', { | 63 ['OS=="mac" and mac_breakpad==1', { |
63 'defines': [ | 64 'defines': [ |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 'dependencies': [ | 260 'dependencies': [ |
260 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', | 261 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', |
261 '../third_party/webrtc/libjingle/xmllite/xmllite.gyp:rtc_xmllite', | 262 '../third_party/webrtc/libjingle/xmllite/xmllite.gyp:rtc_xmllite', |
262 '../third_party/webrtc/libjingle/xmpp/xmpp.gyp:rtc_xmpp', | 263 '../third_party/webrtc/libjingle/xmpp/xmpp.gyp:rtc_xmpp', |
263 ], | 264 ], |
264 }], | 265 }], |
265 ], | 266 ], |
266 }, # end of target 'remoting_protocol' | 267 }, # end of target 'remoting_protocol' |
267 ], # end of targets | 268 ], # end of targets |
268 } | 269 } |
OLD | NEW |