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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 15745014: Move GPU device/driver info related code from content to gpu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 7 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « gpu/command_buffer/service/gpu_driver_bug_workaround_type.h ('k') | gpu/config/OWNERS » ('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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'command_buffer/service/gles2_cmd_decoder.cc', 67 'command_buffer/service/gles2_cmd_decoder.cc',
68 'command_buffer/service/gles2_cmd_validation.h', 68 'command_buffer/service/gles2_cmd_validation.h',
69 'command_buffer/service/gles2_cmd_validation.cc', 69 'command_buffer/service/gles2_cmd_validation.cc',
70 'command_buffer/service/gles2_cmd_validation_autogen.h', 70 'command_buffer/service/gles2_cmd_validation_autogen.h',
71 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h', 71 'command_buffer/service/gles2_cmd_validation_implementation_autogen.h',
72 'command_buffer/service/gl_context_virtual.cc', 72 'command_buffer/service/gl_context_virtual.cc',
73 'command_buffer/service/gl_context_virtual.h', 73 'command_buffer/service/gl_context_virtual.h',
74 'command_buffer/service/gl_state_restorer_impl.cc', 74 'command_buffer/service/gl_state_restorer_impl.cc',
75 'command_buffer/service/gl_state_restorer_impl.h', 75 'command_buffer/service/gl_state_restorer_impl.h',
76 'command_buffer/service/gl_utils.h', 76 'command_buffer/service/gl_utils.h',
77 'command_buffer/service/gpu_driver_bug_workaround_type.h',
78 'command_buffer/service/gpu_scheduler.h', 77 'command_buffer/service/gpu_scheduler.h',
79 'command_buffer/service/gpu_scheduler.cc', 78 'command_buffer/service/gpu_scheduler.cc',
80 'command_buffer/service/gpu_scheduler_mock.h', 79 'command_buffer/service/gpu_scheduler_mock.h',
81 'command_buffer/service/gpu_switches.h', 80 'command_buffer/service/gpu_switches.h',
82 'command_buffer/service/gpu_switches.cc', 81 'command_buffer/service/gpu_switches.cc',
83 'command_buffer/service/gpu_tracer.h', 82 'command_buffer/service/gpu_tracer.h',
84 'command_buffer/service/gpu_tracer.cc', 83 'command_buffer/service/gpu_tracer.cc',
85 'command_buffer/service/id_manager.h', 84 'command_buffer/service/id_manager.h',
86 'command_buffer/service/id_manager.cc', 85 'command_buffer/service/id_manager.cc',
87 'command_buffer/service/image_manager.cc', 86 'command_buffer/service/image_manager.cc',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 ], 135 ],
137 }], 136 }],
138 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', { 137 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', {
139 'sources': [ 138 'sources': [
140 'command_buffer/service/async_pixel_transfer_delegate_egl.cc', 139 'command_buffer/service/async_pixel_transfer_delegate_egl.cc',
141 'command_buffer/service/async_pixel_transfer_delegate_egl.h', 140 'command_buffer/service/async_pixel_transfer_delegate_egl.h',
142 ], 141 ],
143 }] 142 }]
144 ], 143 ],
145 } 144 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gpu_driver_bug_workaround_type.h ('k') | gpu/config/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698