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

Side by Side Diff: ui/gl/gl.gyp

Issue 2136553002: Remove GetPlatformDefaultEGLNativeDisplay() function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Back to original. Created 4 years, 5 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
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings.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 }, 8 },
9 9
10 'targets': [ 10 'targets': [
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'gl_context_egl.cc', 136 'gl_context_egl.cc',
137 'gl_context_egl.h', 137 'gl_context_egl.h',
138 'gl_egl_api_implementation.cc', 138 'gl_egl_api_implementation.cc',
139 'gl_egl_api_implementation.h', 139 'gl_egl_api_implementation.h',
140 'gl_fence_egl.cc', 140 'gl_fence_egl.cc',
141 'gl_fence_egl.h', 141 'gl_fence_egl.h',
142 'gl_image_egl.cc', 142 'gl_image_egl.cc',
143 'gl_image_egl.h', 143 'gl_image_egl.h',
144 'gl_surface_egl.cc', 144 'gl_surface_egl.cc',
145 'gl_surface_egl.h', 145 'gl_surface_egl.h',
146 'gl_surface_egl_android.cc',
147 'gl_surface_egl_ozone.cc',
148 'gl_surface_egl_win.cc',
149 ], 146 ],
150 'direct_dependent_settings': { 147 'direct_dependent_settings': {
151 'defines': [ 148 'defines': [
152 'USE_EGL', 149 'USE_EGL',
153 ], 150 ],
154 }, 151 },
155 'defines': [ 152 'defines': [
156 'USE_EGL', 153 'USE_EGL',
157 ], 154 ],
158 'include_dirs': [ 155 'include_dirs': [
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 ], 382 ],
386 'variables': { 383 'variables': {
387 'jni_gen_package': 'ui/gl', 384 'jni_gen_package': 'ui/gl',
388 }, 385 },
389 'includes': [ '../../build/jni_generator.gypi' ], 386 'includes': [ '../../build/jni_generator.gypi' ],
390 }, 387 },
391 ], 388 ],
392 }], 389 }],
393 ], 390 ],
394 } 391 }
OLDNEW
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698