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

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

Issue 9582024: Revert 124702 - GPU: Buld 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',
48 '../../ui/ui.gyp:ui', 47 '../../ui/ui.gyp:ui',
49 ], 48 ],
50 'sources': [ 49 'sources': [
51 'framework/main_exe.cc', 50 'framework/main_exe.cc',
52 'framework/window.cc', 51 'framework/window.cc',
53 'framework/window_linux.cc', 52 'framework/window_linux.cc',
54 'framework/window_mac.mm', 53 'framework/window_mac.mm',
55 'framework/window_win.cc', 54 'framework/window_win.cc',
56 'framework/window.h', 55 'framework/window.h',
57 ], 56 ],
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'gles2_book/example.h', 309 'gles2_book/example.h',
311 'gles2_book/demo_texture_wrap.cc', 310 'gles2_book/demo_texture_wrap.cc',
312 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.c', 311 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.c',
313 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.h', 312 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.h',
314 ], 313 ],
315 }, 314 },
316 ], 315 ],
317 }], 316 }],
318 ], 317 ],
319 } 318 }
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