| 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |