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

Unified Diff: chrome/BUILD.gn

Issue 1413153010: Move components/startup_metric_utils/* to components/startup_metric_utils/browser/*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/app/DEPS » ('j') | chrome/chrome_dll.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 8816e81abbcb867fffad8d78c5c0cbed1bc8be27..0ae217e4b4d7f19f88fecc96331e43ce6ae14808 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -220,7 +220,7 @@ if (!is_android) {
":packed_resources",
]
deps += [
- "//components/startup_metric_utils",
+ "//components/startup_metric_utils/browser",
# Precompiled plugins that need to get copied to the output directory.
# On Mac, internal plugins go inside the framework, so these
@@ -403,6 +403,9 @@ if (is_mac || is_win) {
"//base/allocator",
"//build/config/sanitizers:deps",
"//chrome/browser/policy:path_parser",
+
+ # Required by chrome_main_delegate.cc
+ "//components/startup_metric_utils/browser",
"//content/public/app:child",
]
« no previous file with comments | « no previous file | chrome/app/DEPS » ('j') | chrome/chrome_dll.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698