summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorpetermayo <petermayo@chromium.org>2015-09-21 13:07:11 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-21 20:07:53 +0000
commit2c34bcf82c33c76afeba77acda0ca05ba71e3b55 (patch)
tree61358be647da269252686a8af551ce9105f160f4 /gpu
parentefcb373575540bedf958f6c28add6e57175665d2 (diff)
downloadchromium_src-2c34bcf82c33c76afeba77acda0ca05ba71e3b55.zip
chromium_src-2c34bcf82c33c76afeba77acda0ca05ba71e3b55.tar.gz
chromium_src-2c34bcf82c33c76afeba77acda0ca05ba71e3b55.tar.bz2
Make the khronos_glcts_tests controllable
This is just a little mechanical step along the way to supporting this. BUG=471903 Review URL: https://codereview.chromium.org/1310253011 Cr-Commit-Position: refs/heads/master@{#350003}
Diffstat (limited to 'gpu')
-rw-r--r--gpu/khronos_glcts_support/BUILD.gn6
1 files changed, 5 insertions, 1 deletions
diff --git a/gpu/khronos_glcts_support/BUILD.gn b/gpu/khronos_glcts_support/BUILD.gn
index 78fb4e7..b2d7584 100644
--- a/gpu/khronos_glcts_support/BUILD.gn
+++ b/gpu/khronos_glcts_support/BUILD.gn
@@ -4,6 +4,11 @@
import("//testing/test.gni")
+declare_args() {
+ # TODO(GYP) - make this work. crbug.com/471903
+ internal_khronos_glcts_tests = false
+}
+
test("khronos_glcts_test") {
sources = [
"khronos_glcts_test.cc",
@@ -16,7 +21,6 @@ test("khronos_glcts_test") {
]
# TODO(GYP) - make this work. crbug.com/471903
- internal_khronos_glcts_tests = false
if (internal_khronos_glcts_tests) {
# TODO(GYP) implement me ...
}