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

Unified Diff: mandoline/ui/aura/BUILD.gn

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 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
Index: mandoline/ui/aura/BUILD.gn
diff --git a/mandoline/ui/aura/BUILD.gn b/mandoline/ui/aura/BUILD.gn
index 25b6195dc1a516f5044384ecb0cd8ce7c69a3b03..a3c74235aa0d9f98e1b3e90659231f454d525008 100644
--- a/mandoline/ui/aura/BUILD.gn
+++ b/mandoline/ui/aura/BUILD.gn
@@ -35,13 +35,13 @@ source_set("aura") {
"//components/surfaces/public/interfaces",
"//components/view_manager/public/cpp",
"//skia",
+ "//mojo/application/public/cpp:application",
+ "//mojo/application/public/interfaces",
"//mojo/cc",
"//mojo/converters/geometry",
"//mojo/converters/input_events",
"//mojo/converters/surfaces",
"//third_party/mojo/src/mojo/public/c/gles2",
- "//third_party/mojo/src/mojo/public/cpp/application",
- "//third_party/mojo/src/mojo/public/interfaces/application:application",
"//third_party/icu",
"//ui/aura",
"//ui/compositor",

Powered by Google App Engine
This is Rietveld 408576698