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

Side by Side Diff: gpu/gpu.gyp

Issue 16325018: GPU: Factory produces APTManagers instead of APTDelegates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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.gypi ('k') | no next file » | 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 'variables': { 6 'variables': {
7 'nacl_win64_target': 0, 7 'nacl_win64_target': 0,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'gpu_common.gypi', 10 'gpu_common.gypi',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'command_buffer/common/command_buffer_shared_test.cc', 158 'command_buffer/common/command_buffer_shared_test.cc',
159 'command_buffer/common/debug_marker_manager_unittest.cc', 159 'command_buffer/common/debug_marker_manager_unittest.cc',
160 'command_buffer/common/gles2_cmd_format_test.cc', 160 'command_buffer/common/gles2_cmd_format_test.cc',
161 'command_buffer/common/gles2_cmd_format_test_autogen.h', 161 'command_buffer/common/gles2_cmd_format_test_autogen.h',
162 'command_buffer/common/gles2_cmd_utils_unittest.cc', 162 'command_buffer/common/gles2_cmd_utils_unittest.cc',
163 'command_buffer/common/id_allocator_test.cc', 163 'command_buffer/common/id_allocator_test.cc',
164 'command_buffer/common/trace_event.h', 164 'command_buffer/common/trace_event.h',
165 'command_buffer/common/unittest_main.cc', 165 'command_buffer/common/unittest_main.cc',
166 'command_buffer/service/async_pixel_transfer_delegate_mock.h', 166 'command_buffer/service/async_pixel_transfer_delegate_mock.h',
167 'command_buffer/service/async_pixel_transfer_delegate_mock.cc', 167 'command_buffer/service/async_pixel_transfer_delegate_mock.cc',
168 'command_buffer/service/async_pixel_transfer_manager_test.h',
169 'command_buffer/service/async_pixel_transfer_manager_test.cc',
168 'command_buffer/service/buffer_manager_unittest.cc', 170 'command_buffer/service/buffer_manager_unittest.cc',
169 'command_buffer/service/cmd_parser_test.cc', 171 'command_buffer/service/cmd_parser_test.cc',
170 'command_buffer/service/command_buffer_service_unittest.cc', 172 'command_buffer/service/command_buffer_service_unittest.cc',
171 'command_buffer/service/common_decoder_unittest.cc', 173 'command_buffer/service/common_decoder_unittest.cc',
172 'command_buffer/service/context_group_unittest.cc', 174 'command_buffer/service/context_group_unittest.cc',
173 'command_buffer/service/feature_info_unittest.cc', 175 'command_buffer/service/feature_info_unittest.cc',
174 'command_buffer/service/framebuffer_manager_unittest.cc', 176 'command_buffer/service/framebuffer_manager_unittest.cc',
175 'command_buffer/service/gles2_cmd_decoder_unittest.cc', 177 'command_buffer/service/gles2_cmd_decoder_unittest.cc',
176 'command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h', 178 'command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h',
177 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc', 179 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests< (SHARED_LIB_SUFFIX)', 534 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests< (SHARED_LIB_SUFFIX)',
533 }, 535 },
534 'includes': [ 536 'includes': [
535 '../build/apk_test.gypi', 537 '../build/apk_test.gypi',
536 ], 538 ],
537 }, 539 },
538 ], 540 ],
539 }], 541 }],
540 ], 542 ],
541 } 543 }
OLDNEW
« no previous file with comments | « gpu/command_buffer_service.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698