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

Unified Diff: chrome/chrome_renderer.gypi

Issue 318153002: Remove ftol workaround since we're rolled to Update2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index 2ce10d13638d574c08a9f18d3200cf3d19a2dc5a..8781b5260367c75541fb2d32b8bcc29b7f47269f 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -364,14 +364,6 @@
'renderer/prerender/prerender_media_load_deferrer.h',
],
}],
- ['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.
- '../build/win/ftol3.obj',
- ],
- }],
['OS=="win"', {
'dependencies': [
'../chrome_elf/chrome_elf.gyp:chrome_elf',
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698