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

Unified Diff: components/pdf_viewer/BUILD.gn

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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/ws/window_tree_unittest.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 d91db369b9b638816c529a4990537bccf751dc53..56f064997999827cdd53cb99a387351b9e88810d 100644
--- a/components/pdf_viewer/BUILD.gn
+++ b/components/pdf_viewer/BUILD.gn
@@ -19,8 +19,6 @@ mojo_native_application("pdf_viewer") {
"//components/mus/public/interfaces",
"//components/web_view/public/interfaces",
"//gpu",
- "//mojo/application/public/cpp",
- "//mojo/application/public/interfaces",
"//mojo/common",
"//mojo/common:common_base",
"//mojo/converters/input_events",
@@ -31,6 +29,8 @@ mojo_native_application("pdf_viewer") {
"//mojo/services/network/public/interfaces",
"//mojo/services/tracing/public/cpp",
"//mojo/services/tracing/public/interfaces",
+ "//mojo/shell/public/cpp",
+ "//mojo/shell/public/interfaces",
"//third_party/pdfium",
"//ui/gfx/geometry",
"//ui/mojo/geometry:interfaces",
« no previous file with comments | « components/mus/ws/window_tree_unittest.cc ('k') | components/pdf_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698