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

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: Addressed comments and rebased. Created 5 years, 3 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/components/toolbar/BUILD.gn b/components/data_use_measurement/core/BUILD.gn
similarity index 69%
copy from components/toolbar/BUILD.gn
copy to components/data_use_measurement/core/BUILD.gn
index e5401b13bb9422f8ef36cb70257dcee0d3999891..c9de08dac0089a8a1077e94203fcbbf02a161c4d 100644
--- a/components/toolbar/BUILD.gn
+++ b/components/data_use_measurement/core/BUILD.gn
@@ -2,14 +2,13 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("toolbar") {
+source_set("core") {
sources = [
- "toolbar_model.cc",
- "toolbar_model.h",
+ "data_use_user_data.cc",
+ "data_use_user_data.h",
]
-
deps = [
"//base",
- "//url",
+ "//net",
]
}
« no previous file with comments | « components/data_use_measurement/content/data_use_measurement_unittest.cc ('k') | components/data_use_measurement/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698