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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 11275120: Virtual GL (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/tests/gl_virtual_contexts_unittests.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 '<(DEPTH)/third_party/khronos', 8 '<(DEPTH)/third_party/khronos',
9 ], 9 ],
10 'all_dependent_settings': { 10 'all_dependent_settings': {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'command_buffer/service/framebuffer_manager.cc', 44 'command_buffer/service/framebuffer_manager.cc',
45 'command_buffer/service/gles2_cmd_copy_texture_chromium.cc', 45 'command_buffer/service/gles2_cmd_copy_texture_chromium.cc',
46 'command_buffer/service/gles2_cmd_copy_texture_chromium.h', 46 'command_buffer/service/gles2_cmd_copy_texture_chromium.h',
47 'command_buffer/service/gles2_cmd_decoder.h', 47 'command_buffer/service/gles2_cmd_decoder.h',
48 'command_buffer/service/gles2_cmd_decoder_autogen.h', 48 'command_buffer/service/gles2_cmd_decoder_autogen.h',
49 'command_buffer/service/gles2_cmd_decoder.cc', 49 'command_buffer/service/gles2_cmd_decoder.cc',
50 'command_buffer/service/gles2_cmd_validation.h', 50 'command_buffer/service/gles2_cmd_validation.h',
51 'command_buffer/service/gles2_cmd_validation.cc', 51 'command_buffer/service/gles2_cmd_validation.cc',
52 'command_buffer/service/gles2_cmd_validation_autogen.h', 52 'command_buffer/service/gles2_cmd_validation_autogen.h',
53 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h', 53 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h',
54 'command_buffer/service/gl_context_virtual.cc',
55 'command_buffer/service/gl_context_virtual.h',
56 'command_buffer/service/gl_state_restorer_impl.cc',
57 'command_buffer/service/gl_state_restorer_impl.h',
54 'command_buffer/service/gl_utils.h', 58 'command_buffer/service/gl_utils.h',
55 'command_buffer/service/gpu_scheduler.h', 59 'command_buffer/service/gpu_scheduler.h',
56 'command_buffer/service/gpu_scheduler.cc', 60 'command_buffer/service/gpu_scheduler.cc',
57 'command_buffer/service/gpu_scheduler_mock.h', 61 'command_buffer/service/gpu_scheduler_mock.h',
58 'command_buffer/service/gpu_switches.h', 62 'command_buffer/service/gpu_switches.h',
59 'command_buffer/service/gpu_switches.cc', 63 'command_buffer/service/gpu_switches.cc',
60 'command_buffer/service/id_manager.h', 64 'command_buffer/service/id_manager.h',
61 'command_buffer/service/id_manager.cc', 65 'command_buffer/service/id_manager.cc',
62 'command_buffer/service/image_manager.cc', 66 'command_buffer/service/image_manager.cc',
63 'command_buffer/service/image_manager.h', 67 'command_buffer/service/image_manager.h',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 '../build/linux/system.gyp:gtk', 105 '../build/linux/system.gyp:gtk',
102 ], 106 ],
103 }], 107 }],
104 ['ui_compositor_image_transport==1', { 108 ['ui_compositor_image_transport==1', {
105 'include_dirs': [ 109 'include_dirs': [
106 '<(DEPTH)/third_party/angle/include', 110 '<(DEPTH)/third_party/angle/include',
107 ], 111 ],
108 }], 112 }],
109 ], 113 ],
110 } 114 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_virtual_contexts_unittests.cc ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698