Skip to content

Commit

Permalink
Remove workaround for vs2013 update 2
Browse files Browse the repository at this point in the history
revert afdc6a6
  • Loading branch information
rogerwang committed Oct 20, 2014
1 parent 00b59ca commit fc251cd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nw.gypi
Expand Up @@ -375,14 +375,6 @@
'<(DEPTH)/base/allocator/allocator.gyp:allocator',
],
}],
['OS=="win" and target_arch=="ia32"', {
'sources': [
# TODO(scottmg): This is a workaround for
# http://crbug.com/348525 that affects VS2013 before Update 2.
# This should be removed once Update 2 is released.
'<(DEPTH)/build/win/ftol3.obj',
],
}],
['win_pdf_metafile_for_printing==1', {
'sources': [
'src/renderer/printing/print_web_view_helper_pdf_win.cc',
Expand Down

0 comments on commit fc251cd

Please sign in to comment.