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

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

Issue 2037793002: Move GLContext creation from //ui/gl to //ui/gl/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gl_init
Patch Set: Change to scoped_refptr. Created 4 years, 6 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/BUILD.gn ('k') | ui/gl/gl_context.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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'android/surface_texture_listener.cc', 42 'android/surface_texture_listener.cc',
43 'android/surface_texture_listener.h', 43 'android/surface_texture_listener.h',
44 'gl_bindings.cc', 44 'gl_bindings.cc',
45 'gl_bindings.h', 45 'gl_bindings.h',
46 'gl_bindings_autogen_gl.cc', 46 'gl_bindings_autogen_gl.cc',
47 'gl_bindings_autogen_gl.h', 47 'gl_bindings_autogen_gl.h',
48 'gl_bindings_autogen_osmesa.cc', 48 'gl_bindings_autogen_osmesa.cc',
49 'gl_bindings_autogen_osmesa.h', 49 'gl_bindings_autogen_osmesa.h',
50 'gl_context.cc', 50 'gl_context.cc',
51 'gl_context.h', 51 'gl_context.h',
52 'gl_context_android.cc',
53 'gl_context_mac.mm',
54 'gl_context_osmesa.cc', 52 'gl_context_osmesa.cc',
55 'gl_context_osmesa.h', 53 'gl_context_osmesa.h',
56 'gl_context_ozone.cc',
57 'gl_context_stub.cc', 54 'gl_context_stub.cc',
58 'gl_context_stub.h', 55 'gl_context_stub.h',
59 'gl_context_stub_with_extensions.cc', 56 'gl_context_stub_with_extensions.cc',
60 'gl_context_stub_with_extensions.h', 57 'gl_context_stub_with_extensions.h',
61 'gl_context_win.cc',
62 'gl_context_x11.cc',
63 'gl_enums.cc', 58 'gl_enums.cc',
64 'gl_enums.h', 59 'gl_enums.h',
65 'gl_enums_implementation_autogen.h', 60 'gl_enums_implementation_autogen.h',
66 'gl_export.h', 61 'gl_export.h',
67 'gl_fence.cc', 62 'gl_fence.cc',
68 'gl_fence.h', 63 'gl_fence.h',
69 'gl_fence_arb.cc', 64 'gl_fence_arb.cc',
70 'gl_fence_arb.h', 65 'gl_fence_arb.h',
71 'gl_fence_nv.cc', 66 'gl_fence_nv.cc',
72 'gl_fence_nv.h', 67 'gl_fence_nv.h',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 ], 379 ],
385 'variables': { 380 'variables': {
386 'jni_gen_package': 'ui/gl', 381 'jni_gen_package': 'ui/gl',
387 }, 382 },
388 'includes': [ '../../build/jni_generator.gypi' ], 383 'includes': [ '../../build/jni_generator.gypi' ],
389 }, 384 },
390 ], 385 ],
391 }], 386 }],
392 ], 387 ],
393 } 388 }
OLDNEW
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698