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

Unified Diff: components/profile_metrics/BUILD.gn

Issue 1417903006: Componentize ProfileMetrics::Counts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix include Created 5 years, 2 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/profile_metrics/BUILD.gn
diff --git a/components/toolbar/BUILD.gn b/components/profile_metrics/BUILD.gn
similarity index 61%
copy from components/toolbar/BUILD.gn
copy to components/profile_metrics/BUILD.gn
index e5401b13bb9422f8ef36cb70257dcee0d3999891..8adf08bb883a006b9699da491da11b4925d067ab 100644
--- a/components/toolbar/BUILD.gn
+++ b/components/profile_metrics/BUILD.gn
@@ -2,14 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("toolbar") {
+# GYP version: components/profile_metrics.gypi:profile_metrics
+static_library("profile_metrics") {
sources = [
- "toolbar_model.cc",
- "toolbar_model.h",
+ "counts.cc",
+ "counts.h",
]
deps = [
"//base",
- "//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698