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

Unified Diff: components/mus/example/window_type_launcher/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/example/views_examples/main.cc ('k') | components/mus/example/wm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/example/window_type_launcher/BUILD.gn
diff --git a/components/mus/example/window_type_launcher/BUILD.gn b/components/mus/example/window_type_launcher/BUILD.gn
index e1b2e2a308e57735dee04edd0fcc049092d9bf21..7c345b48fb3efe61fea8154bccb14c8e7fff7268 100644
--- a/components/mus/example/window_type_launcher/BUILD.gn
+++ b/components/mus/example/window_type_launcher/BUILD.gn
@@ -4,7 +4,7 @@
import("//build/config/ui.gni")
import("//mojo/public/mojo_application.gni")
-import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
+import("//mojo/public/tools/bindings/mojom.gni")
import("//tools/grit/repack.gni")
executable("window_type_launcher") {
@@ -27,11 +27,11 @@ executable("window_type_launcher") {
"//mojo/converters/geometry",
"//mojo/converters/network",
"//mojo/message_pump",
+ "//mojo/public/cpp/bindings",
"//mojo/runner/child:lib",
"//mojo/runner:init",
"//skia",
"//third_party/mojo/src/mojo/edk/system",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
"//ui/aura",
"//ui/gfx",
"//ui/gfx/geometry",
« no previous file with comments | « components/mus/example/views_examples/main.cc ('k') | components/mus/example/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698