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

Side by Side Diff: remoting/client/BUILD.gn

Issue 2856933007: [Remoting iOS] Basic viewport manipulation support (Closed)
Patch Set: Move the delegate getter/setting to the bottom Created 3 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 | « no previous file | remoting/client/gesture_interpreter.h » ('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 static_library("client") { 5 static_library("client") {
6 # Disabled the source filters because there are _mac files that need to 6 # Disabled the source filters because there are _mac files that need to
7 # be compiled on all platforms. 7 # be compiled on all platforms.
8 set_sources_assignment_filter([]) 8 set_sources_assignment_filter([])
9 9
10 sources = [ 10 sources = [
(...skipping 11 matching lines...) Expand all
22 "connect_to_host_info.cc", 22 "connect_to_host_info.cc",
23 "connect_to_host_info.h", 23 "connect_to_host_info.h",
24 "cursor_shape_stub_proxy.cc", 24 "cursor_shape_stub_proxy.cc",
25 "cursor_shape_stub_proxy.h", 25 "cursor_shape_stub_proxy.h",
26 "desktop_viewport.cc", 26 "desktop_viewport.cc",
27 "desktop_viewport.h", 27 "desktop_viewport.h",
28 "dual_buffer_frame_consumer.cc", 28 "dual_buffer_frame_consumer.cc",
29 "dual_buffer_frame_consumer.h", 29 "dual_buffer_frame_consumer.h",
30 "empty_cursor_filter.cc", 30 "empty_cursor_filter.cc",
31 "empty_cursor_filter.h", 31 "empty_cursor_filter.h",
32 "gesture_interpreter.cc",
33 "gesture_interpreter.h",
32 "host_experiment_sender.cc", 34 "host_experiment_sender.cc",
33 "host_experiment_sender.h", 35 "host_experiment_sender.h",
34 "key_event_mapper.cc", 36 "key_event_mapper.cc",
35 "key_event_mapper.h", 37 "key_event_mapper.h",
36 "native_device_keymap.cc", 38 "native_device_keymap.cc",
37 "native_device_keymap.h", 39 "native_device_keymap.h",
38 "normalizing_input_filter_cros.cc", 40 "normalizing_input_filter_cros.cc",
39 "normalizing_input_filter_cros.h", 41 "normalizing_input_filter_cros.h",
40 "normalizing_input_filter_mac.cc", 42 "normalizing_input_filter_mac.cc",
41 "normalizing_input_filter_mac.h", 43 "normalizing_input_filter_mac.h",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 ] 128 ]
127 129
128 deps = [ 130 deps = [
129 ":client", 131 ":client",
130 "//remoting/proto", 132 "//remoting/proto",
131 "//testing/gmock", 133 "//testing/gmock",
132 "//testing/gtest", 134 "//testing/gtest",
133 "//third_party/webrtc/base:rtc_base_approved", 135 "//third_party/webrtc/base:rtc_base_approved",
134 ] 136 ]
135 } 137 }
OLDNEW
« no previous file with comments | « no previous file | remoting/client/gesture_interpreter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698