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