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

Unified Diff: 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, 2 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
« no previous file with comments | « no previous file | chrome/test/base/run_all_unittests.cc » ('j') | mojo/edk/system/core.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 3c8b1f5187dc1e0e57e405c905ebd95e01e39fea..68723fda67fe2f47db1b1df92a0f288bd37ddac5 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",
@@ -467,6 +474,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",
"//tools/perf/clear_system_cache",
"//ui/keyboard:keyboard_unittests",
@@ -722,6 +732,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",
]
}
@@ -843,6 +856,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
@@ -915,6 +935,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
« no previous file with comments | « no previous file | chrome/test/base/run_all_unittests.cc » ('j') | mojo/edk/system/core.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698