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

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

Issue 1486773002: Add NativeViewGLSurfaceEGL::CommitOverlayPlanes support for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cop-bare-implementation
Patch Set: Move comment 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'gl_share_group.cc', 94 'gl_share_group.cc',
95 'gl_share_group.h', 95 'gl_share_group.h',
96 'gl_state_restorer.cc', 96 'gl_state_restorer.cc',
97 'gl_state_restorer.h', 97 'gl_state_restorer.h',
98 'gl_surface.cc', 98 'gl_surface.cc',
99 'gl_surface.h', 99 'gl_surface.h',
100 'gl_surface_android.cc', 100 'gl_surface_android.cc',
101 'gl_surface_mac.cc', 101 'gl_surface_mac.cc',
102 'gl_surface_osmesa.cc', 102 'gl_surface_osmesa.cc',
103 'gl_surface_osmesa.h', 103 'gl_surface_osmesa.h',
104 'gl_surface_overlay.cc',
105 'gl_surface_overlay.h',
104 'gl_surface_ozone.cc', 106 'gl_surface_ozone.cc',
105 'gl_surface_stub.cc', 107 'gl_surface_stub.cc',
106 'gl_surface_stub.h', 108 'gl_surface_stub.h',
107 'gl_surface_win.cc', 109 'gl_surface_win.cc',
108 'gl_surface_x11.cc', 110 'gl_surface_x11.cc',
109 'gl_switches.cc', 111 'gl_switches.cc',
110 'gl_switches.h', 112 'gl_switches.h',
111 'gl_version_info.cc', 113 'gl_version_info.cc',
112 'gl_version_info.h', 114 'gl_version_info.h',
113 'gpu_switching_manager.cc', 115 'gpu_switching_manager.cc',
(...skipping 235 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