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

Unified Diff: gpu/gles2_conform_support/BUILD.gn

Issue 1038243002: gles2_conform_test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing dependency Created 5 years, 9 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
« gpu/config/BUILD.gn ('K') | « gpu/config/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/BUILD.gn
diff --git a/gpu/gles2_conform_support/BUILD.gn b/gpu/gles2_conform_support/BUILD.gn
index 853beea4bfd38ba7241a5ffe8b976e128b4597d2..fb489b0928e18d134019a76991320b8e1016b436 100644
--- a/gpu/gles2_conform_support/BUILD.gn
+++ b/gpu/gles2_conform_support/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/allocator.gni")
+import("//testing/test.gni")
# GYP version: gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support
executable("gles2_conform_support") {
@@ -36,3 +37,13 @@ executable("gles2_conform_support") {
deps += [ "//base/allocator" ]
}
}
+test("gles2_conform_test") {
tfarina 2015/03/27 00:11:38 ops, I forgot to add a newline above. will do in p
+ sources = [
+ "gles2_conform_test.cc",
+ ]
+ deps = [
+ "//base",
+ "//gpu/config",
+ "//testing/gtest",
+ ]
+}
tfarina 2015/03/27 00:11:38 small start, but at least it is something. The res
« gpu/config/BUILD.gn ('K') | « gpu/config/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698