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

Unified Diff: components/favicon_base/BUILD.gn

Issue 926093002: Remove dependency on autofill_core_browser from policy_component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « components/favicon_base.gypi ('k') | components/policy/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon_base/BUILD.gn
diff --git a/components/favicon_base/BUILD.gn b/components/favicon_base/BUILD.gn
index 57c42a44d3b9f13b60860104520867b0087084a1..07daa0abe360232514b36eb0e9609e305584a7d3 100644
--- a/components/favicon_base/BUILD.gn
+++ b/components/favicon_base/BUILD.gn
@@ -24,6 +24,7 @@ source_set("favicon_base") {
"//skia",
"//ui/base",
"//ui/gfx",
+ "//ui/gfx/geometry",
"//url",
]
}
@@ -39,5 +40,6 @@ source_set("unit_tests") {
"//testing/gtest",
"//ui/base",
"//ui/gfx",
+ "//ui/gfx/geometry",
]
}
« no previous file with comments | « components/favicon_base.gypi ('k') | components/policy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698