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

Side by Side Diff: remoting/remoting_host.gypi

Issue 756643006: Remote assistance on Chrome OS Part IX - Input injection on Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Ozone_input_injection
Patch Set: Add UsbCode to DomCode API Created 6 years 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
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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 ], 112 ],
113 'conditions': [ 113 'conditions': [
114 ['use_ozone==0', { 114 ['use_ozone==0', {
115 'sources!': [ 115 'sources!': [
116 'host/input_injector_chromeos.cc', 116 'host/input_injector_chromeos.cc',
117 'host/input_injector_chromeos.h', 117 'host/input_injector_chromeos.h',
118 'host/local_input_monitor_chromeos.cc', 118 'host/local_input_monitor_chromeos.cc',
119 'host/chromeos/mouse_cursor_monitor_aura.cc', 119 'host/chromeos/mouse_cursor_monitor_aura.cc',
120 'host/chromeos/mouse_cursor_monitor_aura.h', 120 'host/chromeos/mouse_cursor_monitor_aura.h',
121 ], 121 ],
122 }, { # use_ozone = 1
123 'sources!': [
124 'host/display_rotation_filter.cc',
125 ],
122 }], 126 }],
123 ], 127 ],
124 }], 128 }],
125 ['OS=="mac"', { 129 ['OS=="mac"', {
126 'dependencies': [ 130 'dependencies': [
127 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gy p:google_toolbox_for_mac', 131 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gy p:google_toolbox_for_mac',
128 ], 132 ],
129 'link_settings': { 133 'link_settings': {
130 'libraries': [ 134 'libraries': [
131 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 135 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 }], # mac_breakpad==1 724 }], # mac_breakpad==1
721 ], # conditions 725 ], # conditions
722 }], # OS=mac 726 }], # OS=mac
723 ], 727 ],
724 }, # end of target 'remoting_it2me_native_messaging_host' 728 }, # end of target 'remoting_it2me_native_messaging_host'
725 ], # end of 'targets' 729 ], # end of 'targets'
726 }], # # end of OS!="win" and enable_it2me_host==1 730 }], # # end of OS!="win" and enable_it2me_host==1
727 731
728 ], # end of 'conditions' 732 ], # end of 'conditions'
729 } 733 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698