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

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

Issue 227473009: Mac: Remove NSView support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ui/gl/gl_context_mac.mm » ('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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 262 'gl_surface_cgl.cc',
263 'gl_surface_cgl.h', 263 'gl_surface_cgl.h',
264 'gl_context_nsview.mm',
265 'gl_context_nsview.h',
266 'gl_surface_nsview.mm',
267 'gl_surface_nsview.h',
268 'scoped_cgl.cc', 264 'scoped_cgl.cc',
269 'scoped_cgl.h', 265 'scoped_cgl.h',
270 ], 266 ],
271 'link_settings': { 267 'link_settings': {
272 'libraries': [ 268 'libraries': [
273 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 269 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
274 ], 270 ],
275 }, 271 },
276 }], 272 }],
277 ['OS=="android"', { 273 ['OS=="android"', {
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'variables': { 363 'variables': {
368 'jni_gen_package': 'ui/gl', 364 'jni_gen_package': 'ui/gl',
369 'jni_generator_ptr_type': 'long', 365 'jni_generator_ptr_type': 'long',
370 }, 366 },
371 'includes': [ '../../build/jni_generator.gypi' ], 367 'includes': [ '../../build/jni_generator.gypi' ],
372 }, 368 },
373 ], 369 ],
374 }], 370 }],
375 ], 371 ],
376 } 372 }
OLDNEW
« no previous file with comments | « no previous file | ui/gl/gl_context_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698