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

Unified Diff: webkit/webkit.gyp

Issue 348063: Introduce WebAccessibilityControllerImpl.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Licked clean. Created 11 years, 1 month 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: webkit/webkit.gyp
===================================================================
--- webkit/webkit.gyp (revision 30964)
+++ webkit/webkit.gyp (working copy)
@@ -307,8 +307,6 @@
'glue/form_field_values.h',
'glue/ftp_directory_listing_response_delegate.cc',
'glue/ftp_directory_listing_response_delegate.h',
- 'glue/glue_accessibility_object.cc',
- 'glue/glue_accessibility_object.h',
'glue/glue_serialize.cc',
'glue/glue_serialize.h',
'glue/glue_util.cc',
@@ -334,10 +332,8 @@
'glue/scoped_clipboard_writer_glue.h',
'glue/simple_webmimeregistry_impl.cc',
'glue/simple_webmimeregistry_impl.h',
+ 'glue/webaccessibility.cc',
'glue/webaccessibility.h',
- 'glue/webaccessibilitymanager.h',
- 'glue/webaccessibilitymanager_impl.cc',
- 'glue/webaccessibilitymanager_impl.h',
'glue/webclipboard_impl.cc',
'glue/webclipboard_impl.h',
'glue/webcookie.h',
@@ -430,13 +426,8 @@
'sources!': [
# These files are Windows-only now but may be ported to other
# platforms.
- 'glue/glue_accessibility_object.cc',
- 'glue/glue_accessibility_object.h',
+ 'glue/webaccessibility.cc',
'glue/webaccessibility.h',
- 'glue/webaccessibilitymanager.h',
- 'glue/webaccessibilitymanager_impl.cc',
- 'glue/webaccessibilitymanager_impl.cc',
- 'glue/webaccessibilitymanager_impl.h',
'glue/webthemeengine_impl_win.cc',
],
}, { # else: OS=="win"

Powered by Google App Engine
This is Rietveld 408576698