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

Side by Side Diff: blimp/net/BUILD.gn

Issue 2372903002: Helium: Adding vector clock (Closed)
Patch Set: allowing merge with conflicted vectors Created 4 years, 2 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 | blimp/net/helium/vector_clock.h » ('j') | blimp/net/helium/vector_clock.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 component("net") { 5 component("net") {
6 output_name = "blimp_net" 6 output_name = "blimp_net"
7 sources = [ 7 sources = [
8 "blimp_connection.cc", 8 "blimp_connection.cc",
9 "blimp_connection.h", 9 "blimp_connection.h",
10 "blimp_message_checkpoint_observer.h", 10 "blimp_message_checkpoint_observer.h",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "compressed_packet_writer.cc", 45 "compressed_packet_writer.cc",
46 "compressed_packet_writer.h", 46 "compressed_packet_writer.h",
47 "connection_error_observer.h", 47 "connection_error_observer.h",
48 "connection_handler.h", 48 "connection_handler.h",
49 "engine_authentication_handler.cc", 49 "engine_authentication_handler.cc",
50 "engine_authentication_handler.h", 50 "engine_authentication_handler.h",
51 "engine_connection_manager.cc", 51 "engine_connection_manager.cc",
52 "engine_connection_manager.h", 52 "engine_connection_manager.h",
53 "exact_match_cert_verifier.cc", 53 "exact_match_cert_verifier.cc",
54 "exact_match_cert_verifier.h", 54 "exact_match_cert_verifier.h",
55 "helium/vector_clock.cc",
Kevin M 2016/09/27 17:31:09 Recommend putting this under a source_set("helium"
scf 2016/09/27 18:29:58 Done.
56 "helium/vector_clock.h",
55 "input_message_converter.cc", 57 "input_message_converter.cc",
56 "input_message_converter.h", 58 "input_message_converter.h",
57 "input_message_generator.cc", 59 "input_message_generator.cc",
58 "input_message_generator.h", 60 "input_message_generator.h",
59 "message_port.cc", 61 "message_port.cc",
60 "message_port.h", 62 "message_port.h",
61 "null_blimp_message_processor.cc", 63 "null_blimp_message_processor.cc",
62 "null_blimp_message_processor.h", 64 "null_blimp_message_processor.h",
63 "ssl_client_transport.cc", 65 "ssl_client_transport.cc",
64 "ssl_client_transport.h", 66 "ssl_client_transport.h",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "blimp_stats_unittest.cc", 129 "blimp_stats_unittest.cc",
128 "blob_channel/blob_channel_integration_test.cc", 130 "blob_channel/blob_channel_integration_test.cc",
129 "blob_channel/blob_channel_receiver_unittest.cc", 131 "blob_channel/blob_channel_receiver_unittest.cc",
130 "blob_channel/blob_channel_sender_unittest.cc", 132 "blob_channel/blob_channel_sender_unittest.cc",
131 "blob_channel/helium_blob_channel_unittest.cc", 133 "blob_channel/helium_blob_channel_unittest.cc",
132 "browser_connection_handler_unittest.cc", 134 "browser_connection_handler_unittest.cc",
133 "client_connection_manager_unittest.cc", 135 "client_connection_manager_unittest.cc",
134 "compressed_packet_unittest.cc", 136 "compressed_packet_unittest.cc",
135 "engine_authentication_handler_unittest.cc", 137 "engine_authentication_handler_unittest.cc",
136 "engine_connection_manager_unittest.cc", 138 "engine_connection_manager_unittest.cc",
139 "helium/vector_clock_unittest.cc",
137 "input_message_unittest.cc", 140 "input_message_unittest.cc",
138 "ssl_client_transport_unittest.cc", 141 "ssl_client_transport_unittest.cc",
139 "stream_packet_reader_unittest.cc", 142 "stream_packet_reader_unittest.cc",
140 "stream_packet_writer_unittest.cc", 143 "stream_packet_writer_unittest.cc",
141 "tcp_transport_unittest.cc", 144 "tcp_transport_unittest.cc",
142 "thread_pipe_manager_unittest.cc", 145 "thread_pipe_manager_unittest.cc",
143 ] 146 ]
144 147
145 deps = [ 148 deps = [
146 ":net", 149 ":net",
147 ":test_support", 150 ":test_support",
148 "//base", 151 "//base",
149 "//base/test:test_support", 152 "//base/test:test_support",
150 "//blimp/common", 153 "//blimp/common",
151 "//blimp/common:test_support", 154 "//blimp/common:test_support",
152 "//blimp/common/proto", 155 "//blimp/common/proto",
153 "//net:test_support", 156 "//net:test_support",
154 "//testing/gmock", 157 "//testing/gmock",
155 "//testing/gtest", 158 "//testing/gtest",
156 "//third_party/WebKit/public:blink_headers", 159 "//third_party/WebKit/public:blink_headers",
157 ] 160 ]
158 } 161 }
OLDNEW
« no previous file with comments | « no previous file | blimp/net/helium/vector_clock.h » ('j') | blimp/net/helium/vector_clock.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698