Index: blimp/engine/net/BUILD.gn |
diff --git a/components/data_use_measurement/core/BUILD.gn b/blimp/engine/net/BUILD.gn |
similarity index 70% |
copy from components/data_use_measurement/core/BUILD.gn |
copy to blimp/engine/net/BUILD.gn |
index c9de08dac0089a8a1077e94203fcbbf02a161c4d..5b6b3a1f3f6f600bf255c7b4a7a2a5d6f72e8d2f 100644 |
--- a/components/data_use_measurement/core/BUILD.gn |
+++ b/blimp/engine/net/BUILD.gn |
@@ -2,11 +2,12 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("core") { |
+source_set("net") { |
sources = [ |
- "data_use_user_data.cc", |
- "data_use_user_data.h", |
+ "engine_connection_manager.cc", |
+ "engine_connection_manager.h", |
] |
+ |
deps = [ |
"//base", |
"//net", |