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

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

Issue 9581018: GPU: Build most of the gpu as a single DLL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
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 '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 26 matching lines...) Expand all
37 { 37 {
38 'target_name': 'gpu_demo_framework_exe', 38 'target_name': 'gpu_demo_framework_exe',
39 'type': 'static_library', 39 'type': 'static_library',
40 'dependencies': [ 40 'dependencies': [
41 'gpu_demo_framework', 41 'gpu_demo_framework',
42 '../gpu.gyp:command_buffer_client', 42 '../gpu.gyp:command_buffer_client',
43 '../gpu.gyp:command_buffer_service', 43 '../gpu.gyp:command_buffer_service',
44 '../gpu.gyp:gles2_implementation', 44 '../gpu.gyp:gles2_implementation',
45 '../../base/base.gyp:base', 45 '../../base/base.gyp:base',
46 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 46 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
47 '../../ui/gfx/gl/gl.gyp:gl',
47 '../../ui/ui.gyp:ui', 48 '../../ui/ui.gyp:ui',
48 ], 49 ],
49 'sources': [ 50 'sources': [
50 'framework/main_exe.cc', 51 'framework/main_exe.cc',
51 'framework/window.cc', 52 'framework/window.cc',
52 'framework/window_linux.cc', 53 'framework/window_linux.cc',
53 'framework/window_mac.mm', 54 'framework/window_mac.mm',
54 'framework/window_win.cc', 55 'framework/window_win.cc',
55 'framework/window.h', 56 'framework/window.h',
56 ], 57 ],
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'gles2_book/example.h', 310 'gles2_book/example.h',
310 'gles2_book/demo_texture_wrap.cc', 311 'gles2_book/demo_texture_wrap.cc',
311 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.c', 312 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.c',
312 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.h', 313 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.h',
313 ], 314 ],
314 }, 315 },
315 ], 316 ],
316 }], 317 }],
317 ], 318 ],
318 } 319 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/vertex_attrib_manager.h ('k') | gpu/gles2_conform_support/gles2_conform_support.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698