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

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: Fixed external_data_use_observer test 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/android/data_usage/external_data_use_observer_unittest.cc » ('j') | no next file with comments »
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 7c57cfafdbfccff6f9fbd792c8febd1932aaf5af..ed90e4f4c1a2c93cfb603809afe20c01990d35c5 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -227,6 +227,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/android/data_usage/external_data_use_observer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698