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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 14308014: Clean up of GLES2 Command Decoder by moving some of the error state into a separate class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix merge error. Created 7 years, 8 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/service/vertex_attrib_manager_unittest.cc ('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 ], 8 ],
9 'all_dependent_settings': { 9 'all_dependent_settings': {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 22 matching lines...) Expand all
33 'command_buffer/service/command_buffer_service.cc', 33 'command_buffer/service/command_buffer_service.cc',
34 'command_buffer/service/command_buffer_service.h', 34 'command_buffer/service/command_buffer_service.h',
35 'command_buffer/service/common_decoder.cc', 35 'command_buffer/service/common_decoder.cc',
36 'command_buffer/service/common_decoder.h', 36 'command_buffer/service/common_decoder.h',
37 'command_buffer/service/context_group.h', 37 'command_buffer/service/context_group.h',
38 'command_buffer/service/context_group.cc', 38 'command_buffer/service/context_group.cc',
39 'command_buffer/service/context_state.h', 39 'command_buffer/service/context_state.h',
40 'command_buffer/service/context_state_autogen.h', 40 'command_buffer/service/context_state_autogen.h',
41 'command_buffer/service/context_state_impl_autogen.h', 41 'command_buffer/service/context_state_impl_autogen.h',
42 'command_buffer/service/context_state.cc', 42 'command_buffer/service/context_state.cc',
43 'command_buffer/service/error_state.cc',
44 'command_buffer/service/error_state.h',
43 'command_buffer/service/feature_info.h', 45 'command_buffer/service/feature_info.h',
44 'command_buffer/service/feature_info.cc', 46 'command_buffer/service/feature_info.cc',
45 'command_buffer/service/framebuffer_manager.h', 47 'command_buffer/service/framebuffer_manager.h',
46 'command_buffer/service/framebuffer_manager.cc', 48 'command_buffer/service/framebuffer_manager.cc',
47 'command_buffer/service/gles2_cmd_copy_texture_chromium.cc', 49 'command_buffer/service/gles2_cmd_copy_texture_chromium.cc',
48 'command_buffer/service/gles2_cmd_copy_texture_chromium.h', 50 'command_buffer/service/gles2_cmd_copy_texture_chromium.h',
49 'command_buffer/service/gles2_cmd_decoder.h', 51 'command_buffer/service/gles2_cmd_decoder.h',
50 'command_buffer/service/gles2_cmd_decoder_autogen.h', 52 'command_buffer/service/gles2_cmd_decoder_autogen.h',
51 'command_buffer/service/gles2_cmd_decoder.cc', 53 'command_buffer/service/gles2_cmd_decoder.cc',
52 'command_buffer/service/gles2_cmd_validation.h', 54 'command_buffer/service/gles2_cmd_validation.h',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 '../build/linux/system.gyp:gtk', 114 '../build/linux/system.gyp:gtk',
113 ], 115 ],
114 }], 116 }],
115 ['ui_compositor_image_transport==1', { 117 ['ui_compositor_image_transport==1', {
116 'include_dirs': [ 118 'include_dirs': [
117 '../third_party/angle/include', 119 '../third_party/angle/include',
118 ], 120 ],
119 }], 121 }],
120 ], 122 ],
121 } 123 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/vertex_attrib_manager_unittest.cc ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698