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

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

Issue 1480333002: egl/x11: Created a child window to control resizes and prevent flashes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved up the call to InitializeNativeWindow() Created 5 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
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_surface_egl.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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'gl_bindings_autogen_glx.cc', 159 'gl_bindings_autogen_glx.cc',
160 'gl_bindings_autogen_glx.h', 160 'gl_bindings_autogen_glx.h',
161 'gl_context_glx.cc', 161 'gl_context_glx.cc',
162 'gl_context_glx.h', 162 'gl_context_glx.h',
163 'gl_egl_api_implementation.cc', 163 'gl_egl_api_implementation.cc',
164 'gl_egl_api_implementation.h', 164 'gl_egl_api_implementation.h',
165 'gl_glx_api_implementation.cc', 165 'gl_glx_api_implementation.cc',
166 'gl_glx_api_implementation.h', 166 'gl_glx_api_implementation.h',
167 'gl_image_glx.cc', 167 'gl_image_glx.cc',
168 'gl_image_glx.h', 168 'gl_image_glx.h',
169 'gl_surface_egl_x11.cc',
170 'gl_surface_egl_x11.h',
169 'gl_surface_glx.cc', 171 'gl_surface_glx.cc',
170 'gl_surface_glx.h', 172 'gl_surface_glx.h',
171 ], 173 ],
172 'all_dependent_settings': { 174 'all_dependent_settings': {
173 'defines': [ 175 'defines': [
174 'GL_GLEXT_PROTOTYPES', 176 'GL_GLEXT_PROTOTYPES',
175 ], 177 ],
176 }, 178 },
177 'dependencies': [ 179 'dependencies': [
178 '<(DEPTH)/build/linux/system.gyp:x11', 180 '<(DEPTH)/build/linux/system.gyp:x11',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 ], 351 ],
350 'variables': { 352 'variables': {
351 'jni_gen_package': 'ui/gl', 353 'jni_gen_package': 'ui/gl',
352 }, 354 },
353 'includes': [ '../../build/jni_generator.gypi' ], 355 'includes': [ '../../build/jni_generator.gypi' ],
354 }, 356 },
355 ], 357 ],
356 }], 358 }],
357 ], 359 ],
358 } 360 }
OLDNEW
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_surface_egl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698