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

Unified Diff: components/html_viewer/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: don't check command line in ChromeMainDelegate constructor. 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/html_viewer/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index 894d6b3ce1b297e21be1c24f8f78d91bccc78961..f4839f2c7bd86aac2b2b6bc4dc5f69f9be6fb128 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -161,7 +161,7 @@ source_set("lib") {
"//components/resource_provider/public/cpp",
"//components/resource_provider/public/interfaces",
"//components/scheduler:scheduler",
- "//components/startup_metric_utils",
+ "//components/startup_metric_utils/browser",
"//components/webcrypto",
"//components/web_view:switches",
"//components/web_view/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698