OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |