summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorcwallez <cwallez@google.com>2015-09-03 07:54:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-03 14:55:33 +0000
commit4c57af36c997d715955fadd26ac3ce3d7c210167 (patch)
treee0c7938cb44cbbc0a3db31ffe0f22687d7e2af6c /BUILD.gn
parent738267a2558e07252ebdcdbebd415c15053d6f58 (diff)
downloadchromium_src-4c57af36c997d715955fadd26ac3ce3d7c210167.zip
chromium_src-4c57af36c997d715955fadd26ac3ce3d7c210167.tar.gz
chromium_src-4c57af36c997d715955fadd26ac3ce3d7c210167.tar.bz2
Use angle's GN build of angle_unittests
There was a dummy target for the GN build, this replaces it with the target that has been added in ANGLE's BUILD.gn file. BUG=angleproject:929 Review URL: https://codereview.chromium.org/1309813014 Cr-Commit-Position: refs/heads/master@{#347153}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 990456a..f8a7c61 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -387,7 +387,6 @@ group("both_gn_and_gyp") {
"//gin:gin_shell",
"//gin:gin_unittests",
"//google_apis/gcm:mcs_probe",
- "//gpu:angle_unittests",
"//gpu:gpu_perftests",
"//gpu:gl_tests",
"//ipc:ipc_perftests",
@@ -407,6 +406,8 @@ group("both_gn_and_gyp") {
"//ppapi:pepper_hash_for_uma",
"//ppapi:ppapi_perftests",
"//sync:run_sync_testserver",
+ "//third_party/angle/src/tests:angle_end2end_tests",
+ "//third_party/angle/src/tests:angle_unittests",
"//third_party/codesighs:maptsvdifftool",
"//third_party/leveldatabase:env_chromium_unittests",
"//third_party/libaddressinput:libaddressinput_unittests",