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

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

Issue 2088453003: Move GLSurface and rename source files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GYP path. 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_surface_android.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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'gl_implementation_win.cc', 87 'gl_implementation_win.cc',
88 'gl_implementation_x11.cc', 88 'gl_implementation_x11.cc',
89 'gl_osmesa_api_implementation.cc', 89 'gl_osmesa_api_implementation.cc',
90 'gl_osmesa_api_implementation.h', 90 'gl_osmesa_api_implementation.h',
91 'gl_share_group.cc', 91 'gl_share_group.cc',
92 'gl_share_group.h', 92 'gl_share_group.h',
93 'gl_state_restorer.cc', 93 'gl_state_restorer.cc',
94 'gl_state_restorer.h', 94 'gl_state_restorer.h',
95 'gl_surface.cc', 95 'gl_surface.cc',
96 'gl_surface.h', 96 'gl_surface.h',
97 'gl_surface_android.cc',
98 'gl_surface_osmesa.cc', 97 'gl_surface_osmesa.cc',
99 'gl_surface_osmesa.h', 98 'gl_surface_osmesa.h',
100 'gl_surface_overlay.cc', 99 'gl_surface_overlay.cc',
101 'gl_surface_overlay.h', 100 'gl_surface_overlay.h',
102 'gl_surface_ozone.cc',
103 'gl_surface_ozone.h',
104 'gl_surface_stub.cc', 101 'gl_surface_stub.cc',
105 'gl_surface_stub.h', 102 'gl_surface_stub.h',
106 'gl_surface_win.cc',
107 'gl_surface_x11.cc',
108 'gl_switches.cc', 103 'gl_switches.cc',
109 'gl_switches.h', 104 'gl_switches.h',
110 'gl_version_info.cc', 105 'gl_version_info.cc',
111 'gl_version_info.h', 106 'gl_version_info.h',
112 'gpu_switching_manager.cc', 107 'gpu_switching_manager.cc',
113 'gpu_switching_manager.h', 108 'gpu_switching_manager.h',
114 'gpu_switching_observer.h', 109 'gpu_switching_observer.h',
115 'gpu_timing.cc', 110 'gpu_timing.cc',
116 'gpu_timing.h', 111 'gpu_timing.h',
117 'scoped_api.cc', 112 'scoped_api.cc',
(...skipping 17 matching lines...) Expand all
135 'gl_context_egl.cc', 130 'gl_context_egl.cc',
136 'gl_context_egl.h', 131 'gl_context_egl.h',
137 'gl_egl_api_implementation.cc', 132 'gl_egl_api_implementation.cc',
138 'gl_egl_api_implementation.h', 133 'gl_egl_api_implementation.h',
139 'gl_fence_egl.cc', 134 'gl_fence_egl.cc',
140 'gl_fence_egl.h', 135 'gl_fence_egl.h',
141 'gl_image_egl.cc', 136 'gl_image_egl.cc',
142 'gl_image_egl.h', 137 'gl_image_egl.h',
143 'gl_surface_egl.cc', 138 'gl_surface_egl.cc',
144 'gl_surface_egl.h', 139 'gl_surface_egl.h',
140 'gl_surface_egl_android.cc',
141 'gl_surface_egl_ozone.cc',
142 'gl_surface_egl_win.cc',
145 ], 143 ],
146 'direct_dependent_settings': { 144 'direct_dependent_settings': {
147 'defines': [ 145 'defines': [
148 'USE_EGL', 146 'USE_EGL',
149 ], 147 ],
150 }, 148 },
151 'defines': [ 149 'defines': [
152 'USE_EGL', 150 'USE_EGL',
153 ], 151 ],
154 'include_dirs': [ 152 'include_dirs': [
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 ], 379 ],
382 'variables': { 380 'variables': {
383 'jni_gen_package': 'ui/gl', 381 'jni_gen_package': 'ui/gl',
384 }, 382 },
385 'includes': [ '../../build/jni_generator.gypi' ], 383 'includes': [ '../../build/jni_generator.gypi' ],
386 }, 384 },
387 ], 385 ],
388 }], 386 }],
389 ], 387 ],
390 } 388 }
OLDNEW
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_surface_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698