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

Unified Diff: components/autofill/content/browser/BUILD.gn

Issue 1926523002: Rename gfx::Display/Screen to display::Display/Screen in components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « components/autofill.gypi ('k') | components/autofill/content/browser/risk/fingerprint.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/browser/BUILD.gn
diff --git a/components/autofill/content/browser/BUILD.gn b/components/autofill/content/browser/BUILD.gn
index baa997d656d6c56258246fc74b0494fb7403899c..a5be45876f1dc5d89f94fe5a38724add63200aca 100644
--- a/components/autofill/content/browser/BUILD.gn
+++ b/components/autofill/content/browser/BUILD.gn
@@ -35,8 +35,8 @@ static_library("browser") {
"//components/autofill/content/common",
"//components/autofill/core/browser",
"//components/autofill/core/common",
- "//components/prefs",
"//components/os_crypt",
+ "//components/prefs",
"//components/resources",
"//components/strings",
"//components/user_prefs",
@@ -51,6 +51,7 @@ static_library("browser") {
"//third_party/icu",
"//third_party/libphonenumber",
"//ui/base",
+ "//ui/display",
"//ui/gfx",
"//ui/gfx/geometry",
"//url",
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/content/browser/risk/fingerprint.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698