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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 }, | 243 }, |
244 }, | 244 }, |
245 'link_settings': { | 245 'link_settings': { |
246 'libraries': [ | 246 'libraries': [ |
247 '-ldwmapi.lib', | 247 '-ldwmapi.lib', |
248 ], | 248 ], |
249 }, | 249 }, |
250 }], | 250 }], |
251 ['OS=="mac"', { | 251 ['OS=="mac"', { |
252 'sources': [ | 252 'sources': [ |
| 253 'cgl_util.cc', |
| 254 'cgl_util.h', |
253 'gl_context_cgl.cc', | 255 'gl_context_cgl.cc', |
254 'gl_context_cgl.h', | 256 'gl_context_cgl.h', |
255 'gl_image_io_surface.cc', | 257 'gl_image_io_surface.cc', |
256 'gl_image_io_surface.h', | 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', |
(...skipping 91 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 |