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

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

Issue 2725903003: chromeos: Move //ash/common/strings to //ash/strings (Closed)
Patch Set: . Created 3 years, 10 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 dbfca45559dcd308d6b6273810d06928a1d7de77..d66aa8688d6de0dbc31ecf5f52deeb1eb91406e7 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1407,10 +1407,10 @@ split_static_library("ui") {
deps += [
"//ash",
"//ash:ash_with_content",
- "//ash/common/strings",
"//ash/public/cpp:ash_public_cpp",
"//ash/public/interfaces",
"//ash/resources/vector_icons",
+ "//ash/strings",
"//components/session_manager/core",
"//components/user_manager",
"//services/ui/public/cpp",

Powered by Google App Engine
This is Rietveld 408576698