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

Unified Diff: third_party/mojo/src/mojo/edk/system/BUILD.gn

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more cleanup Created 5 years, 3 months 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: third_party/mojo/src/mojo/edk/system/BUILD.gn
diff --git a/third_party/mojo/src/mojo/edk/system/BUILD.gn b/third_party/mojo/src/mojo/edk/system/BUILD.gn
index ac292d5c4c3bcec98c75e9ff57ec3a0df85073bf..f4929105babc0abfac76bff3f4efcd2ebde6fb19 100644
--- a/third_party/mojo/src/mojo/edk/system/BUILD.gn
+++ b/third_party/mojo/src/mojo/edk/system/BUILD.gn
@@ -133,6 +133,11 @@ component("system") {
deps = [
"//base",
"//base/third_party/dynamic_annotations",
+
+ # TODO(use_chrome_edk): so that EDK in third_party can choose the EDK in
+ # src/mojo if the command line flag is specified. It has to since we can
+ # only have one definition of the Mojo primitives.
+ "//mojo/edk/system",
]
allow_circular_includes_from = [ "../embedder" ]
@@ -215,6 +220,7 @@ test("mojo_system_unittests") {
":system",
":test_utils",
"../embedder:embedder_unittests",
+ "../../public/cpp/environment:standalone",
"../test:test_support",
"//base",
"//base/test:test_support",
@@ -234,6 +240,7 @@ test("mojo_message_pipe_perftests") {
deps = [
":system",
":test_utils",
+ "../../public/cpp/environment:standalone",
"../test:test_support",
"//base",
"//base/test:test_support",

Powered by Google App Engine
This is Rietveld 408576698