diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-16 16:27:58 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-16 16:27:58 +0000 |
commit | 4bc62a3f73f22c625adc71ef24cabca512b606e6 (patch) | |
tree | c912fd04f75d02945de225390697461cc3935180 /ui/ui.gyp | |
parent | bbc70d873d6189beb8ed661e912c65cf75ad0e9a (diff) | |
download | chromium_src-4bc62a3f73f22c625adc71ef24cabca512b606e6.zip chromium_src-4bc62a3f73f22c625adc71ef24cabca512b606e6.tar.gz chromium_src-4bc62a3f73f22c625adc71ef24cabca512b606e6.tar.bz2 |
Add d2d1.lib to link_settings. This is required as part of work on enabling
incremental linking (as d2d1.lib is referenced statically by
CanvasDirect2D::GetD2D1Factory).
BUG=92173
TEST=No new functionality; no unresolved link errors
Review URL: http://codereview.chromium.org/7602009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -374,6 +374,7 @@ 'link_settings': { 'libraries': [ '-limm32.lib', + '-ld2d1.lib', '-loleacc.lib', ], }, |