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

Unified Diff: content/content_tests.gypi

Issue 329863003: Fix accessibility in Windows x64 build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typecase 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
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',

Powered by Google App Engine
This is Rietveld 408576698