OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |