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

Unified Diff: gpu/command_buffer_service.gypi

Issue 793693003: Tile Compression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/texture_manager.cc ('k') | gpu/ipc/gpu_command_buffer_traits_multi.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer_service.gypi
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi
index 358317caa978877906dc7aef3381dde46926d7f7..cc32e29bc3aa7974a4be2b6b0cd7586afca85a89 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -148,5 +148,16 @@
'command_buffer/service/async_pixel_transfer_manager_egl.h',
],
}],
+ ['OS=="android"', {
+ 'sources': [
+ 'command_buffer/service/async_pixel_transfer_manager_compressed.cc',
+ 'command_buffer/service/async_pixel_transfer_manager_compressed.h',
+ ],
+ 'configurations': {
+ 'Release': {
+ 'cflags': ['-O2']
+ }
+ }
+ }]
],
}
« no previous file with comments | « gpu/command_buffer/service/texture_manager.cc ('k') | gpu/ipc/gpu_command_buffer_traits_multi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698