| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index 7fd6c86e510d195fcf1ca170d075bceabd45242c..b5452a93814e4ab27dfbffdf2f390c2412184695 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -566,14 +566,6 @@
|
| 'app/client_util.cc',
|
| ],
|
| }],
|
| - ['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" and component=="shared_library"', {
|
| 'defines': ['COMPILE_CONTENT_STATICALLY'],
|
| }],
|
|
|