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

Unified Diff: client/deps/glbench/src/Makefile

Issue 2123013: Split tests into individual files. Got rid of globals by converting them to classes. (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: addressed comments Created 10 years, 7 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
« no previous file with comments | « no previous file | client/deps/glbench/src/all_tests.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/Makefile
diff --git a/client/deps/glbench/src/Makefile b/client/deps/glbench/src/Makefile
index 188e684b512a8e1ce74c3583a21908575e1603ab..8ad62271483b4c4f516d31c7ab0bb737e41473b4 100644
--- a/client/deps/glbench/src/Makefile
+++ b/client/deps/glbench/src/Makefile
@@ -3,7 +3,10 @@
# found in the LICENSE file.
SOURCES_COMMON = xlib_window.cc utils.cc
-SOURCES_GL_BENCH = main.cc bench.cc shaders.cc
+SOURCES_GL_BENCH = main.cc swaptest.cc yuvtest.cc testbase.cc
+SOURCES_GL_BENCH += fillratetest.cc readpixeltest.cc trianglesetuptest.cc
+SOURCES_GL_BENCH += attributefetchtest.cc varyingsandddxytest.cc cleartest.cc
+SOURCES_GL_BENCH += windowmanagercompositingtest.cc
SOURCES_TEARTEST = teartest.cc
SOURCES_WINDOWMANAGERTEST = windowmanagertest.cc
SOURCES_ALL = $(SOURCES_COMMON) \
« no previous file with comments | « no previous file | client/deps/glbench/src/all_tests.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698