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

Unified Diff: gpu/BUILD.gn

Issue 974913003: gpu: Run texture upload perf test with different texture formats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move format check closer to where the format is used to determine the number of bits per pixel. Created 5 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 | « 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 830464e93f181d272026f62147607e01b25e5e36..a14d6501ef9cb87a9bc29f7db4421417ca689aa1 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -261,6 +261,7 @@ test("gpu_perftests") {
"//base",
"//base/test:test_support",
"//gpu/command_buffer/service",
+ "//testing/gmock",
"//testing/gtest",
"//testing/perf",
"//ui/gfx/geometry",
« 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