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

Unified Diff: components/guest_view/browser/BUILD.gn

Issue 2019423005: Move //components/ui/zoom to top-level under //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/components_tests.gyp ('k') | components/guest_view/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/guest_view/browser/BUILD.gn
diff --git a/components/guest_view/browser/BUILD.gn b/components/guest_view/browser/BUILD.gn
index b7103350b8b0bbdf29bcef3ea8b8f3c1ce756978..e6d27b7b762f8e20456b6404173051ef7cb6fc89 100644
--- a/components/guest_view/browser/BUILD.gn
+++ b/components/guest_view/browser/BUILD.gn
@@ -22,7 +22,7 @@ source_set("browser") {
deps = [
"//base",
"//components/guest_view/common",
- "//components/ui/zoom",
+ "//components/zoom",
"//content/public/browser",
"//content/public/common",
"//ipc",
« no previous file with comments | « components/components_tests.gyp ('k') | components/guest_view/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698