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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 'gl_context_wgl.h', | 228 'gl_context_wgl.h', |
229 'gl_egl_api_implementation.cc', | 229 'gl_egl_api_implementation.cc', |
230 'gl_egl_api_implementation.h', | 230 'gl_egl_api_implementation.h', |
231 'gl_surface_wgl.cc', | 231 'gl_surface_wgl.cc', |
232 'gl_surface_wgl.h', | 232 'gl_surface_wgl.h', |
233 'gl_wgl_api_implementation.cc', | 233 'gl_wgl_api_implementation.cc', |
234 'gl_wgl_api_implementation.h', | 234 'gl_wgl_api_implementation.h', |
235 '<(gl_binding_output_dir)/gl_bindings_autogen_wgl.cc', | 235 '<(gl_binding_output_dir)/gl_bindings_autogen_wgl.cc', |
236 '<(gl_binding_output_dir)/gl_bindings_autogen_wgl.h', | 236 '<(gl_binding_output_dir)/gl_bindings_autogen_wgl.h', |
237 ], | 237 ], |
| 238 'link_settings': { |
| 239 'libraries': [ |
| 240 '-ldwmapi.lib', |
| 241 ], |
| 242 }, |
238 }], | 243 }], |
239 ['OS=="mac"', { | 244 ['OS=="mac"', { |
240 'sources': [ | 245 'sources': [ |
241 'gl_context_cgl.cc', | 246 'gl_context_cgl.cc', |
242 'gl_context_cgl.h', | 247 'gl_context_cgl.h', |
243 'gl_surface_cgl.cc', | 248 'gl_surface_cgl.cc', |
244 'gl_surface_cgl.h', | 249 'gl_surface_cgl.h', |
245 ], | 250 ], |
246 'link_settings': { | 251 'link_settings': { |
247 'libraries': [ | 252 'libraries': [ |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
335 ], | 340 ], |
336 'variables': { | 341 'variables': { |
337 'jni_gen_package': 'ui/gl', | 342 'jni_gen_package': 'ui/gl', |
338 }, | 343 }, |
339 'includes': [ '../../build/jni_generator.gypi' ], | 344 'includes': [ '../../build/jni_generator.gypi' ], |
340 }, | 345 }, |
341 ], | 346 ], |
342 }], | 347 }], |
343 ], | 348 ], |
344 } | 349 } |
OLD | NEW |