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

Unified Diff: gpu/BUILD.gn

Issue 871093002: gpu: Perf test to check costs of texture upload at different stages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Geometry dependency added to build files. Created 5 years, 11 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 | gpu/gpu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index fa9261f40acdc1a2fc2bea8b59f536ad4e2e472c..4604f8a6991e193f2bf2ccb31e2a2adac037488a 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -244,6 +244,22 @@ test("gpu_unittests") {
]
}
+test("gpu_perftests") {
+ sources = [
+ "perftests/run_all_tests.cc",
+ "perftests/texture_upload_perftest.cc",
+ ]
+
+ deps = [
+ "//base",
+ "//base/test:test_support",
+ "//testing/gtest",
+ "//testing/perf",
+ "//ui/gfx/geometry",
+ "//ui/gl",
+ ]
+}
+
test("angle_unittests") {
sources = [
"angle_unittest_main.cc",
« no previous file with comments | « no previous file | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698