Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Side by Side Diff: remoting/remoting.gyp

Issue 2185693003: Adding an It2Me host binary which is uiaccess enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@elevated
Patch Set: Merging! Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/host/win/version.rc.jinja2 ('k') | remoting/remoting_host_win.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « remoting/host/win/version.rc.jinja2 ('k') | remoting/remoting_host_win.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698