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

Side by Side Diff: remoting/remoting_host.gypi

Issue 1943603002: Makes ash/wm/common a library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge again Created 4 years, 7 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 | « components/exo.gypi ('k') | 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_enable.gypi', 7 'remoting_enable.gypi',
8 ], 8 ],
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'host/curtain_mode_linux.cc', 98 'host/curtain_mode_linux.cc',
99 'host/disconnect_window_linux.cc', 99 'host/disconnect_window_linux.cc',
100 'host/linux/x_server_clipboard.cc', 100 'host/linux/x_server_clipboard.cc',
101 'host/linux/x_server_clipboard.h', 101 'host/linux/x_server_clipboard.h',
102 'host/local_input_monitor_x11.cc', 102 'host/local_input_monitor_x11.cc',
103 ], 103 ],
104 'conditions': [ 104 'conditions': [
105 ['use_ash==1', { 105 ['use_ash==1', {
106 'dependencies': [ 106 'dependencies': [
107 '../ash/ash.gyp:ash', 107 '../ash/ash.gyp:ash',
108 '../ash/wm/common/ash_wm_common.gyp:ash_wm_common',
108 ], 109 ],
109 }], 110 }],
110 ['use_ozone==0', { 111 ['use_ozone==0', {
111 'sources!': [ 112 'sources!': [
112 'host/input_injector_chromeos.cc', 113 'host/input_injector_chromeos.cc',
113 'host/input_injector_chromeos.h', 114 'host/input_injector_chromeos.h',
114 ], 115 ],
115 }, { # use_ozone==1 116 }, { # use_ozone==1
116 'dependencies' : [ 117 'dependencies' : [
117 '../ui/ozone/ozone.gyp:ozone', 118 '../ui/ozone/ozone.gyp:ozone',
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 # Dummy target for chromeos==1 723 # Dummy target for chromeos==1
723 'target_name': 'remoting_it2me_native_messaging_host', 724 'target_name': 'remoting_it2me_native_messaging_host',
724 'type': 'executable', 725 'type': 'executable',
725 }, 726 },
726 ], # targets 727 ], # targets
727 }], # end of chromeos==0 728 }], # end of chromeos==0
728 ], # end of conditions 729 ], # end of conditions
729 }], # end of OS!="win" and enable_remoting_host==1 730 }], # end of OS!="win" and enable_remoting_host==1
730 ], # end of 'conditions' 731 ], # end of 'conditions'
731 } 732 }
OLDNEW
« no previous file with comments | « components/exo.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698