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 'include_dirs': [ | 6 'include_dirs': [ |
7 '..', | 7 '..', |
8 ], | 8 ], |
9 'all_dependent_settings': { | 9 'all_dependent_settings': { |
10 'include_dirs': [ | 10 'include_dirs': [ |
(...skipping 27 matching lines...) Expand all Loading... |
38 'command_buffer/service/context_group.cc', | 38 'command_buffer/service/context_group.cc', |
39 'command_buffer/service/context_group.h', | 39 'command_buffer/service/context_group.h', |
40 'command_buffer/service/context_state.cc', | 40 'command_buffer/service/context_state.cc', |
41 'command_buffer/service/context_state.h', | 41 'command_buffer/service/context_state.h', |
42 'command_buffer/service/context_state_autogen.h', | 42 'command_buffer/service/context_state_autogen.h', |
43 'command_buffer/service/context_state_impl_autogen.h', | 43 'command_buffer/service/context_state_impl_autogen.h', |
44 'command_buffer/service/error_state.cc', | 44 'command_buffer/service/error_state.cc', |
45 'command_buffer/service/error_state.h', | 45 'command_buffer/service/error_state.h', |
46 'command_buffer/service/feature_info.cc', | 46 'command_buffer/service/feature_info.cc', |
47 'command_buffer/service/feature_info.h', | 47 'command_buffer/service/feature_info.h', |
48 "command_buffer/service/framebuffer_completeness_cache.cc", | 48 'command_buffer/service/fence_sync_manager.cc', |
49 "command_buffer/service/framebuffer_completeness_cache.h", | 49 'command_buffer/service/fence_sync_manager.h', |
| 50 'command_buffer/service/framebuffer_completeness_cache.cc', |
| 51 'command_buffer/service/framebuffer_completeness_cache.h', |
50 'command_buffer/service/framebuffer_manager.cc', | 52 'command_buffer/service/framebuffer_manager.cc', |
51 'command_buffer/service/framebuffer_manager.h', | 53 'command_buffer/service/framebuffer_manager.h', |
52 'command_buffer/service/gl_context_virtual.cc', | 54 'command_buffer/service/gl_context_virtual.cc', |
53 'command_buffer/service/gl_context_virtual.h', | 55 'command_buffer/service/gl_context_virtual.h', |
54 'command_buffer/service/gl_state_restorer_impl.cc', | 56 'command_buffer/service/gl_state_restorer_impl.cc', |
55 'command_buffer/service/gl_state_restorer_impl.h', | 57 'command_buffer/service/gl_state_restorer_impl.h', |
56 'command_buffer/service/gl_utils.h', | 58 'command_buffer/service/gl_utils.h', |
57 'command_buffer/service/gles2_cmd_clear_framebuffer.cc', | 59 'command_buffer/service/gles2_cmd_clear_framebuffer.cc', |
58 'command_buffer/service/gles2_cmd_clear_framebuffer.h', | 60 'command_buffer/service/gles2_cmd_clear_framebuffer.h', |
59 'command_buffer/service/gles2_cmd_copy_texture_chromium.cc', | 61 'command_buffer/service/gles2_cmd_copy_texture_chromium.cc', |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 # Required by gles2_cmd_decoder.cc on Mac. | 137 # Required by gles2_cmd_decoder.cc on Mac. |
136 'link_settings': { | 138 'link_settings': { |
137 'libraries': [ | 139 'libraries': [ |
138 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', | 140 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', |
139 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 141 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
140 ], | 142 ], |
141 }, | 143 }, |
142 }], | 144 }], |
143 ], | 145 ], |
144 } | 146 } |
OLD | NEW |