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/gl/gl.gyp:gl', |
48 '../../ui/ui.gyp:ui', | 48 '../../ui/ui.gyp:ui', |
49 ], | 49 ], |
50 'sources': [ | 50 'sources': [ |
51 'framework/main_exe.cc', | 51 'framework/main_exe.cc', |
52 'framework/window.cc', | 52 'framework/window.cc', |
53 'framework/window_linux.cc', | 53 'framework/window_linux.cc', |
54 'framework/window_mac.mm', | 54 'framework/window_mac.mm', |
55 'framework/window_win.cc', | 55 'framework/window_win.cc', |
56 'framework/window.h', | 56 'framework/window.h', |
57 ], | 57 ], |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 'gles2_book/example.h', | 321 'gles2_book/example.h', |
322 'gles2_book/demo_texture_wrap.cc', | 322 'gles2_book/demo_texture_wrap.cc', |
323 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.c', | 323 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.c', |
324 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.h', | 324 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.h', |
325 ], | 325 ], |
326 }, | 326 }, |
327 ], | 327 ], |
328 }], | 328 }], |
329 ], | 329 ], |
330 } | 330 } |
OLD | NEW |