OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 24 matching lines...) Expand all Loading... |
35 ], | 35 ], |
36 }, | 36 }, |
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 '../../base/base.gyp:base', | 44 '../../base/base.gyp:base', |
| 45 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 46 '../../ui/ui.gyp:ui', |
45 ], | 47 ], |
46 'sources': [ | 48 'sources': [ |
47 'framework/main_exe.cc', | 49 'framework/main_exe.cc', |
48 'framework/window.cc', | 50 'framework/window.cc', |
49 'framework/window_linux.cc', | 51 'framework/window_linux.cc', |
50 'framework/window_mac.mm', | 52 'framework/window_mac.mm', |
51 'framework/window_win.cc', | 53 'framework/window_win.cc', |
52 'framework/window.h', | 54 'framework/window.h', |
53 ], | 55 ], |
54 'conditions': [ | 56 'conditions': [ |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 'gles2_book/example.h', | 297 'gles2_book/example.h', |
296 'gles2_book/demo_texture_wrap.cc', | 298 'gles2_book/demo_texture_wrap.cc', |
297 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.c', | 299 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.c', |
298 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.h', | 300 '../../third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.h', |
299 ], | 301 ], |
300 }, | 302 }, |
301 ], | 303 ], |
302 }], | 304 }], |
303 ], | 305 ], |
304 } | 306 } |
OLD | NEW |