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

Unified Diff: gpu/gpu.gyp

Issue 2076213002: Decompress ETC texture data when there is no native support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check MapBuffer result. Created 4 years, 5 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 | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index f7b73b422f2e49f918290038ca09583e4684ffa4..26e5c3183e76b5274d2ead2842e2e56e682c0a41 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -699,6 +699,7 @@
'../build/android/disable_gcc_lto.gypi',
],
'dependencies': [
+ '../third_party/angle/src/angle.gyp:angle_image_util',
'command_buffer_common',
'disk_cache_proto',
'gpu_config',
@@ -793,6 +794,7 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../third_party/angle/src/angle.gyp:angle_image_util',
'command_buffer/command_buffer.gyp:gles2_utils',
'disk_cache_proto',
],
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698