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

Unified Diff: Source/core/core.gypi

Issue 23983002: Expose InlineTextBoxes in the accessibility tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 2 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 | « Source/core/accessibility/AXRenderObject.cpp ('k') | Source/core/rendering/AbstractInlineTextBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 8ccf32feb678852c0574beeb97e6a89ed0f5f081..6a9a616a893920408b53938d273be7b233c7015f 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -482,6 +482,8 @@
'accessibility/AXARIAGridRow.h',
'accessibility/AXImageMapLink.cpp',
'accessibility/AXImageMapLink.h',
+ 'accessibility/AXInlineTextBox.cpp',
+ 'accessibility/AXInlineTextBox.h',
'accessibility/AXList.cpp',
'accessibility/AXList.h',
'accessibility/AXListBox.cpp',
@@ -1319,6 +1321,8 @@
'plugins/PluginOcclusionSupport.cpp',
'plugins/PluginOcclusionSupport.h',
'plugins/PluginView.h',
+ 'rendering/AbstractInlineTextBox.cpp',
+ 'rendering/AbstractInlineTextBox.h',
'rendering/AutoTableLayout.cpp',
'rendering/AutoTableLayout.h',
'rendering/BidiRun.cpp',
« no previous file with comments | « Source/core/accessibility/AXRenderObject.cpp ('k') | Source/core/rendering/AbstractInlineTextBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698