Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 700ff9c1f77c5ce8ed7f300d42181dc46e1d2449..cc4e52ac0781835d6188448b810228b8dd04a6eb 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -32,6 +32,7 @@ |
deps = [ |
":gn_all", |
+ # "//chrome/test:chromedriver_unittests", # TODO(GYP) |
# "//components:components_browsertests", # TODO(GYP) |
# "//components/nacl:nacl_loader_unittests", # TODO(GYP) |
# "//google_apis:google_apis_unittests", # TODO(GYP) |
@@ -60,7 +61,6 @@ |
"//chrome/test:interactive_ui_tests", |
"//chrome/test:sync_integration_tests", |
"//chrome/test:unit_tests", |
- "//chrome/test/chromedriver:chromedriver_unittests", |
"//components:components_unittests", |
"//content/shell:content_shell", |
"//content/test:content_browsertests", |
@@ -306,6 +306,7 @@ |
group("linux_default_tests") { |
testonly = true |
deps = [ |
+ # chromedriver_unittests TODO(GYP) |
# components_browsertests TODO(GYP) |
# device_unittests TODO(GYP) |
# nacl_loader_unittests TODO(GYP) |
@@ -316,9 +317,8 @@ |
"//cc:cc_unittests", # PASSES 2/25/2015 |
"//chrome/test:browser_tests", |
"//chrome/test:interactive_ui_tests", |
- "//chrome/test:sync_integration_tests", # Crashes for brettw in GN and GYP. |
+ "//chrome/test:sync_integration_tests", # TODO(GYP) multiple crashes. |
"//chrome/test:unit_tests", # PASSES 2/25/2015 |
- "//chrome/test/chromedriver:chromedriver_unittests", # PASSES 2/25/2015 |
"//components:components_unittests", # TODO(GYP) multiple crashes. |
"//content/test:content_browsertests", |
"//content/test:content_unittests", # PASSES 2/25/2015 |