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

Side by Side Diff: remoting/remoting_host_srcs.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: Address feedback (wez) 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
« no previous file with comments | « remoting/remoting_host.gypi ('k') | remoting/remoting_test.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'remoting_host_sources': [ 7 'remoting_host_sources': [
8 'host/audio_capturer.cc', 8 'host/audio_capturer.cc',
9 'host/audio_capturer.h', 9 'host/audio_capturer.h',
10 'host/audio_capturer_linux.cc', 10 'host/audio_capturer_linux.cc',
(...skipping 12 matching lines...) Expand all
23 'host/capture_scheduler.cc', 23 'host/capture_scheduler.cc',
24 'host/capture_scheduler.h', 24 'host/capture_scheduler.h',
25 'host/chromeos/aura_desktop_capturer.cc', 25 'host/chromeos/aura_desktop_capturer.cc',
26 'host/chromeos/aura_desktop_capturer.h', 26 'host/chromeos/aura_desktop_capturer.h',
27 'host/chromeos/clipboard_aura.cc', 27 'host/chromeos/clipboard_aura.cc',
28 'host/chromeos/clipboard_aura.h', 28 'host/chromeos/clipboard_aura.h',
29 'host/chromeos/message_box.cc', 29 'host/chromeos/message_box.cc',
30 'host/chromeos/message_box.h', 30 'host/chromeos/message_box.h',
31 'host/chromeos/mouse_cursor_monitor_aura.cc', 31 'host/chromeos/mouse_cursor_monitor_aura.cc',
32 'host/chromeos/mouse_cursor_monitor_aura.h', 32 'host/chromeos/mouse_cursor_monitor_aura.h',
33 'host/chromeos/point_transformer.cc',
34 'host/chromeos/point_transformer.h',
33 'host/chromeos/skia_bitmap_desktop_frame.cc', 35 'host/chromeos/skia_bitmap_desktop_frame.cc',
34 'host/chromeos/skia_bitmap_desktop_frame.h', 36 'host/chromeos/skia_bitmap_desktop_frame.h',
35 'host/chromium_port_allocator_factory.cc', 37 'host/chromium_port_allocator_factory.cc',
36 'host/chromium_port_allocator_factory.h', 38 'host/chromium_port_allocator_factory.h',
37 'host/chromoting_host.cc', 39 'host/chromoting_host.cc',
38 'host/chromoting_host.h', 40 'host/chromoting_host.h',
39 'host/chromoting_host_context.cc', 41 'host/chromoting_host_context.cc',
40 'host/chromoting_host_context.h', 42 'host/chromoting_host_context.h',
41 'host/chromoting_messages.cc', 43 'host/chromoting_messages.cc',
42 'host/chromoting_messages.h', 44 'host/chromoting_messages.h',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'host/cast_video_capturer_adapter.h', 264 'host/cast_video_capturer_adapter.h',
263 ], 265 ],
264 'remoting_it2me_host_static_sources' : [ 266 'remoting_it2me_host_static_sources' : [
265 'host/it2me/it2me_host.cc', 267 'host/it2me/it2me_host.cc',
266 'host/it2me/it2me_host.h', 268 'host/it2me/it2me_host.h',
267 'host/it2me/it2me_native_messaging_host.cc', 269 'host/it2me/it2me_native_messaging_host.cc',
268 'host/it2me/it2me_native_messaging_host.h', 270 'host/it2me/it2me_native_messaging_host.h',
269 ], 271 ],
270 } 272 }
271 } 273 }
OLDNEW
« no previous file with comments | « remoting/remoting_host.gypi ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698