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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2773973002: Add Startup.BrowserView.FirstPaint / .CompositingEnded histograms. (Closed)
Patch Set: Rebase on recent Chromium, address sky's remarks. Created 3 years, 8 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: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index f22a347c4ef2bccc270e1a73a2f78e78e14a555a..e45dfcc1f06fd3832bb44c3890357411c57bf0d6 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -656,6 +656,8 @@ split_static_library("ui") {
if (!is_android) {
sources += [
+ "../metrics/browser_view_histogram_helper.cc",
+ "../metrics/browser_view_histogram_helper.h",
"apps/app_info_dialog.h",
"apps/chrome_app_delegate.cc",
"apps/chrome_app_delegate.h",

Powered by Google App Engine
This is Rietveld 408576698