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

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

Issue 2005463002: Attach YUV420 to RGB converter to GLContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 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.h » ('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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 ['OS=="mac"', { 235 ['OS=="mac"', {
236 'sources': [ 236 'sources': [
237 'gl_context_cgl.cc', 237 'gl_context_cgl.cc',
238 'gl_context_cgl.h', 238 'gl_context_cgl.h',
239 'gl_fence_apple.cc', 239 'gl_fence_apple.cc',
240 'gl_fence_apple.h', 240 'gl_fence_apple.h',
241 'gl_image_io_surface.mm', 241 'gl_image_io_surface.mm',
242 'gl_image_io_surface.h', 242 'gl_image_io_surface.h',
243 'scoped_cgl.cc', 243 'scoped_cgl.cc',
244 'scoped_cgl.h', 244 'scoped_cgl.h',
245 'yuv_to_rgb_converter.cc',
246 'yuv_to_rgb_converter.h',
245 ], 247 ],
246 'link_settings': { 248 'link_settings': {
247 'libraries': [ 249 'libraries': [
248 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', 250 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
249 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 251 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
250 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework', 252 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework',
251 ], 253 ],
252 }, 254 },
253 }], 255 }],
254 ['OS=="android"', { 256 ['OS=="android"', {
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 ], 366 ],
365 'variables': { 367 'variables': {
366 'jni_gen_package': 'ui/gl', 368 'jni_gen_package': 'ui/gl',
367 }, 369 },
368 'includes': [ '../../build/jni_generator.gypi' ], 370 'includes': [ '../../build/jni_generator.gypi' ],
369 }, 371 },
370 ], 372 ],
371 }], 373 }],
372 ], 374 ],
373 } 375 }
OLDNEW
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698