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

Unified Diff: components/doodle/BUILD.gn

Issue 2698643002: Add data use measurement to DoodleFetcher (Closed)
Patch Set: Move ntp_tile DEPS into unrelated CL Created 3 years, 10 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
« no previous file with comments | « components/data_use_measurement/core/data_use_user_data.cc ('k') | components/doodle/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/doodle/BUILD.gn
diff --git a/components/doodle/BUILD.gn b/components/doodle/BUILD.gn
index d16538e32fd2cd8083a1ad57c14c47d87f5efc7a..6ba398c4b92904e00a85d7550ea09ddb85c5c9dc 100644
--- a/components/doodle/BUILD.gn
+++ b/components/doodle/BUILD.gn
@@ -10,6 +10,7 @@ static_library("doodle") {
deps = [
"//base",
+ "//components/data_use_measurement/core",
"//components/google/core/browser",
"//net",
]
« no previous file with comments | « components/data_use_measurement/core/data_use_user_data.cc ('k') | components/doodle/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698