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

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

Issue 870005: Move gl_Bench into a dep so that it can be re-used among tests (Closed)
Patch Set: Created 10 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
« no previous file with comments | « client/deps/glbench/glbench.py ('k') | client/deps/glbench/src.orig/bench.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src.orig/Makefile
diff --git a/client/site_tests/gl_Bench/src/Makefile b/client/deps/glbench/src.orig/Makefile
similarity index 97%
rename from client/site_tests/gl_Bench/src/Makefile
rename to client/deps/glbench/src.orig/Makefile
index b05af659b0115aff66a0bc1e28b9070adbfe0fe4..3f5a48dda8a38f2b7657d96fcb319135536e8153 100644
--- a/client/site_tests/gl_Bench/src/Makefile
+++ b/client/deps/glbench/src.orig/Makefile
@@ -6,7 +6,7 @@ SOURCES = main.cc bench.cc xlib_window.cc shaders.cc utils.cc
CXXFLAGS = -g -Wall -Werror -I$(GCLIENT_ROOT)/src/third_party/chrome/files
LDFLAGS = -lGL -lX11 -L$(GCLIENT_ROOT)/src/third_party/chrome -lbase -lrt
-TARGET = ../gl_Bench
+TARGET = ../glbench
GCLIENT_ROOT ?= ../../../../../../../..
« no previous file with comments | « client/deps/glbench/glbench.py ('k') | client/deps/glbench/src.orig/bench.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698