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

Unified Diff: components/pdf_viewer/BUILD.gn

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 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/mus/window_manager_access_policy.cc ('k') | components/pdf_viewer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pdf_viewer/BUILD.gn
diff --git a/components/pdf_viewer/BUILD.gn b/components/pdf_viewer/BUILD.gn
index 58f9e2559d6cab777230d7e9ad31f7bdb1ffb2f0..2b4dfb8f8c7f9aca549c799cb9b20d28bdef542b 100644
--- a/components/pdf_viewer/BUILD.gn
+++ b/components/pdf_viewer/BUILD.gn
@@ -13,10 +13,10 @@ mojo_native_application("pdf_viewer") {
deps = [
"//base",
+ "//components/mus/public/interfaces",
+ "//components/mus/public/cpp",
"//components/resource_provider/public/cpp",
"//components/resource_provider/public/interfaces",
- "//components/view_manager/public/interfaces",
- "//components/view_manager/public/cpp",
"//gpu",
"//mojo/application/public/cpp",
"//mojo/common",
@@ -36,8 +36,8 @@ mojo_native_application("pdf_viewer") {
data_deps = [
"//components/clipboard",
+ "//components/mus",
"//components/resource_provider",
- "//components/view_manager",
"//mojo/services/network:network",
]
}
« no previous file with comments | « components/mus/window_manager_access_policy.cc ('k') | components/pdf_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698