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

Side by Side Diff: gpu/gpu_common.gypi

Issue 10836116: Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task is dead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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/client/share_group_unittest.cc ('k') | ipc/ipc_sync_channel_unittest.cc » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 # Library emulates GLES2 using command_buffers. 8 # Library emulates GLES2 using command_buffers.
9 'target_name': 'gles2_implementation', 9 'target_name': 'gles2_implementation',
10 'type': '<(component)', 10 'type': '<(component)',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 '<@(gles2_c_lib_source_files)', 141 '<@(gles2_c_lib_source_files)',
142 'command_buffer/client/client_test_helper.cc', 142 'command_buffer/client/client_test_helper.cc',
143 'command_buffer/client/client_test_helper.h', 143 'command_buffer/client/client_test_helper.h',
144 'command_buffer/client/cmd_buffer_helper_test.cc', 144 'command_buffer/client/cmd_buffer_helper_test.cc',
145 'command_buffer/client/fenced_allocator_test.cc', 145 'command_buffer/client/fenced_allocator_test.cc',
146 'command_buffer/client/gles2_implementation_unittest.cc', 146 'command_buffer/client/gles2_implementation_unittest.cc',
147 'command_buffer/client/mapped_memory_unittest.cc', 147 'command_buffer/client/mapped_memory_unittest.cc',
148 'command_buffer/client/query_tracker_unittest.cc', 148 'command_buffer/client/query_tracker_unittest.cc',
149 'command_buffer/client/program_info_manager_unittest.cc', 149 'command_buffer/client/program_info_manager_unittest.cc',
150 'command_buffer/client/ring_buffer_test.cc', 150 'command_buffer/client/ring_buffer_test.cc',
151 'command_buffer/client/share_group_unittest.cc',
152 'command_buffer/client/transfer_buffer_unittest.cc', 151 'command_buffer/client/transfer_buffer_unittest.cc',
153 'command_buffer/common/bitfield_helpers_test.cc', 152 'command_buffer/common/bitfield_helpers_test.cc',
154 'command_buffer/common/command_buffer_mock.cc', 153 'command_buffer/common/command_buffer_mock.cc',
155 'command_buffer/common/command_buffer_mock.h', 154 'command_buffer/common/command_buffer_mock.h',
156 'command_buffer/common/command_buffer_shared_test.cc', 155 'command_buffer/common/command_buffer_shared_test.cc',
157 'command_buffer/common/gles2_cmd_format_test.cc', 156 'command_buffer/common/gles2_cmd_format_test.cc',
158 'command_buffer/common/gles2_cmd_format_test_autogen.h', 157 'command_buffer/common/gles2_cmd_format_test_autogen.h',
159 'command_buffer/common/gles2_cmd_utils_unittest.cc', 158 'command_buffer/common/gles2_cmd_utils_unittest.cc',
160 'command_buffer/common/id_allocator_test.cc', 159 'command_buffer/common/id_allocator_test.cc',
161 'command_buffer/common/trace_event.h', 160 'command_buffer/common/trace_event.h',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'test_suite_name': 'gpu_unittests', 284 'test_suite_name': 'gpu_unittests',
286 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gpu_unitt ests<(SHARED_LIB_SUFFIX)', 285 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gpu_unitt ests<(SHARED_LIB_SUFFIX)',
287 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] , 286 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] ,
288 }, 287 },
289 'includes': [ '../build/apk_test.gypi' ], 288 'includes': [ '../build/apk_test.gypi' ],
290 }, 289 },
291 ], 290 ],
292 }], 291 }],
293 ], 292 ],
294 } 293 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/share_group_unittest.cc ('k') | ipc/ipc_sync_channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698