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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 11301006: automate more GL state handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h ('k') | gpu/gpu.gyp » ('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 '<(DEPTH)/third_party/khronos', 8 '<(DEPTH)/third_party/khronos',
9 ], 9 ],
10 'all_dependent_settings': { 10 'all_dependent_settings': {
(...skipping 17 matching lines...) Expand all
28 'command_buffer/service/cmd_buffer_engine.h', 28 'command_buffer/service/cmd_buffer_engine.h',
29 'command_buffer/service/cmd_parser.cc', 29 'command_buffer/service/cmd_parser.cc',
30 'command_buffer/service/cmd_parser.h', 30 'command_buffer/service/cmd_parser.h',
31 'command_buffer/service/command_buffer_service.cc', 31 'command_buffer/service/command_buffer_service.cc',
32 'command_buffer/service/command_buffer_service.h', 32 'command_buffer/service/command_buffer_service.h',
33 'command_buffer/service/common_decoder.cc', 33 'command_buffer/service/common_decoder.cc',
34 'command_buffer/service/common_decoder.h', 34 'command_buffer/service/common_decoder.h',
35 'command_buffer/service/context_group.h', 35 'command_buffer/service/context_group.h',
36 'command_buffer/service/context_group.cc', 36 'command_buffer/service/context_group.cc',
37 'command_buffer/service/context_state.h', 37 'command_buffer/service/context_state.h',
38 'command_buffer/service/context_state_autogen.h',
39 'command_buffer/service/context_state_impl_autogen.h',
38 'command_buffer/service/context_state.cc', 40 'command_buffer/service/context_state.cc',
39 'command_buffer/service/feature_info.h', 41 'command_buffer/service/feature_info.h',
40 'command_buffer/service/feature_info.cc', 42 'command_buffer/service/feature_info.cc',
41 'command_buffer/service/framebuffer_manager.h', 43 'command_buffer/service/framebuffer_manager.h',
42 'command_buffer/service/framebuffer_manager.cc', 44 'command_buffer/service/framebuffer_manager.cc',
43 'command_buffer/service/gles2_cmd_copy_texture_chromium.cc', 45 'command_buffer/service/gles2_cmd_copy_texture_chromium.cc',
44 'command_buffer/service/gles2_cmd_copy_texture_chromium.h', 46 'command_buffer/service/gles2_cmd_copy_texture_chromium.h',
45 'command_buffer/service/gles2_cmd_decoder.h', 47 'command_buffer/service/gles2_cmd_decoder.h',
46 'command_buffer/service/gles2_cmd_decoder_autogen.h', 48 'command_buffer/service/gles2_cmd_decoder_autogen.h',
47 'command_buffer/service/gles2_cmd_decoder.cc', 49 'command_buffer/service/gles2_cmd_decoder.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 '../build/linux/system.gyp:gtk', 101 '../build/linux/system.gyp:gtk',
100 ], 102 ],
101 }], 103 }],
102 ['ui_compositor_image_transport==1', { 104 ['ui_compositor_image_transport==1', {
103 'include_dirs': [ 105 'include_dirs': [
104 '<(DEPTH)/third_party/angle/include', 106 '<(DEPTH)/third_party/angle/include',
105 ], 107 ],
106 }], 108 }],
107 ], 109 ],
108 } 110 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698