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

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

Issue 1778223003: Revert of Implement authenticator based on SPAKE2 implementation in boringssl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/protocol/DEPS » ('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 10 matching lines...) Expand all
21 "//third_party/libjingle", 21 "//third_party/libjingle",
22 ] 22 ]
23 deps = [ 23 deps = [
24 "//base", 24 "//base",
25 "//crypto", 25 "//crypto",
26 "//jingle:jingle_glue", 26 "//jingle:jingle_glue",
27 "//net", 27 "//net",
28 "//remoting/base", 28 "//remoting/base",
29 "//remoting/codec", 29 "//remoting/codec",
30 "//remoting/signaling", 30 "//remoting/signaling",
31 "//third_party/boringssl",
32 "//third_party/libyuv", 31 "//third_party/libyuv",
33 ] 32 ]
34 33
35 if (!is_nacl) { 34 if (!is_nacl) {
36 sources += 35 sources +=
37 rebase_path(remoting_srcs_gypi_values.remoting_protocol_nonnacl_sources, 36 rebase_path(remoting_srcs_gypi_values.remoting_protocol_nonnacl_sources,
38 ".", 37 ".",
39 "//remoting") 38 "//remoting")
40 39
41 if (enable_webrtc) { 40 if (enable_webrtc) {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "message_decoder_unittest.cc", 112 "message_decoder_unittest.cc",
114 "message_reader_unittest.cc", 113 "message_reader_unittest.cc",
115 "monitored_video_stub_unittest.cc", 114 "monitored_video_stub_unittest.cc",
116 "mouse_input_filter_unittest.cc", 115 "mouse_input_filter_unittest.cc",
117 "negotiating_authenticator_unittest.cc", 116 "negotiating_authenticator_unittest.cc",
118 "pairing_registry_unittest.cc", 117 "pairing_registry_unittest.cc",
119 "port_range_unittest.cc", 118 "port_range_unittest.cc",
120 "ppapi_module_stub.cc", 119 "ppapi_module_stub.cc",
121 "pseudotcp_adapter_unittest.cc", 120 "pseudotcp_adapter_unittest.cc",
122 "session_config_unittest.cc", 121 "session_config_unittest.cc",
123 "spake2_authenticator_unittest.cc",
124 "ssl_hmac_channel_authenticator_unittest.cc", 122 "ssl_hmac_channel_authenticator_unittest.cc",
125 "third_party_authenticator_unittest.cc", 123 "third_party_authenticator_unittest.cc",
126 "v2_authenticator_unittest.cc", 124 "v2_authenticator_unittest.cc",
127 "video_frame_pump_unittest.cc", 125 "video_frame_pump_unittest.cc",
128 "webrtc_transport_unittest.cc", 126 "webrtc_transport_unittest.cc",
129 ] 127 ]
130 128
131 deps = [ 129 deps = [
132 ":test_support", 130 ":test_support",
133 "//testing/gmock", 131 "//testing/gmock",
134 "//testing/gtest", 132 "//testing/gtest",
135 ] 133 ]
136 } 134 }
OLDNEW
« no previous file with comments | « no previous file | remoting/protocol/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698