summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-02-26 10:53:14 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-26 18:54:22 +0000
commitad912fc2a22d3ddd4c52cb70b487fcb268941ec2 (patch)
tree77a98aa23cd346100cfaa9697cce074e6932e9bb /BUILD.gn
parent1f47db6eeea87febb755db2c498335fd9bb226b1 (diff)
downloadchromium_src-ad912fc2a22d3ddd4c52cb70b487fcb268941ec2.zip
chromium_src-ad912fc2a22d3ddd4c52cb70b487fcb268941ec2.tar.gz
chromium_src-ad912fc2a22d3ddd4c52cb70b487fcb268941ec2.tar.bz2
Add chrome driver to the GN build.
BUG= Review URL: https://codereview.chromium.org/958743003 Cr-Commit-Position: refs/heads/master@{#318272}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index cc4e52a..700ff9c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -32,7 +32,6 @@ group("gyp_all") {
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)
@@ -61,6 +60,7 @@ group("gn_all") {
"//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,7 +306,6 @@ if (is_linux) {
group("linux_default_tests") {
testonly = true
deps = [
- # chromedriver_unittests TODO(GYP)
# components_browsertests TODO(GYP)
# device_unittests TODO(GYP)
# nacl_loader_unittests TODO(GYP)
@@ -317,8 +316,9 @@ if (is_linux) {
"//cc:cc_unittests", # PASSES 2/25/2015
"//chrome/test:browser_tests",
"//chrome/test:interactive_ui_tests",
- "//chrome/test:sync_integration_tests", # TODO(GYP) multiple crashes.
+ "//chrome/test:sync_integration_tests", # Crashes for brettw in GN and GYP.
"//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