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

Side by Side Diff: gpu/gpu.gyp

Issue 289953004: Add GPU command buffer sevice and protobuf to GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/BUILD.gn ('k') | third_party/protobuf/BUILD.gn » ('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 '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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'command_buffer/client/client_test_helper.cc', 197 'command_buffer/client/client_test_helper.cc',
198 'command_buffer/client/client_test_helper.h', 198 'command_buffer/client/client_test_helper.h',
199 'command_buffer/client/cmd_buffer_helper_test.cc', 199 'command_buffer/client/cmd_buffer_helper_test.cc',
200 'command_buffer/client/fenced_allocator_test.cc', 200 'command_buffer/client/fenced_allocator_test.cc',
201 'command_buffer/client/gles2_implementation_unittest.cc', 201 'command_buffer/client/gles2_implementation_unittest.cc',
202 'command_buffer/client/mapped_memory_unittest.cc', 202 'command_buffer/client/mapped_memory_unittest.cc',
203 'command_buffer/client/query_tracker_unittest.cc', 203 'command_buffer/client/query_tracker_unittest.cc',
204 'command_buffer/client/program_info_manager_unittest.cc', 204 'command_buffer/client/program_info_manager_unittest.cc',
205 'command_buffer/client/ring_buffer_test.cc', 205 'command_buffer/client/ring_buffer_test.cc',
206 'command_buffer/client/transfer_buffer_unittest.cc', 206 'command_buffer/client/transfer_buffer_unittest.cc',
207 'command_buffer/client/vertex_array_object_manager_unittest.cc', 207 'command_buffer/client/vertex_array_objectmanager_unittest.cc',
piman 2014/05/20 01:26:16 typo?
brettw 2014/05/20 02:35:35 Oh yeah, I fixed that already but forgot to upload
208 'command_buffer/common/bitfield_helpers_test.cc', 208 'command_buffer/common/bitfield_helpers_test.cc',
209 'command_buffer/common/command_buffer_mock.cc', 209 'command_buffer/common/command_buffer_mock.cc',
210 'command_buffer/common/command_buffer_mock.h', 210 'command_buffer/common/command_buffer_mock.h',
211 'command_buffer/common/command_buffer_shared_test.cc', 211 'command_buffer/common/command_buffer_shared_test.cc',
212 'command_buffer/common/debug_marker_manager_unittest.cc', 212 'command_buffer/common/debug_marker_manager_unittest.cc',
213 'command_buffer/common/gles2_cmd_format_test.cc', 213 'command_buffer/common/gles2_cmd_format_test.cc',
214 'command_buffer/common/gles2_cmd_format_test_autogen.h', 214 'command_buffer/common/gles2_cmd_format_test_autogen.h',
215 'command_buffer/common/gles2_cmd_utils_unittest.cc', 215 'command_buffer/common/gles2_cmd_utils_unittest.cc',
216 'command_buffer/common/id_allocator_test.cc', 216 'command_buffer/common/id_allocator_test.cc',
217 'command_buffer/common/trace_event.h', 217 'command_buffer/common/trace_event.h',
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'test_suite_name': 'gl_tests', 603 'test_suite_name': 'gl_tests',
604 }, 604 },
605 'includes': [ 605 'includes': [
606 '../build/apk_test.gypi', 606 '../build/apk_test.gypi',
607 ], 607 ],
608 }, 608 },
609 ], 609 ],
610 }], 610 }],
611 ], 611 ],
612 } 612 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/BUILD.gn ('k') | third_party/protobuf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698