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

Side by Side Diff: gpu/gles2_conform_support/gles2_conform_support.gyp

Issue 25015003: gfx: Create a separate gfx component out of ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 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') | gpu/gpu.gyp » ('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 want to be able to compile them on 8 # These are defined here because we want to be able to compile them on
9 # the buildbots without needed the OpenGL ES 2.0 conformance tests 9 # the buildbots without needed the OpenGL ES 2.0 conformance tests
10 # which are not open source. 10 # which are not open source.
(...skipping 21 matching lines...) Expand all
32 'targets': [ 32 'targets': [
33 { 33 {
34 'target_name': 'egl_native', 34 'target_name': 'egl_native',
35 'type': 'static_library', 35 'type': 'static_library',
36 'dependencies': [ 36 'dependencies': [
37 '../../base/base.gyp:base', 37 '../../base/base.gyp:base',
38 '../../gpu/gpu.gyp:gpu', 38 '../../gpu/gpu.gyp:gpu',
39 '../../gpu/gpu.gyp:gles2_implementation_client_side_arrays_no_check', 39 '../../gpu/gpu.gyp:gles2_implementation_client_side_arrays_no_check',
40 '../../gpu/gpu.gyp:command_buffer_service', 40 '../../gpu/gpu.gyp:command_buffer_service',
41 '../../third_party/khronos/khronos.gyp:khronos_headers', 41 '../../third_party/khronos/khronos.gyp:khronos_headers',
42 '../../ui/gfx/gfx.gyp:gfx',
42 '../../ui/gl/gl.gyp:gl', 43 '../../ui/gl/gl.gyp:gl',
43 '../../ui/ui.gyp:ui', 44 '../../ui/ui.gyp:ui',
44 ], 45 ],
45 'sources': [ 46 'sources': [
46 'egl/config.cc', 47 'egl/config.cc',
47 'egl/config.h', 48 'egl/config.h',
48 'egl/display.cc', 49 'egl/display.cc',
49 'egl/display.h', 50 'egl/display.h',
50 'egl/egl.cc', 51 'egl/egl.cc',
51 'egl/surface.cc', 52 'egl/surface.cc',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'EGLAPI=', 132 'EGLAPI=',
132 'EGLAPIENTRY=', 133 'EGLAPIENTRY=',
133 ], 134 ],
134 'sources': [ 135 'sources': [
135 '<@(bootstrap_sources_native)', 136 '<@(bootstrap_sources_native)',
136 'gles2_conform_support.c' 137 'gles2_conform_support.c'
137 ], 138 ],
138 }, 139 },
139 ], 140 ],
140 } 141 }
OLDNEW
« no previous file with comments | « gpu/command_buffer_service.gypi ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698