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