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

Side by Side Diff: gpu/demos/demos.gyp

Issue 8764010: Add back in compressed_textures sample. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: minor bug Created 9 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
« no previous file with comments | « gpu/demos/compressed_textures/compressed_textures.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'includes': [ 6 'includes': [
7 '../../ppapi/ppapi.gypi', 7 '../../ppapi/ppapi.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'type': 'executable', 198 'type': 'executable',
199 'dependencies': [ 199 'dependencies': [
200 'gpu_demo_framework_exe', 200 'gpu_demo_framework_exe',
201 '../../third_party/gles2_book/gles2_book.gyp:texture_wrap', 201 '../../third_party/gles2_book/gles2_book.gyp:texture_wrap',
202 ], 202 ],
203 'sources': [ 203 'sources': [
204 'gles2_book/example.h', 204 'gles2_book/example.h',
205 'gles2_book/demo_texture_wrap.cc', 205 'gles2_book/demo_texture_wrap.cc',
206 ], 206 ],
207 }, 207 },
208 {
209 'target_name': 'compressed_textures_exe',
210 'type': 'executable',
211 'dependencies': [
212 'gpu_demo_framework_exe',
213 '../../third_party/gles2_book/gles2_book.gyp:es_util',
214 ],
215 'sources': [
216 'compressed_textures/compressed_textures.cc',
217 ],
218 },
208 ], 219 ],
209 'conditions': [ 220 'conditions': [
210 ['enable_pepper_demos==1', { 221 ['enable_pepper_demos==1', {
211 'targets': [ 222 'targets': [
212 { 223 {
213 'target_name': 'hello_triangle_ppapi', 224 'target_name': 'hello_triangle_ppapi',
214 'type': 'loadable_module', 225 'type': 'loadable_module',
215 'variables': { 'chromium_code': 0, }, 226 'variables': { 'chromium_code': 0, },
216 'dependencies': [ 'gpu_demo_framework_ppapi', ], 227 'dependencies': [ 'gpu_demo_framework_ppapi', ],
217 'sources': [ 228 'sources': [
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'gles2_book/example.h', 308 'gles2_book/example.h',
298 'gles2_book/demo_texture_wrap.cc', 309 'gles2_book/demo_texture_wrap.cc',
299 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.c', 310 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.c',
300 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.h', 311 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.h',
301 ], 312 ],
302 }, 313 },
303 ], 314 ],
304 }], 315 }],
305 ], 316 ],
306 } 317 }
OLDNEW
« no previous file with comments | « gpu/demos/compressed_textures/compressed_textures.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698