Chromium Code Reviews

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 1637018: Reimplement web content accessibility by caching in browser process (Closed) Base URL: svn://chrome-svn/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.
Jump to:
View side-by-side diff with in-line comments
« 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 46908)
+++ webkit/glue/webkit_glue.gypi (working copy)
@@ -352,10 +352,6 @@
['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