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

Unified Diff: components/message_port/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/html_viewer/web_socket_handle_impl.cc ('k') | components/message_port/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/message_port/BUILD.gn
diff --git a/components/message_port/BUILD.gn b/components/message_port/BUILD.gn
index 63c7da170cb0ef3d75ef8f949ac86423a961e7fc..7cdcb5d2e4e4e8b6b617111bc5b80798ea3609ec 100644
--- a/components/message_port/BUILD.gn
+++ b/components/message_port/BUILD.gn
@@ -11,7 +11,7 @@ source_set("message_port") {
public_deps = [
"//base",
"//mojo/message_pump",
+ "//mojo/public/cpp/system",
"//third_party/WebKit/public:blink",
- "//third_party/mojo/src/mojo/public/cpp/system",
]
}
« no previous file with comments | « components/html_viewer/web_socket_handle_impl.cc ('k') | components/message_port/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698