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

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

Issue 334173006: Clean up GLSurfaceCGL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate review feedback Created 6 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_cgl.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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 '-ldwmapi.lib', 252 '-ldwmapi.lib',
253 ], 253 ],
254 }, 254 },
255 }], 255 }],
256 ['OS=="mac"', { 256 ['OS=="mac"', {
257 'sources': [ 257 'sources': [
258 'gl_context_cgl.cc', 258 'gl_context_cgl.cc',
259 'gl_context_cgl.h', 259 'gl_context_cgl.h',
260 'gl_image_io_surface.cc', 260 'gl_image_io_surface.cc',
261 'gl_image_io_surface.h', 261 'gl_image_io_surface.h',
262 'gl_surface_cgl.cc',
263 'gl_surface_cgl.h',
264 'scoped_cgl.cc', 262 'scoped_cgl.cc',
265 'scoped_cgl.h', 263 'scoped_cgl.h',
266 ], 264 ],
267 'link_settings': { 265 'link_settings': {
268 'libraries': [ 266 'libraries': [
269 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', 267 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
270 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 268 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
271 ], 269 ],
272 }, 270 },
273 }], 271 }],
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 ], 361 ],
364 'variables': { 362 'variables': {
365 'jni_gen_package': 'ui/gl', 363 'jni_gen_package': 'ui/gl',
366 }, 364 },
367 'includes': [ '../../build/jni_generator.gypi' ], 365 'includes': [ '../../build/jni_generator.gypi' ],
368 }, 366 },
369 ], 367 ],
370 }], 368 }],
371 ], 369 ],
372 } 370 }
OLDNEW
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_context_cgl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698