diff options
author | cwallez <cwallez@google.com> | 2015-09-03 07:54:49 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-03 14:55:33 +0000 |
commit | 4c57af36c997d715955fadd26ac3ce3d7c210167 (patch) | |
tree | e0c7938cb44cbbc0a3db31ffe0f22687d7e2af6c /BUILD.gn | |
parent | 738267a2558e07252ebdcdbebd415c15053d6f58 (diff) | |
download | chromium_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.gn | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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", |