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

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

Issue 1559933003: Pass VideoRenderer interface to ConnectionToHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_frame_consumer
Patch Set: Created 4 years, 11 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 | « remoting/client/chromoting_client.cc ('k') | remoting/protocol/connection_to_host.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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//remoting/remoting_srcs.gni") 6 import("//remoting/remoting_srcs.gni")
7 7
8 source_set("protocol") { 8 source_set("protocol") {
9 sources = rebase_path(remoting_srcs_gypi_values.remoting_protocol_sources, 9 sources = rebase_path(remoting_srcs_gypi_values.remoting_protocol_sources,
10 ".", 10 ".",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "fake_connection_to_host.cc", 66 "fake_connection_to_host.cc",
67 "fake_connection_to_host.h", 67 "fake_connection_to_host.h",
68 "fake_datagram_socket.cc", 68 "fake_datagram_socket.cc",
69 "fake_datagram_socket.h", 69 "fake_datagram_socket.h",
70 "fake_desktop_capturer.cc", 70 "fake_desktop_capturer.cc",
71 "fake_desktop_capturer.h", 71 "fake_desktop_capturer.h",
72 "fake_session.cc", 72 "fake_session.cc",
73 "fake_session.h", 73 "fake_session.h",
74 "fake_stream_socket.cc", 74 "fake_stream_socket.cc",
75 "fake_stream_socket.h", 75 "fake_stream_socket.h",
76 "fake_video_renderer.cc",
77 "fake_video_renderer.h",
76 "protocol_mock_objects.cc", 78 "protocol_mock_objects.cc",
77 "protocol_mock_objects.h", 79 "protocol_mock_objects.h",
78 ] 80 ]
79 81
80 public_deps = [ 82 public_deps = [
81 ":protocol", 83 ":protocol",
82 "//testing/gmock", 84 "//testing/gmock",
83 ] 85 ]
84 } 86 }
85 87
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "video_frame_pump_unittest.cc", 123 "video_frame_pump_unittest.cc",
122 "webrtc_transport_unittest.cc", 124 "webrtc_transport_unittest.cc",
123 ] 125 ]
124 126
125 deps = [ 127 deps = [
126 ":test_support", 128 ":test_support",
127 "//testing/gmock", 129 "//testing/gmock",
128 "//testing/gtest", 130 "//testing/gtest",
129 ] 131 ]
130 } 132 }
OLDNEW
« no previous file with comments | « remoting/client/chromoting_client.cc ('k') | remoting/protocol/connection_to_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698