Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Side by Side Diff: ui/gl/gl.gyp

Issue 23868020: Fix remaining shared_library link_settings propagation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | ui/message_center/message_center.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | ui/message_center/message_center.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698