Index: components/data_use_measurement/core/BUILD.gn |
diff --git a/device/bluetooth/uribeacon/BUILD.gn b/components/data_use_measurement/core/BUILD.gn |
similarity index 69% |
copy from device/bluetooth/uribeacon/BUILD.gn |
copy to components/data_use_measurement/core/BUILD.gn |
index 484e27270327646f886047b1d4d39d1a2e6641f1..c9de08dac0089a8a1077e94203fcbbf02a161c4d 100644 |
--- a/device/bluetooth/uribeacon/BUILD.gn |
+++ b/components/data_use_measurement/core/BUILD.gn |
@@ -2,12 +2,13 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("uribeacon") { |
+source_set("core") { |
sources = [ |
- "uri_encoder.cc", |
- "uri_encoder.h", |
+ "data_use_user_data.cc", |
+ "data_use_user_data.h", |
] |
deps = [ |
"//base", |
+ "//net", |
] |
} |