| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |