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

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

Issue 157063002: Add helpers for CGL types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate review feedback Created 6 years, 10 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
« base/mac/scoped_typeref.h ('K') | « ui/gl/cgl_util.cc ('k') | no next file » | 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 }, 243 },
244 }, 244 },
245 'link_settings': { 245 'link_settings': {
246 'libraries': [ 246 'libraries': [
247 '-ldwmapi.lib', 247 '-ldwmapi.lib',
248 ], 248 ],
249 }, 249 },
250 }], 250 }],
251 ['OS=="mac"', { 251 ['OS=="mac"', {
252 'sources': [ 252 'sources': [
253 'cgl_util.cc',
254 'cgl_util.h',
253 'gl_context_cgl.cc', 255 'gl_context_cgl.cc',
254 'gl_context_cgl.h', 256 'gl_context_cgl.h',
255 'gl_image_io_surface.cc', 257 'gl_image_io_surface.cc',
256 'gl_image_io_surface.h', 258 'gl_image_io_surface.h',
257 'gl_surface_cgl.cc', 259 'gl_surface_cgl.cc',
258 'gl_surface_cgl.h', 260 'gl_surface_cgl.h',
259 'gl_context_nsview.mm', 261 'gl_context_nsview.mm',
260 'gl_context_nsview.h', 262 'gl_context_nsview.h',
261 'gl_surface_nsview.mm', 263 'gl_surface_nsview.mm',
262 'gl_surface_nsview.h', 264 'gl_surface_nsview.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'variables': { 356 'variables': {
355 'jni_gen_package': 'ui/gl', 357 'jni_gen_package': 'ui/gl',
356 'jni_generator_ptr_type': 'long', 358 'jni_generator_ptr_type': 'long',
357 }, 359 },
358 'includes': [ '../../build/jni_generator.gypi' ], 360 'includes': [ '../../build/jni_generator.gypi' ],
359 }, 361 },
360 ], 362 ],
361 }], 363 }],
362 ], 364 ],
363 } 365 }
OLDNEW
« base/mac/scoped_typeref.h ('K') | « ui/gl/cgl_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698