Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 1716813002: Use GpuPreferences to avoid directly accessing switches in gpu related code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | gpu/gles2_conform_support/egl/display.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'command_buffer/service/gles2_cmd_clear_framebuffer.h', 59 'command_buffer/service/gles2_cmd_clear_framebuffer.h',
60 'command_buffer/service/gles2_cmd_copy_texture_chromium.cc', 60 'command_buffer/service/gles2_cmd_copy_texture_chromium.cc',
61 'command_buffer/service/gles2_cmd_copy_texture_chromium.h', 61 'command_buffer/service/gles2_cmd_copy_texture_chromium.h',
62 'command_buffer/service/gles2_cmd_decoder.cc', 62 'command_buffer/service/gles2_cmd_decoder.cc',
63 'command_buffer/service/gles2_cmd_decoder.h', 63 'command_buffer/service/gles2_cmd_decoder.h',
64 'command_buffer/service/gles2_cmd_decoder_autogen.h', 64 'command_buffer/service/gles2_cmd_decoder_autogen.h',
65 'command_buffer/service/gles2_cmd_validation.cc', 65 'command_buffer/service/gles2_cmd_validation.cc',
66 'command_buffer/service/gles2_cmd_validation.h', 66 'command_buffer/service/gles2_cmd_validation.h',
67 'command_buffer/service/gles2_cmd_validation_autogen.h', 67 'command_buffer/service/gles2_cmd_validation_autogen.h',
68 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h', 68 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h',
69 'command_buffer/service/gpu_preferences.cc',
70 'command_buffer/service/gpu_preferences.h',
69 'command_buffer/service/gpu_scheduler.cc', 71 'command_buffer/service/gpu_scheduler.cc',
70 'command_buffer/service/gpu_scheduler.h', 72 'command_buffer/service/gpu_scheduler.h',
71 'command_buffer/service/gpu_state_tracer.cc', 73 'command_buffer/service/gpu_state_tracer.cc',
72 'command_buffer/service/gpu_state_tracer.h', 74 'command_buffer/service/gpu_state_tracer.h',
73 'command_buffer/service/gpu_switches.cc', 75 'command_buffer/service/gpu_switches.cc',
74 'command_buffer/service/gpu_switches.h', 76 'command_buffer/service/gpu_switches.h',
75 'command_buffer/service/gpu_tracer.cc', 77 'command_buffer/service/gpu_tracer.cc',
76 'command_buffer/service/gpu_tracer.h', 78 'command_buffer/service/gpu_tracer.h',
77 'command_buffer/service/id_manager.cc', 79 'command_buffer/service/id_manager.cc',
78 'command_buffer/service/id_manager.h', 80 'command_buffer/service/id_manager.h',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 # Required by gles2_cmd_decoder.cc on Mac. 140 # Required by gles2_cmd_decoder.cc on Mac.
139 'link_settings': { 141 'link_settings': {
140 'libraries': [ 142 'libraries': [
141 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', 143 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
142 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 144 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
143 ], 145 ],
144 }, 146 },
145 }], 147 }],
146 ], 148 ],
147 } 149 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | gpu/gles2_conform_support/egl/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698