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

Unified Diff: components/pdf_viewer/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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_host_connection.h ('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 c5a635a8358658d62b06a66c3e59caa9f291a996..984b212b37eccc787d56d0e0d292e4e03d1e6e15 100644
--- a/components/pdf_viewer/BUILD.gn
+++ b/components/pdf_viewer/BUILD.gn
@@ -23,12 +23,12 @@ mojo_native_application("pdf_viewer") {
"//mojo/common:common_base",
"//mojo/converters/input_events",
"//mojo/converters/surfaces",
+ "//mojo/public/c/gles2",
+ "//mojo/public/cpp/bindings",
"//mojo/services/network/public/cpp",
"//mojo/services/network/public/interfaces",
"//mojo/services/tracing/public/cpp",
"//mojo/services/tracing/public/interfaces",
- "//third_party/mojo/src/mojo/public/c/gles2",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/pdfium",
"//ui/gfx/geometry",
"//ui/mojo/geometry:interfaces",
« no previous file with comments | « components/mus/ws/window_tree_host_connection.h ('k') | components/pdf_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698