summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorjam <jam@chromium.org>2015-10-02 14:01:28 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-02 21:02:13 +0000
commit76bcf0c21e332c08ee7a1601d0c878d1c75541a0 (patch)
tree9a1070172b98a5c0775967858a07d55585751839 /BUILD.gn
parentbe81c48e3a52a050a6d07d0eb558a41c02594e6e (diff)
downloadchromium_src-76bcf0c21e332c08ee7a1601d0c878d1c75541a0.zip
chromium_src-76bcf0c21e332c08ee7a1601d0c878d1c75541a0.tar.gz
chromium_src-76bcf0c21e332c08ee7a1601d0c878d1c75541a0.tar.bz2
Add a Mojo EDK for Chrome that uses one OS pipe per message pipe.
TODOs in future cls: -POSIX -use shared memory for MessagePipeDispatcher serialization -work in Windows sandbox (using master.mojom which is implemented but not hooked up in this change) -XP BUG=478251 NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1350023003 Cr-Commit-Position: refs/heads/master@{#352123}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn27
1 files changed, 27 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 6db4237..1ede840 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -149,6 +149,13 @@ group("both_gn_and_gyp") {
"//third_party/WebKit/Source/wtf:wtf_unittests",
"//third_party/cacheinvalidation:cacheinvalidation_unittests",
"//third_party/codesighs",
+
+ # TODO(use-new-edk):
+ #"//mojo/edk/system:mojo_system_unittests",
+ #"//mojo/edk/test:mojo_public_bindings_unittests",
+ #"//mojo/edk/test:mojo_public_environment_unittests",
+ #"//mojo/edk/test:mojo_public_system_unittests",
+ #"//mojo/edk/test:mojo_public_utility_unittests",
"//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",
"//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",
"//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
@@ -473,6 +480,9 @@ group("both_gn_and_gyp") {
"//sync/tools:sync_client",
"//sync/tools:sync_listen_notifications",
"//testing/gmock:gmock_main",
+
+ # TODO(use-new-edk):
+ #"//mojo/edk/test:mojo_public_system_perftests",
"//third_party/mojo/src/mojo/edk/test:mojo_public_system_perftests",
"//ui/keyboard:keyboard_unittests",
"//ui/message_center:message_center_unittests",
@@ -724,6 +734,9 @@ group("gn_mojo_targets") {
"//media/mojo/services:cdm_service",
"//media/mojo:tests",
"//mojo:tests",
+ # TODO(use-new-edk):
+ #"//mojo/edk/js/test:js_integration_tests",
+ #"//mojo/edk/js/tests:js_to_cpp_bindings_python",
"//third_party/mojo/src/mojo/edk/js/test:js_integration_tests",
]
}
@@ -845,6 +858,13 @@ if (is_linux) {
"//sql:sql_unittests", # PASSES 2/25/2015
"//sync:sync_unit_tests", # PASSES 2/25/2015
"//third_party/cacheinvalidation:cacheinvalidation_unittests", # PASSES 2/25/2015
+
+ # TODO(use-new-edk):
+ #"//mojo/edk/system:mojo_system_unittests", # PASSES 2/25/2015
+ #"//mojo/edk/test:mojo_public_bindings_unittests", # PASSES 2/25/2015
+ #"//mojo/edk/test:mojo_public_environment_unittests", # PASSES 2/25/2015
+ #"//mojo/edk/test:mojo_public_system_unittests", # PASSES 2/25/2015
+ #"//mojo/edk/test:mojo_public_utility_unittests",
"//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", # PASSES 2/25/2015
"//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests", # PASSES 2/25/2015
"//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", # PASSES 2/25/2015
@@ -917,6 +937,13 @@ if (is_linux) {
"//sql:sql_unittests", # PASSES 4/17/2015
"//sync:sync_unit_tests", # PASSES 4/20/2015
"//third_party/cacheinvalidation:cacheinvalidation_unittests", # PASSES 4/20/2015
+
+ # TODO(use-new-edk):
+ #"//mojo/edk/system:mojo_system_unittests", # Seems to hang?
+ #"//mojo/edk/test:mojo_public_bindings_unittests", # FAILS
+ #"//mojo/edk/test:mojo_public_environment_unittests", # PASSES 4/20/2015
+ #"//mojo/edk/test:mojo_public_system_unittests", # PASSES 4/20/2015
+ #"//mojo/edk/test:mojo_public_utility_unittests", # PASSES 4/20/2015
"//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", # Seems to hang?
"//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests", # FAILS
"//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", # PASSES 4/20/2015