summaryrefslogtreecommitdiffstats
path: root/gpu/BUILD.gn
diff options
context:
space:
mode:
authordongseong.hwang <dongseong.hwang@intel.com>2015-09-01 04:04:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-01 11:05:26 +0000
commit9e8922bb4c140b5efd5e14d5d6561717c512d4b7 (patch)
treeaaddfb41289b95c4fe6d340e2e9a12401434c622 /gpu/BUILD.gn
parent61a86f024b1c835a318cfbb4b200a7e229252c41 (diff)
downloadchromium_src-9e8922bb4c140b5efd5e14d5d6561717c512d4b7.zip
chromium_src-9e8922bb4c140b5efd5e14d5d6561717c512d4b7.tar.gz
chromium_src-9e8922bb4c140b5efd5e14d5d6561717c512d4b7.tar.bz2
Reland of "gpu: workaround force_cube_map_positive_x_allocation fixes Android crash."
Original CL: https://codereview.chromium.org/1280163004 Revert: https://codereview.chromium.org/1298263002 False revert for Linux Msan crash BUG=517548 Review URL: https://codereview.chromium.org/1286193008 Cr-Commit-Position: refs/heads/master@{#346622}
Diffstat (limited to 'gpu/BUILD.gn')
-rw-r--r--gpu/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index cf99377..2668617 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -85,6 +85,7 @@ test("gl_tests") {
"command_buffer/tests/gl_clear_framebuffer_unittest.cc",
"command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc",
"command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc",
+ "command_buffer/tests/gl_cube_map_texture_unittest.cc",
"command_buffer/tests/gl_depth_texture_unittest.cc",
"command_buffer/tests/gl_gpu_memory_buffer_unittest.cc",
"command_buffer/tests/gl_lose_context_chromium_unittest.cc",