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

Unified Diff: extensions/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/zoom/zoom_observer.h ('k') | extensions/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 831c1d08fb15a3ddedcb0a613aec61288f37b99e..cbaecf3ade5a50d340c0322ec9d0474e1fd26566 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -17,11 +17,11 @@ source_set("browser") {
"//components/keyed_service/core",
"//components/pref_registry",
"//components/sessions",
- "//components/ui/zoom",
"//components/update_client",
"//components/version_info",
"//components/web_cache/browser",
"//components/web_modal",
+ "//components/zoom",
"//content/public/browser",
"//crypto:platform",
"//extensions/common",
« no previous file with comments | « components/zoom/zoom_observer.h ('k') | extensions/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698