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

Unified Diff: webkit/glue/SConscript

Issue 46013: Removes all use of COM and dependencies on Windows-specific classes (includin... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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: webkit/glue/SConscript
===================================================================
--- webkit/glue/SConscript (revision 12107)
+++ webkit/glue/SConscript (working copy)
@@ -120,7 +120,8 @@
input_files.extend([
'$PENDING_DIR/AccessibleBase.cpp',
'$PENDING_DIR/AccessibleDocument.cpp',
- 'glue_accessibility.cc',
+ 'webaccessibilitymanager_impl.cc',
+ 'glue_accessibility_object.cc'
'plugins/mozilla_extensions.cc',
'plugins/webplugin_delegate_impl.cc',
'webdropdata.cc',

Powered by Google App Engine
This is Rietveld 408576698