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

Unified Diff: gpu/gpu.gyp

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: Add NOTREACHED in the default switch statement. Replace GenerateTextureData from format to bytes_pe… 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
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 2bb746554b2100c304b497500260230e26117f9d..6021f56c61e7a34982ce85fe9b90f56f4e134107 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -287,6 +287,7 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
+ '../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../testing/perf/perf_test.gyp:perf_test',
'../ui/gfx/gfx.gyp:gfx_geometry',

Powered by Google App Engine
This is Rietveld 408576698