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

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
« no previous file with comments | « components/mus/surfaces/top_level_display_client.h ('k') | components/mus/ws/client_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index 2757e75319b2a02ca3a3757a9c3f1e4a6c108686..b830ff89d605755987678e0b9d4d8eadbfe62d68 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -71,8 +71,8 @@ source_set("lib") {
"//mojo/converters/ime",
"//mojo/converters/input_events",
"//mojo/converters/surfaces",
+ "//mojo/public/cpp/bindings:callback",
"//mojo/services/tracing/public/cpp",
- "//third_party/mojo/src/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",
]
}
@@ -140,8 +140,8 @@ test("window_manager_unittests") {
"//mojo/environment:chromium",
"//mojo/gles2",
"//mojo/platform_handle",
+ "//mojo/public/cpp/bindings:bindings",
"//third_party/mojo/src/mojo/edk/test:run_all_unittests",
- "//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
"//ui/mojo/geometry:interfaces",
"//testing/gtest",
"//ui/events",
« no previous file with comments | « components/mus/surfaces/top_level_display_client.h ('k') | components/mus/ws/client_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698