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

Side by Side Diff: ui/ui.gyp

Issue 7602009: Add d2d1.lib to link_settings. This is required as part of work on enabling (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: rebase to ToT Created 9 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 ], 367 ],
368 'AdditionalDependencies': [ 368 'AdditionalDependencies': [
369 'd2d1.lib', 369 'd2d1.lib',
370 'd3d10_1.lib', 370 'd3d10_1.lib',
371 ], 371 ],
372 }, 372 },
373 }, 373 },
374 'link_settings': { 374 'link_settings': {
375 'libraries': [ 375 'libraries': [
376 '-limm32.lib', 376 '-limm32.lib',
377 '-ld2d1.lib',
377 '-loleacc.lib', 378 '-loleacc.lib',
378 ], 379 ],
379 }, 380 },
380 },{ # OS!="win" 381 },{ # OS!="win"
381 'sources!': [ 382 'sources!': [
382 'base/dragdrop/drag_source.cc', 383 'base/dragdrop/drag_source.cc',
383 'base/dragdrop/drag_source.h', 384 'base/dragdrop/drag_source.h',
384 'base/dragdrop/drag_drop_types.h', 385 'base/dragdrop/drag_drop_types.h',
385 'base/dragdrop/drop_target.cc', 386 'base/dragdrop/drop_target.cc',
386 'base/dragdrop/drop_target.h', 387 'base/dragdrop/drop_target.h',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 'configurations': { 520 'configurations': {
520 'Common_Base': { 521 'Common_Base': {
521 'msvs_target_platform': 'x64', 522 'msvs_target_platform': 'x64',
522 }, 523 },
523 }, 524 },
524 }, 525 },
525 ], 526 ],
526 }], 527 }],
527 ], 528 ],
528 } 529 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698