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

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

Issue 2879743002: [CRD iOS] Hook the touch input feedback (Closed)
Patch Set: Rebase 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
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",
19 "renderer_proxy.h",
18 "view_matrix.cc", 20 "view_matrix.cc",
19 "view_matrix.h", 21 "view_matrix.h",
20 ] 22 ]
21 23
22 public_deps = [ 24 public_deps = [
23 "//remoting/proto", 25 "//remoting/proto",
24 "//third_party/webrtc/base:rtc_base_approved", 26 "//third_party/webrtc/base:rtc_base_approved",
25 ] 27 ]
26 } 28 }
27 29
28 source_set("unit_tests") { 30 source_set("unit_tests") {
29 testonly = true 31 testonly = true
30 32
31 sources = [ 33 sources = [
32 "desktop_viewport_unittest.cc", 34 "desktop_viewport_unittest.cc",
33 "fling_animation_unittest.cc", 35 "fling_animation_unittest.cc",
34 ] 36 ]
35 37
36 configs += [ "//remoting/build/config:version" ] 38 configs += [ "//remoting/build/config:version" ]
37 39
38 deps = [ 40 deps = [
39 ":ui", 41 ":ui",
40 "//testing/gmock", 42 "//testing/gmock",
41 "//testing/gtest", 43 "//testing/gtest",
42 ] 44 ]
43 } 45 }
OLDNEW
« no previous file with comments | « no previous file | remoting/client/ui/direct_input_strategy.h » ('j') | remoting/client/ui/input_strategy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698