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

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

Issue 2189233003: Move last of platform dependent init from //ui/gl to //ui/gl/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix return values. Created 4 years, 4 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_egl_api_implementation.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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'gl_image_memory.cc', 74 'gl_image_memory.cc',
75 'gl_image_memory.h', 75 'gl_image_memory.h',
76 'gl_image_ref_counted_memory.cc', 76 'gl_image_ref_counted_memory.cc',
77 'gl_image_ref_counted_memory.h', 77 'gl_image_ref_counted_memory.h',
78 'gl_image_shared_memory.cc', 78 'gl_image_shared_memory.cc',
79 'gl_image_shared_memory.h', 79 'gl_image_shared_memory.h',
80 'gl_image_stub.cc', 80 'gl_image_stub.cc',
81 'gl_image_stub.h', 81 'gl_image_stub.h',
82 'gl_implementation.cc', 82 'gl_implementation.cc',
83 'gl_implementation.h', 83 'gl_implementation.h',
84 'gl_implementation_android.cc',
85 'gl_implementation_mac.cc',
86 'gl_implementation_ozone.cc',
87 'gl_implementation_win.cc',
88 'gl_implementation_x11.cc',
89 'gl_osmesa_api_implementation.cc', 84 'gl_osmesa_api_implementation.cc',
90 'gl_osmesa_api_implementation.h', 85 'gl_osmesa_api_implementation.h',
91 'gl_share_group.cc', 86 'gl_share_group.cc',
92 'gl_share_group.h', 87 'gl_share_group.h',
93 'gl_state_restorer.cc', 88 'gl_state_restorer.cc',
94 'gl_state_restorer.h', 89 'gl_state_restorer.h',
95 'gl_surface.cc', 90 'gl_surface.cc',
96 'gl_surface.h', 91 'gl_surface.h',
97 'gl_surface_osmesa.cc', 92 'gl_surface_osmesa.cc',
98 'gl_surface_osmesa.h', 93 'gl_surface_osmesa.h',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 ], 365 ],
371 'variables': { 366 'variables': {
372 'jni_gen_package': 'ui/gl', 367 'jni_gen_package': 'ui/gl',
373 }, 368 },
374 'includes': [ '../../build/jni_generator.gypi' ], 369 'includes': [ '../../build/jni_generator.gypi' ],
375 }, 370 },
376 ], 371 ],
377 }], 372 }],
378 ], 373 ],
379 } 374 }
OLDNEW
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_egl_api_implementation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698