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

Side by Side Diff: gpu/gpu_common.gypi

Issue 54463007: Expose GLES2Interface to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/gpu.gyp ('k') | webkit/common/gpu/context_provider_in_process.h » ('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 '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.
(...skipping 13 matching lines...) Expand all
24 'command_buffer/client/client_context_state.h', 24 'command_buffer/client/client_context_state.h',
25 'command_buffer/client/client_context_state.cc', 25 'command_buffer/client/client_context_state.cc',
26 'command_buffer/client/client_context_state_autogen.h', 26 'command_buffer/client/client_context_state_autogen.h',
27 'command_buffer/client/client_context_state_impl_autogen.h', 27 'command_buffer/client/client_context_state_impl_autogen.h',
28 'command_buffer/client/gles2_impl_export.h', 28 'command_buffer/client/gles2_impl_export.h',
29 'command_buffer/client/gles2_implementation_autogen.h', 29 'command_buffer/client/gles2_implementation_autogen.h',
30 'command_buffer/client/gles2_implementation.cc', 30 'command_buffer/client/gles2_implementation.cc',
31 'command_buffer/client/gles2_implementation.h', 31 'command_buffer/client/gles2_implementation.h',
32 'command_buffer/client/gles2_implementation_impl_autogen.h', 32 'command_buffer/client/gles2_implementation_impl_autogen.h',
33 'command_buffer/client/gles2_interface.h', 33 'command_buffer/client/gles2_interface.h',
34 'command_buffer/client/gles2_interface.cc',
35 'command_buffer/client/gles2_trace_implementation_autogen.h', 34 'command_buffer/client/gles2_trace_implementation_autogen.h',
36 'command_buffer/client/gles2_trace_implementation.cc', 35 'command_buffer/client/gles2_trace_implementation.cc',
37 'command_buffer/client/gles2_trace_implementation.h', 36 'command_buffer/client/gles2_trace_implementation.h',
38 'command_buffer/client/gles2_trace_implementation_impl_autogen.h', 37 'command_buffer/client/gles2_trace_implementation_impl_autogen.h',
39 'command_buffer/client/gpu_memory_buffer_factory.h', 38 'command_buffer/client/gpu_memory_buffer_factory.h',
40 'command_buffer/client/gpu_memory_buffer_tracker.cc', 39 'command_buffer/client/gpu_memory_buffer_tracker.cc',
41 'command_buffer/client/gpu_memory_buffer_tracker.h', 40 'command_buffer/client/gpu_memory_buffer_tracker.h',
42 'command_buffer/client/program_info_manager.cc', 41 'command_buffer/client/program_info_manager.cc',
43 'command_buffer/client/program_info_manager.h', 42 'command_buffer/client/program_info_manager.h',
44 'command_buffer/client/query_tracker.cc', 43 'command_buffer/client/query_tracker.cc',
(...skipping 18 matching lines...) Expand all
63 'variables': { 62 'variables': {
64 'test_suite_name': 'gpu_unittests', 63 'test_suite_name': 'gpu_unittests',
65 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gpu_unitt ests<(SHARED_LIB_SUFFIX)', 64 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gpu_unitt ests<(SHARED_LIB_SUFFIX)',
66 }, 65 },
67 'includes': [ '../build/apk_test.gypi' ], 66 'includes': [ '../build/apk_test.gypi' ],
68 }, 67 },
69 ], 68 ],
70 }], 69 }],
71 ], 70 ],
72 } 71 }
OLDNEW
« no previous file with comments | « gpu/gpu.gyp ('k') | webkit/common/gpu/context_provider_in_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698