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

Side by Side Diff: gpu/gpu.gyp

Issue 7765013: Revert 98504 - Manually merging trunk revs 95836 and 96904 to 835 branch (second attempt) (Closed) Base URL: svn://svn.chromium.org/chrome/branches/835/src/
Patch Set: Created 9 years, 3 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/gles2_conform_support/egl/display.cc ('k') | ppapi/proxy/ppb_context_3d_proxy.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'chromium_code': 1, 7 'chromium_code': 1,
8 # These are defined here because we need to build this library twice. Once 8 # These are defined here because we need to build this library twice. Once
9 # with extra parameter checking. Once with no parameter checking to be 100% 9 # with extra parameter checking. Once with no parameter checking to be 100%
10 # OpenGL ES 2.0 compliant for the conformance tests. 10 # OpenGL ES 2.0 compliant for the conformance tests.
11 'gles2_c_lib_source_files': [ 11 'gles2_c_lib_source_files': [
12 'command_buffer/client/gles2_c_lib.cc', 12 'command_buffer/client/gles2_c_lib.cc',
13 'command_buffer/client/gles2_c_lib_autogen.h', 13 'command_buffer/client/gles2_c_lib_autogen.h',
14 'command_buffer/client/gles2_lib.h', 14 'command_buffer/client/gles2_lib.h',
15 'command_buffer/client/gles2_lib.cc', 15 'command_buffer/client/gles2_lib.cc',
16 ], 16 ],
17 # These are defined here because we need to build this library twice. Once 17 # These are defined here because we need to build this library twice. Once
18 # with without support for client side arrays and once with for pepper and 18 # with without support for client side arrays and once with for pepper and
19 # the OpenGL ES 2.0 compliant for the conformance tests. 19 # the OpenGL ES 2.0 compliant for the conformance tests.
20 'gles2_implementation_source_files': [ 20 'gles2_implementation_source_files': [
21 'command_buffer/client/gles2_implementation_autogen.h', 21 'command_buffer/client/gles2_implementation_autogen.h',
22 'command_buffer/client/gles2_implementation.cc', 22 'command_buffer/client/gles2_implementation.cc',
23 'command_buffer/client/gles2_implementation.h', 23 'command_buffer/client/gles2_implementation.h',
24 'command_buffer/client/program_info_manager.cc',
25 'command_buffer/client/program_info_manager.h',
26 ] 24 ]
27 }, 25 },
28 'targets': [ 26 'targets': [
29 { 27 {
30 'target_name': 'command_buffer_common', 28 'target_name': 'command_buffer_common',
31 'type': 'static_library', 29 'type': 'static_library',
32 'include_dirs': [ 30 'include_dirs': [
33 '.', 31 '.',
34 ], 32 ],
35 'all_dependent_settings': { 33 'all_dependent_settings': {
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'gpu_unittest_utils', 265 'gpu_unittest_utils',
268 'gles2_implementation_client_side_arrays', 266 'gles2_implementation_client_side_arrays',
269 'gles2_cmd_helper', 267 'gles2_cmd_helper',
270 ], 268 ],
271 'sources': [ 269 'sources': [
272 '<@(gles2_c_lib_source_files)', 270 '<@(gles2_c_lib_source_files)',
273 'command_buffer/client/cmd_buffer_helper_test.cc', 271 'command_buffer/client/cmd_buffer_helper_test.cc',
274 'command_buffer/client/fenced_allocator_test.cc', 272 'command_buffer/client/fenced_allocator_test.cc',
275 'command_buffer/client/gles2_implementation_unittest.cc', 273 'command_buffer/client/gles2_implementation_unittest.cc',
276 'command_buffer/client/mapped_memory_unittest.cc', 274 'command_buffer/client/mapped_memory_unittest.cc',
277 'command_buffer/client/program_info_manager_unittest.cc',
278 'command_buffer/client/ring_buffer_test.cc', 275 'command_buffer/client/ring_buffer_test.cc',
279 'command_buffer/common/bitfield_helpers_test.cc', 276 'command_buffer/common/bitfield_helpers_test.cc',
280 'command_buffer/common/command_buffer_mock.cc', 277 'command_buffer/common/command_buffer_mock.cc',
281 'command_buffer/common/command_buffer_mock.h', 278 'command_buffer/common/command_buffer_mock.h',
282 'command_buffer/common/gles2_cmd_format_test.cc', 279 'command_buffer/common/gles2_cmd_format_test.cc',
283 'command_buffer/common/gles2_cmd_format_test_autogen.h', 280 'command_buffer/common/gles2_cmd_format_test_autogen.h',
284 'command_buffer/common/gles2_cmd_id_test.cc', 281 'command_buffer/common/gles2_cmd_id_test.cc',
285 'command_buffer/common/gles2_cmd_id_test_autogen.h', 282 'command_buffer/common/gles2_cmd_id_test_autogen.h',
286 'command_buffer/common/gles2_cmd_utils_unittest.cc', 283 'command_buffer/common/gles2_cmd_utils_unittest.cc',
287 'command_buffer/common/id_allocator_test.cc', 284 'command_buffer/common/id_allocator_test.cc',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 # 2 == /SUBSYSTEM:WINDOWS 386 # 2 == /SUBSYSTEM:WINDOWS
390 'SubSystem': '2', 387 'SubSystem': '2',
391 }, 388 },
392 }, 389 },
393 }, 390 },
394 ], 391 ],
395 }, 392 },
396 ], 393 ],
397 ], 394 ],
398 } 395 }
OLDNEW
« no previous file with comments | « gpu/gles2_conform_support/egl/display.cc ('k') | ppapi/proxy/ppb_context_3d_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698