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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 'gl_context_cgl.cc', | 253 'gl_context_cgl.cc', |
254 'gl_context_cgl.h', | 254 'gl_context_cgl.h', |
255 'gl_image_io_surface.cc', | 255 'gl_image_io_surface.cc', |
256 'gl_image_io_surface.h', | 256 'gl_image_io_surface.h', |
257 'gl_surface_cgl.cc', | 257 'gl_surface_cgl.cc', |
258 'gl_surface_cgl.h', | 258 'gl_surface_cgl.h', |
259 'gl_context_nsview.mm', | 259 'gl_context_nsview.mm', |
260 'gl_context_nsview.h', | 260 'gl_context_nsview.h', |
261 'gl_surface_nsview.mm', | 261 'gl_surface_nsview.mm', |
262 'gl_surface_nsview.h', | 262 'gl_surface_nsview.h', |
| 263 'scoped_cgl.cc', |
| 264 'scoped_cgl.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', |
267 ], | 269 ], |
268 }, | 270 }, |
269 }], | 271 }], |
270 ['OS=="android"', { | 272 ['OS=="android"', { |
271 'dependencies': [ | 273 'dependencies': [ |
272 'gl_jni_headers', | 274 'gl_jni_headers', |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 'variables': { | 356 'variables': { |
355 'jni_gen_package': 'ui/gl', | 357 'jni_gen_package': 'ui/gl', |
356 'jni_generator_ptr_type': 'long', | 358 'jni_generator_ptr_type': 'long', |
357 }, | 359 }, |
358 'includes': [ '../../build/jni_generator.gypi' ], | 360 'includes': [ '../../build/jni_generator.gypi' ], |
359 }, | 361 }, |
360 ], | 362 ], |
361 }], | 363 }], |
362 ], | 364 ], |
363 } | 365 } |
OLD | NEW |