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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 ], 8 ],
9 'all_dependent_settings': { 9 'all_dependent_settings': {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'include_dirs': [ 141 'include_dirs': [
142 '../third_party/khronos', 142 '../third_party/khronos',
143 ], 143 ],
144 }], 144 }],
145 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', { 145 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', {
146 'sources': [ 146 'sources': [
147 'command_buffer/service/async_pixel_transfer_manager_egl.cc', 147 'command_buffer/service/async_pixel_transfer_manager_egl.cc',
148 'command_buffer/service/async_pixel_transfer_manager_egl.h', 148 'command_buffer/service/async_pixel_transfer_manager_egl.h',
149 ], 149 ],
150 }], 150 }],
151 ['OS=="android"', {
152 'sources': [
153 'command_buffer/service/async_pixel_transfer_manager_compressed.cc',
154 'command_buffer/service/async_pixel_transfer_manager_compressed.h',
155 ],
156 'configurations': {
157 'Release': {
158 'cflags': ['-O2']
159 }
160 }
161 }]
151 ], 162 ],
152 } 163 }
OLDNEW
« 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