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

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

Issue 2402153002: Add CompoundSyncable class for synchronizing containers of Syncables. (Closed)
Patch Set: make literal unsigned 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 | « blimp/helium/version_vector.cc ('k') | no next file » | no next file with comments »
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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 ] 152 ]
153 153
154 deps = [ 154 deps = [
155 ":net", 155 ":net",
156 ":test_support", 156 ":test_support",
157 "//base", 157 "//base",
158 "//base/test:test_support", 158 "//base/test:test_support",
159 "//blimp/common", 159 "//blimp/common",
160 "//blimp/common:test_support", 160 "//blimp/common:test_support",
161 "//blimp/common/proto", 161 "//blimp/common/proto",
162 "//blimp/helium",
163 "//net:test_support", 162 "//net:test_support",
164 "//testing/gmock", 163 "//testing/gmock",
165 "//testing/gtest", 164 "//testing/gtest",
166 "//third_party/WebKit/public:blink_headers", 165 "//third_party/WebKit/public:blink_headers",
167 "//third_party/protobuf:protobuf_lite",
168 ] 166 ]
169 } 167 }
OLDNEW
« no previous file with comments | « blimp/helium/version_vector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698