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

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1628283002: posinset and setsize for input type, radio, exposed in AX tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed isRadiobutton() Created 4 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/accessibility/AXRadioInput.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'accessibility/AXMockObject.cpp', 736 'accessibility/AXMockObject.cpp',
737 'accessibility/AXMockObject.h', 737 'accessibility/AXMockObject.h',
738 'accessibility/AXNodeObject.cpp', 738 'accessibility/AXNodeObject.cpp',
739 'accessibility/AXNodeObject.h', 739 'accessibility/AXNodeObject.h',
740 'accessibility/AXObjectCacheImpl.cpp', 740 'accessibility/AXObjectCacheImpl.cpp',
741 'accessibility/AXObjectCacheImpl.h', 741 'accessibility/AXObjectCacheImpl.h',
742 'accessibility/AXObject.cpp', 742 'accessibility/AXObject.cpp',
743 'accessibility/AXObject.h', 743 'accessibility/AXObject.h',
744 'accessibility/AXProgressIndicator.cpp', 744 'accessibility/AXProgressIndicator.cpp',
745 'accessibility/AXProgressIndicator.h', 745 'accessibility/AXProgressIndicator.h',
746 'accessibility/AXRadioInput.cpp',
747 'accessibility/AXRadioInput.h',
746 'accessibility/AXSVGRoot.cpp', 748 'accessibility/AXSVGRoot.cpp',
747 'accessibility/AXSVGRoot.h', 749 'accessibility/AXSVGRoot.h',
748 'accessibility/AXSlider.cpp', 750 'accessibility/AXSlider.cpp',
749 'accessibility/AXSlider.h', 751 'accessibility/AXSlider.h',
750 'accessibility/AXSpinButton.cpp', 752 'accessibility/AXSpinButton.cpp',
751 'accessibility/AXSpinButton.h', 753 'accessibility/AXSpinButton.h',
752 'accessibility/AXTable.cpp', 754 'accessibility/AXTable.cpp',
753 'accessibility/AXTable.h', 755 'accessibility/AXTable.h',
754 'accessibility/AXTableCell.cpp', 756 'accessibility/AXTableCell.cpp',
755 'accessibility/AXTableCell.h', 757 'accessibility/AXTableCell.h',
(...skipping 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after
1932 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1934 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1933 'webaudio/ConvolverNodeTest.cpp', 1935 'webaudio/ConvolverNodeTest.cpp',
1934 'webaudio/DynamicsCompressorNodeTest.cpp', 1936 'webaudio/DynamicsCompressorNodeTest.cpp',
1935 'webaudio/ScriptProcessorNodeTest.cpp', 1937 'webaudio/ScriptProcessorNodeTest.cpp',
1936 'webaudio/StereoPannerNodeTest.cpp', 1938 'webaudio/StereoPannerNodeTest.cpp',
1937 'websockets/DOMWebSocketTest.cpp', 1939 'websockets/DOMWebSocketTest.cpp',
1938 'websockets/DocumentWebSocketChannelTest.cpp', 1940 'websockets/DocumentWebSocketChannelTest.cpp',
1939 ], 1941 ],
1940 }, 1942 },
1941 } 1943 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/accessibility/AXRadioInput.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698