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

Unified Diff: chrome/browser/BUILD.gn

Issue 1421983002: Include tab IDs when reporting data use accounting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@data_use_scoped_vector
Patch Set: Moved tab ID determination logic into data_usage codebase. Created 5 years, 1 month 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 | « no previous file | chrome/browser/data_usage/OWNERS » ('j') | chrome/browser/data_usage/tab_id_annotator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 37fbb007fef1d34bf0aa3a3faf535ec1876bc087..fa89414caf95cbd834c33a639332924599a830e2 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -224,6 +224,9 @@ source_set("browser") {
sources += rebase_path(gypi_values.chrome_browser_content_settings_sources,
".",
"//chrome")
+ sources += rebase_path(gypi_values.chrome_browser_data_usage_sources,
+ ".",
+ "//chrome")
sources += rebase_path(gypi_values.chrome_browser_engagement_sources,
".",
"//chrome")
« no previous file with comments | « no previous file | chrome/browser/data_usage/OWNERS » ('j') | chrome/browser/data_usage/tab_id_annotator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698