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

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

Issue 1288063004: Simplify FrameConsumer interface. Remove FrameProducer interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/frame_consumer.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 import("//remoting/remoting_srcs.gni") 5 import("//remoting/remoting_srcs.gni")
6 6
7 source_set("client") { 7 source_set("client") {
8 sources = rebase_path(remoting_srcs_gypi_values.remoting_client_sources, 8 sources = rebase_path(remoting_srcs_gypi_values.remoting_client_sources,
9 ".", 9 ".",
10 "//remoting") 10 "//remoting")
(...skipping 16 matching lines...) Expand all
27 testonly = true 27 testonly = true
28 28
29 sources = [ 29 sources = [
30 "audio_player_unittest.cc", 30 "audio_player_unittest.cc",
31 "client_status_logger_unittest.cc", 31 "client_status_logger_unittest.cc",
32 "empty_cursor_filter_unittest.cc", 32 "empty_cursor_filter_unittest.cc",
33 "key_event_mapper_unittest.cc", 33 "key_event_mapper_unittest.cc",
34 "normalizing_input_filter_cros_unittest.cc", 34 "normalizing_input_filter_cros_unittest.cc",
35 "normalizing_input_filter_mac_unittest.cc", 35 "normalizing_input_filter_mac_unittest.cc",
36 "server_log_entry_client_unittest.cc", 36 "server_log_entry_client_unittest.cc",
37 "software_video_renderer_unittest.cc",
37 "touch_input_scaler_unittest.cc", 38 "touch_input_scaler_unittest.cc",
38 ] 39 ]
39 40
40 configs += [ "//remoting:version" ] 41 configs += [ "//remoting:version" ]
41 42
42 deps = [ 43 deps = [
43 ":client", 44 ":client",
44 "//remoting/proto", 45 "//remoting/proto",
45 "//testing/gmock", 46 "//testing/gmock",
46 "//testing/gtest", 47 "//testing/gtest",
47 "//third_party/webrtc", 48 "//third_party/webrtc",
48 ] 49 ]
49 } 50 }
OLDNEW
« no previous file with comments | « no previous file | remoting/client/frame_consumer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698