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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'command_buffer/service/gles2_cmd_copy_texture_chromium.h', | 69 'command_buffer/service/gles2_cmd_copy_texture_chromium.h', |
70 'command_buffer/service/gles2_cmd_decoder.cc', | 70 'command_buffer/service/gles2_cmd_decoder.cc', |
71 'command_buffer/service/gles2_cmd_decoder.h', | 71 'command_buffer/service/gles2_cmd_decoder.h', |
72 'command_buffer/service/gles2_cmd_decoder_autogen.h', | 72 'command_buffer/service/gles2_cmd_decoder_autogen.h', |
73 'command_buffer/service/gles2_cmd_decoder_passthrough.cc', | 73 'command_buffer/service/gles2_cmd_decoder_passthrough.cc', |
74 'command_buffer/service/gles2_cmd_decoder_passthrough.h', | 74 'command_buffer/service/gles2_cmd_decoder_passthrough.h', |
75 'command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h', | 75 'command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h', |
76 'command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc', | 76 'command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc', |
77 'command_buffer/service/gles2_cmd_decoder_passthrough_handlers.cc', | 77 'command_buffer/service/gles2_cmd_decoder_passthrough_handlers.cc', |
78 'command_buffer/service/gles2_cmd_decoder_passthrough_handlers_autogen.cc', | 78 'command_buffer/service/gles2_cmd_decoder_passthrough_handlers_autogen.cc', |
| 79 'command_buffer/service/gles2_cmd_srgb_converter.cc', |
| 80 'command_buffer/service/gles2_cmd_srgb_converter.h', |
79 'command_buffer/service/gles2_cmd_validation.cc', | 81 'command_buffer/service/gles2_cmd_validation.cc', |
80 'command_buffer/service/gles2_cmd_validation.h', | 82 'command_buffer/service/gles2_cmd_validation.h', |
81 'command_buffer/service/gles2_cmd_validation_autogen.h', | 83 'command_buffer/service/gles2_cmd_validation_autogen.h', |
82 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h', | 84 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h', |
83 'command_buffer/service/gpu_preferences.cc', | 85 'command_buffer/service/gpu_preferences.cc', |
84 'command_buffer/service/gpu_preferences.h', | 86 'command_buffer/service/gpu_preferences.h', |
85 'command_buffer/service/gpu_state_tracer.cc', | 87 'command_buffer/service/gpu_state_tracer.cc', |
86 'command_buffer/service/gpu_state_tracer.h', | 88 'command_buffer/service/gpu_state_tracer.h', |
87 'command_buffer/service/gpu_switches.cc', | 89 'command_buffer/service/gpu_switches.cc', |
88 'command_buffer/service/gpu_switches.h', | 90 'command_buffer/service/gpu_switches.h', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 # Required by gles2_cmd_decoder.cc on Mac. | 154 # Required by gles2_cmd_decoder.cc on Mac. |
153 'link_settings': { | 155 'link_settings': { |
154 'libraries': [ | 156 'libraries': [ |
155 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', | 157 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', |
156 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 158 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
157 ], | 159 ], |
158 }, | 160 }, |
159 }], | 161 }], |
160 ], | 162 ], |
161 } | 163 } |
OLD | NEW |