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

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

Issue 2891603002: [CRD iOS] Trackpad Input Mode (Closed)
Patch Set: Fix 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/ui/desktop_viewport.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 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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 source_set("ui") { 5 source_set("ui") {
6 sources = [ 6 sources = [
7 "desktop_viewport.cc", 7 "desktop_viewport.cc",
8 "desktop_viewport.h", 8 "desktop_viewport.h",
9 "direct_input_strategy.cc", 9 "direct_input_strategy.cc",
10 "direct_input_strategy.h", 10 "direct_input_strategy.h",
11 "fling_animation.cc", 11 "fling_animation.cc",
12 "fling_animation.h", 12 "fling_animation.h",
13 "fling_tracker.cc", 13 "fling_tracker.cc",
14 "fling_tracker.h", 14 "fling_tracker.h",
15 "gesture_interpreter.cc", 15 "gesture_interpreter.cc",
16 "gesture_interpreter.h", 16 "gesture_interpreter.h",
17 "input_strategy.h", 17 "input_strategy.h",
18 "renderer_proxy.cc", 18 "renderer_proxy.cc",
19 "renderer_proxy.h", 19 "renderer_proxy.h",
20 "trackpad_input_strategy.cc",
21 "trackpad_input_strategy.h",
20 "view_matrix.cc", 22 "view_matrix.cc",
21 "view_matrix.h", 23 "view_matrix.h",
22 ] 24 ]
23 25
24 deps = [ 26 deps = [
25 "//remoting/client/display", 27 "//remoting/client/display",
26 ] 28 ]
27 29
28 public_deps = [ 30 public_deps = [
29 "//remoting/proto", 31 "//remoting/proto",
(...skipping 10 matching lines...) Expand all
40 ] 42 ]
41 43
42 configs += [ "//remoting/build/config:version" ] 44 configs += [ "//remoting/build/config:version" ]
43 45
44 deps = [ 46 deps = [
45 ":ui", 47 ":ui",
46 "//testing/gmock", 48 "//testing/gmock",
47 "//testing/gtest", 49 "//testing/gtest",
48 ] 50 ]
49 } 51 }
OLDNEW
« no previous file with comments | « no previous file | remoting/client/ui/desktop_viewport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698