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

Unified Diff: mojo/message_pump/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 | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | mojo/message_pump/handle_watcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/message_pump/BUILD.gn
diff --git a/mojo/message_pump/BUILD.gn b/mojo/message_pump/BUILD.gn
index b8132a155cacc8664b9da4d75159f59a166ec90e..3f1298bf1fbe04d86a3298afd0118d017dfbcfa3 100644
--- a/mojo/message_pump/BUILD.gn
+++ b/mojo/message_pump/BUILD.gn
@@ -17,10 +17,13 @@ component("message_pump") {
defines = [ "MOJO_MESSAGE_PUMP_IMPLEMENTATION" ]
- deps = [
+ public_deps = [
"//base",
+ "//mojo/public/cpp/system",
+ ]
+
+ deps = [
"//base/third_party/dynamic_annotations",
- "//third_party/mojo/src/mojo/public/c/system:for_component",
- "//third_party/mojo/src/mojo/public/cpp/system",
+ "//mojo/public/c/system:for_component",
]
}
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | mojo/message_pump/handle_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698