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

Unified Diff: components/data_use_measurement/core/BUILD.gn

Issue 1279543002: Support needed to measure user and service traffic in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewHistogram
Patch Set: Add if defined(ENABLE_EXTENSIONS) to tests. Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
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 68%
copy from device/bluetooth/uribeacon/BUILD.gn
copy to components/data_use_measurement/core/BUILD.gn
index 484e27270327646f886047b1d4d39d1a2e6641f1..e8efad86698fff7618ee7563c38a48c54d26e806 100644
--- a/device/bluetooth/uribeacon/BUILD.gn
+++ b/components/data_use_measurement/core/BUILD.gn
@@ -2,10 +2,10 @@
# 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("data_use_measurement_core") {
sources = [
- "uri_encoder.cc",
- "uri_encoder.h",
+ "data_use_user_data.cc",
+ "data_use_user_data.h",
]
deps = [
"//base",

Powered by Google App Engine
This is Rietveld 408576698