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

Unified Diff: chrome/chrome_browser.gypi

Issue 186333002: Add ftol workaround for VS2013 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « build/win/ftol3.obj ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 02f9c04ce99d699e75ec439567e7aea5ad8d299c..9b7e7437ee96d8637500af1b9d53090861697ef0 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3403,6 +3403,14 @@
['OS=="win" and chromium_win_pch==0', {
'msvs_shard': 4,
}],
+ ['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"', {
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
« no previous file with comments | « build/win/ftol3.obj ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698