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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 2031004: Revert 46567 - Reimplement accessibility of web content by caching the entire... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 7 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 | « webkit/glue/webaccessibilitymanager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_glue.gypi
===================================================================
--- webkit/glue/webkit_glue.gypi (revision 46641)
+++ webkit/glue/webkit_glue.gypi (working copy)
@@ -332,6 +332,10 @@
['OS!="win"', {
'sources/': [['exclude', '_win\\.cc$']],
'sources!': [
+ # These files are Windows-only now but may be ported to other
+ # platforms.
+ 'webaccessibility.cc',
+ 'webaccessibility.h',
'webthemeengine_impl_win.cc',
],
}, { # else: OS=="win"
« no previous file with comments | « webkit/glue/webaccessibilitymanager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698