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

Unified Diff: ios/chrome/browser/browser_state_metrics/BUILD.gn

Issue 2443373002: Split //ios/chrome/browser in multiple targets. (Closed)
Patch Set: Rebase Created 4 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
« no previous file with comments | « ios/chrome/browser/browser_state/BUILD.gn ('k') | ios/chrome/browser/browsing_data/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/browser_state_metrics/BUILD.gn
diff --git a/components/task_scheduler_util/BUILD.gn b/ios/chrome/browser/browser_state_metrics/BUILD.gn
similarity index 59%
copy from components/task_scheduler_util/BUILD.gn
copy to ios/chrome/browser/browser_state_metrics/BUILD.gn
index 6c743a5c271de0e7978176af8c51a80f97dcd4b0..1993bb754c5cf0cb7394c2294d3d11908572f003 100644
--- a/components/task_scheduler_util/BUILD.gn
+++ b/ios/chrome/browser/browser_state_metrics/BUILD.gn
@@ -2,13 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("task_scheduler_util") {
+source_set("browser_state_metrics") {
sources = [
- "initialization_util.cc",
- "initialization_util.h",
+ "browser_state_metrics.cc",
+ "browser_state_metrics.h",
]
-
deps = [
- "//base",
+ "//components/profile_metrics",
]
}
« no previous file with comments | « ios/chrome/browser/browser_state/BUILD.gn ('k') | ios/chrome/browser/browsing_data/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698