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

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

Issue 693943003: Update from https://crrev.com/302630 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « gpu/gles2_conform_support/egl/display.cc ('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 17 matching lines...) Expand all
28 ], 28 ],
29 29
30 }, 30 },
31 'targets': [ 31 'targets': [
32 { 32 {
33 'target_name': 'egl_native', 33 'target_name': 'egl_native',
34 'type': 'static_library', 34 'type': 'static_library',
35 'dependencies': [ 35 'dependencies': [
36 '../../base/base.gyp:base', 36 '../../base/base.gyp:base',
37 '../../gpu/gpu.gyp:command_buffer_service', 37 '../../gpu/gpu.gyp:command_buffer_service',
38 '../../gpu/gpu.gyp:gles2_implementation_client_side_arrays_no_check', 38 '../../gpu/gpu.gyp:gles2_implementation_no_check',
39 '../../gpu/gpu.gyp:gpu', 39 '../../gpu/gpu.gyp:gpu',
40 '../../third_party/khronos/khronos.gyp:khronos_headers', 40 '../../third_party/khronos/khronos.gyp:khronos_headers',
41 '../../ui/base/ui_base.gyp:ui_base', 41 '../../ui/base/ui_base.gyp:ui_base',
42 '../../ui/gfx/gfx.gyp:gfx', 42 '../../ui/gfx/gfx.gyp:gfx',
43 '../../ui/gfx/gfx.gyp:gfx_geometry', 43 '../../ui/gfx/gfx.gyp:gfx_geometry',
44 '../../ui/gl/gl.gyp:gl', 44 '../../ui/gl/gl.gyp:gl',
45 ], 45 ],
46 'sources': [ 46 'sources': [
47 'egl/config.cc', 47 'egl/config.cc',
48 'egl/config.h', 48 'egl/config.h',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'EGLAPI=', 119 'EGLAPI=',
120 'EGLAPIENTRY=', 120 'EGLAPIENTRY=',
121 ], 121 ],
122 'sources': [ 122 'sources': [
123 '<@(bootstrap_sources_native)', 123 '<@(bootstrap_sources_native)',
124 'gles2_conform_support.c' 124 'gles2_conform_support.c'
125 ], 125 ],
126 }, 126 },
127 ], 127 ],
128 } 128 }
OLDNEW
« no previous file with comments | « gpu/gles2_conform_support/egl/display.cc ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698