| 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 'link_settings': { | 247 'link_settings': { |
| 248 'libraries': [ | 248 'libraries': [ |
| 249 '-ldwmapi.lib', | 249 '-ldwmapi.lib', |
| 250 ], | 250 ], |
| 251 }, | 251 }, |
| 252 }], | 252 }], |
| 253 ['OS=="mac"', { | 253 ['OS=="mac"', { |
| 254 'sources': [ | 254 'sources': [ |
| 255 'gl_context_cgl.cc', | 255 'gl_context_cgl.cc', |
| 256 'gl_context_cgl.h', | 256 'gl_context_cgl.h', |
| 257 'gl_image_io_surface.cc', |
| 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', |
| 263 ], | 265 ], |
| 264 'link_settings': { | 266 'link_settings': { |
| 265 'libraries': [ | 267 'libraries': [ |
| 266 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 268 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 'variables': { | 354 'variables': { |
| 353 'jni_gen_package': 'ui/gl', | 355 'jni_gen_package': 'ui/gl', |
| 354 'jni_generator_ptr_type': 'long', | 356 'jni_generator_ptr_type': 'long', |
| 355 }, | 357 }, |
| 356 'includes': [ '../../build/jni_generator.gypi' ], | 358 'includes': [ '../../build/jni_generator.gypi' ], |
| 357 }, | 359 }, |
| 358 ], | 360 ], |
| 359 }], | 361 }], |
| 360 ], | 362 ], |
| 361 } | 363 } |
| OLD | NEW |