| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 48fb1981d03eaa1057b1bcfbd07a2ad4df91a789..22f1f5a08c7fa77614cab6e51fc4ffc05f916775 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1199,10 +1199,6 @@
|
| },
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| 'msvs_disabled_warnings': [ 4267, ],
|
| - }, { # OS!="win"
|
| - 'sources!': [
|
| - 'browser/accessibility/accessibility_win_browsertest.cc',
|
| - ],
|
| }],
|
| ['OS=="win" and win_use_allocator_shim==1', {
|
| 'dependencies': [
|
| @@ -1237,11 +1233,6 @@
|
| 'renderer/external_popup_menu_browsertest.cc',
|
| ],
|
| }],
|
| - ['use_aura==1', {
|
| - 'sources!': [
|
| - 'browser/accessibility/accessibility_win_browsertest.cc',
|
| - ],
|
| - }],
|
| ['use_aura==1 and OS!="win"', {
|
| 'sources!': [
|
| 'browser/plugin_browsertest.cc',
|
|
|