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

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

Issue 2856243002: [Chromoting] Add ProcessStatsDispatcher to send process stats to the client
Patch Set: Partially resolve the review comments Created 3 years, 6 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 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_options.gni") 6 import("//remoting/remoting_options.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 8
9 static_library("protocol") { 9 static_library("protocol") {
10 sources = [ 10 sources = [
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "pairing_host_authenticator.h", 121 "pairing_host_authenticator.h",
122 "pairing_registry.cc", 122 "pairing_registry.cc",
123 "pairing_registry.h", 123 "pairing_registry.h",
124 "performance_tracker.cc", 124 "performance_tracker.cc",
125 "performance_tracker.h", 125 "performance_tracker.h",
126 "port_allocator.cc", 126 "port_allocator.cc",
127 "port_allocator.h", 127 "port_allocator.h",
128 "port_allocator_factory.h", 128 "port_allocator_factory.h",
129 "port_range.cc", 129 "port_range.cc",
130 "port_range.h", 130 "port_range.h",
131 "process_stats_adapter.cc",
132 "process_stats_adapter.h",
131 "process_stats_stub.h", 133 "process_stats_stub.h",
132 "pseudotcp_adapter.cc", 134 "pseudotcp_adapter.cc",
133 "pseudotcp_adapter.h", 135 "pseudotcp_adapter.h",
134 "pseudotcp_channel_factory.cc", 136 "pseudotcp_channel_factory.cc",
135 "pseudotcp_channel_factory.h", 137 "pseudotcp_channel_factory.h",
136 "rejecting_authenticator.cc", 138 "rejecting_authenticator.cc",
137 "rejecting_authenticator.h", 139 "rejecting_authenticator.h",
138 "sdp_message.cc", 140 "sdp_message.cc",
139 "sdp_message.h", 141 "sdp_message.h",
140 "secure_channel_factory.cc", 142 "secure_channel_factory.cc",
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 ] 347 ]
346 } 348 }
347 349
348 deps = [ 350 deps = [
349 ":test_support", 351 ":test_support",
350 "//net:test_support", 352 "//net:test_support",
351 "//testing/gmock", 353 "//testing/gmock",
352 "//testing/gtest", 354 "//testing/gtest",
353 ] 355 ]
354 } 356 }
OLDNEW
« no previous file with comments | « remoting/host/security_key/security_key_extension_session.cc ('k') | remoting/protocol/process_stats_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698