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

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

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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_ozone.cc » ('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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'android/surface_texture.h', 49 'android/surface_texture.h',
50 'android/surface_texture_listener.cc', 50 'android/surface_texture_listener.cc',
51 'android/surface_texture_listener.h', 51 'android/surface_texture_listener.h',
52 'gl_bindings.h', 52 'gl_bindings.h',
53 'gl_bindings_skia_in_process.cc', 53 'gl_bindings_skia_in_process.cc',
54 'gl_bindings_skia_in_process.h', 54 'gl_bindings_skia_in_process.h',
55 'gl_context.cc', 55 'gl_context.cc',
56 'gl_context.h', 56 'gl_context.h',
57 'gl_context_android.cc', 57 'gl_context_android.cc',
58 'gl_context_mac.mm', 58 'gl_context_mac.mm',
59 'gl_context_ozone.cc',
60 'gl_context_osmesa.cc', 59 'gl_context_osmesa.cc',
61 'gl_context_osmesa.h', 60 'gl_context_osmesa.h',
62 'gl_context_stub.cc', 61 'gl_context_stub.cc',
63 'gl_context_stub.h', 62 'gl_context_stub.h',
64 'gl_context_stub_with_extensions.cc', 63 'gl_context_stub_with_extensions.cc',
65 'gl_context_stub_with_extensions.h', 64 'gl_context_stub_with_extensions.h',
66 'gl_context_win.cc', 65 'gl_context_win.cc',
67 'gl_context_x11.cc', 66 'gl_context_x11.cc',
68 'gl_export.h', 67 'gl_export.h',
69 'gl_fence.cc', 68 'gl_fence.cc',
70 'gl_fence.h', 69 'gl_fence.h',
71 'gl_fence_arb.cc', 70 'gl_fence_arb.cc',
72 'gl_fence_arb.h', 71 'gl_fence_arb.h',
73 'gl_fence_nv.cc', 72 'gl_fence_nv.cc',
74 'gl_fence_nv.h', 73 'gl_fence_nv.h',
75 'gl_gl_api_implementation.cc', 74 'gl_gl_api_implementation.cc',
76 'gl_gl_api_implementation.h', 75 'gl_gl_api_implementation.h',
77 'gl_image.h', 76 'gl_image.h',
78 'gl_image_memory.cc', 77 'gl_image_memory.cc',
79 'gl_image_memory.h', 78 'gl_image_memory.h',
80 'gl_image_ref_counted_memory.cc', 79 'gl_image_ref_counted_memory.cc',
81 'gl_image_ref_counted_memory.h', 80 'gl_image_ref_counted_memory.h',
82 'gl_image_shared_memory.cc', 81 'gl_image_shared_memory.cc',
83 'gl_image_shared_memory.h', 82 'gl_image_shared_memory.h',
84 'gl_image_stub.cc', 83 'gl_image_stub.cc',
85 'gl_image_stub.h', 84 'gl_image_stub.h',
86 'gl_implementation.cc', 85 'gl_implementation.cc',
87 'gl_implementation.h', 86 'gl_implementation.h',
88 'gl_implementation_android.cc', 87 'gl_implementation_android.cc',
89 'gl_implementation_ozone.cc',
90 'gl_implementation_mac.cc', 88 'gl_implementation_mac.cc',
91 'gl_implementation_win.cc', 89 'gl_implementation_win.cc',
92 'gl_implementation_x11.cc', 90 'gl_implementation_x11.cc',
93 'gl_osmesa_api_implementation.cc', 91 'gl_osmesa_api_implementation.cc',
94 'gl_osmesa_api_implementation.h', 92 'gl_osmesa_api_implementation.h',
95 'gl_share_group.cc', 93 'gl_share_group.cc',
96 'gl_share_group.h', 94 'gl_share_group.h',
97 'gl_state_restorer.cc', 95 'gl_state_restorer.cc',
98 'gl_state_restorer.h', 96 'gl_state_restorer.h',
99 'gl_surface.cc', 97 'gl_surface.cc',
100 'gl_surface.h', 98 'gl_surface.h',
101 'gl_surface_android.cc', 99 'gl_surface_android.cc',
102 'gl_surface_mac.cc', 100 'gl_surface_mac.cc',
103 'gl_surface_stub.cc', 101 'gl_surface_stub.cc',
104 'gl_surface_stub.h', 102 'gl_surface_stub.h',
105 'gl_surface_win.cc', 103 'gl_surface_win.cc',
106 'gl_surface_x11.cc', 104 'gl_surface_x11.cc',
107 'gl_surface_osmesa.cc', 105 'gl_surface_osmesa.cc',
108 'gl_surface_osmesa.h', 106 'gl_surface_osmesa.h',
109 'gl_surface_ozone.cc',
110 'gl_switches.cc', 107 'gl_switches.cc',
111 'gl_switches.h', 108 'gl_switches.h',
112 'gl_version_info.cc', 109 'gl_version_info.cc',
113 'gl_version_info.h', 110 'gl_version_info.h',
114 'gpu_switching_manager.cc', 111 'gpu_switching_manager.cc',
115 'gpu_switching_manager.h', 112 'gpu_switching_manager.h',
116 'gpu_switching_observer.h', 113 'gpu_switching_observer.h',
117 'scoped_binders.cc', 114 'scoped_binders.cc',
118 'scoped_binders.h', 115 'scoped_binders.h',
119 'scoped_make_current.cc', 116 'scoped_make_current.cc',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'system_monitor_posix.cc', 293 'system_monitor_posix.cc',
297 ], 294 ],
298 'defines': [ 295 'defines': [
299 'GL_GLEXT_PROTOTYPES', 296 'GL_GLEXT_PROTOTYPES',
300 'EGL_EGLEXT_PROTOTYPES', 297 'EGL_EGLEXT_PROTOTYPES',
301 ], 298 ],
302 }], 299 }],
303 ['OS!="android"', { 300 ['OS!="android"', {
304 'sources/': [ ['exclude', '^android/'] ], 301 'sources/': [ ['exclude', '^android/'] ],
305 }], 302 }],
306 ['use_ozone==1', {
307 'dependencies': [
308 '../ozone/ozone.gyp:ozone',
309 '../ozone/ozone.gyp:ozone_base',
310 ],
311 }],
312 ['OS=="android" and android_webview_build==0', { 303 ['OS=="android" and android_webview_build==0', {
313 'dependencies': [ 304 'dependencies': [
314 '../android/ui_android.gyp:ui_java', 305 '../android/ui_android.gyp:ui_java',
315 ], 306 ],
316 }], 307 }],
317 ], 308 ],
318 }, 309 },
319 { 310 {
320 'target_name': 'gl_unittest_utils', 311 'target_name': 'gl_unittest_utils',
321 'type': 'static_library', 312 'type': 'static_library',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 ], 360 ],
370 'variables': { 361 'variables': {
371 'jni_gen_package': 'ui/gl', 362 'jni_gen_package': 'ui/gl',
372 }, 363 },
373 'includes': [ '../../build/jni_generator.gypi' ], 364 'includes': [ '../../build/jni_generator.gypi' ],
374 }, 365 },
375 ], 366 ],
376 }], 367 }],
377 ], 368 ],
378 } 369 }
OLDNEW
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_context_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698