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

Side by Side Diff: remoting/remoting_host.gypi

Issue 217133007: Fix remoting dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 'includes': [ 6 'includes': [
7 'remoting_host_linux.gypi', 7 'remoting_host_linux.gypi',
8 'remoting_host_mac.gypi', 8 'remoting_host_mac.gypi',
9 'remoting_host_win.gypi', 9 'remoting_host_win.gypi',
10 ], 10 ],
(...skipping 13 matching lines...) Expand all
24 ['enable_remoting_host==1', { 24 ['enable_remoting_host==1', {
25 'targets': [ 25 'targets': [
26 { 26 {
27 'target_name': 'remoting_host', 27 'target_name': 'remoting_host',
28 'type': 'static_library', 28 'type': 'static_library',
29 'variables': { 'enable_wexit_time_destructors': 1, }, 29 'variables': { 'enable_wexit_time_destructors': 1, },
30 'dependencies': [ 30 'dependencies': [
31 'remoting_base', 31 'remoting_base',
32 'remoting_protocol', 32 'remoting_protocol',
33 'remoting_resources', 33 'remoting_resources',
34 '../base/base.gyp:base_i18n',
34 '../crypto/crypto.gyp:crypto', 35 '../crypto/crypto.gyp:crypto',
35 '../google_apis/google_apis.gyp:google_apis', 36 '../google_apis/google_apis.gyp:google_apis',
36 '../ipc/ipc.gyp:ipc', 37 '../ipc/ipc.gyp:ipc',
37 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 38 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
38 '../ui/events/events.gyp:dom4_keycode_converter', 39 '../ui/events/events.gyp:dom4_keycode_converter',
39 ], 40 ],
40 'defines': [ 41 'defines': [
41 'VERSION=<(version_full)', 42 'VERSION=<(version_full)',
42 ], 43 ],
43 'sources': [ 44 'sources': [
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 }], # mac_breakpad==1 934 }], # mac_breakpad==1
934 ], # conditions 935 ], # conditions
935 }], # OS=mac 936 }], # OS=mac
936 ], 937 ],
937 }, # end of target 'remoting_it2me_native_messaging_host' 938 }, # end of target 'remoting_it2me_native_messaging_host'
938 ], # end of 'targets' 939 ], # end of 'targets'
939 }], # OS!="win" 940 }], # OS!="win"
940 941
941 ], # end of 'conditions' 942 ], # end of 'conditions'
942 } 943 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698