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

Unified Diff: components/mus/ws/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
Index: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index 2757e75319b2a02ca3a3757a9c3f1e4a6c108686..a492d0b091cf6d65358d21a35a2b19bb01430fc0 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -72,7 +72,7 @@ source_set("lib") {
"//mojo/converters/input_events",
"//mojo/converters/surfaces",
"//mojo/services/tracing/public/cpp",
- "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
+ "//mojo/public/cpp/bindings:callback",
"//ui/events",
"//ui/events/platform",
"//ui/gfx",
@@ -98,7 +98,7 @@ source_set("test_support") {
"//components/mus/public/cpp:common",
"//components/mus/public/interfaces",
"//mojo/common",
- "//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
+ "//mojo/public/cpp/bindings:bindings",
"//ui/mojo/geometry:interfaces",
]
}
@@ -141,7 +141,7 @@ test("window_manager_unittests") {
"//mojo/gles2",
"//mojo/platform_handle",
"//third_party/mojo/src/mojo/edk/test:run_all_unittests",
- "//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
+ "//mojo/public/cpp/bindings:bindings",
"//ui/mojo/geometry:interfaces",
"//testing/gtest",
"//ui/events",

Powered by Google App Engine
This is Rietveld 408576698