| OLD | NEW |
| (Empty) | |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 |
| 5 import("//third_party/WebKit/Source/modules/modules.gni") |
| 6 |
| 7 blink_modules_sources("accessibility") { |
| 8 sources = [ |
| 9 "AXARIAGrid.cpp", |
| 10 "AXARIAGrid.h", |
| 11 "AXARIAGridCell.cpp", |
| 12 "AXARIAGridCell.h", |
| 13 "AXARIAGridRow.cpp", |
| 14 "AXARIAGridRow.h", |
| 15 "AXImageMapLink.cpp", |
| 16 "AXImageMapLink.h", |
| 17 "AXInlineTextBox.cpp", |
| 18 "AXInlineTextBox.h", |
| 19 "AXLayoutObject.cpp", |
| 20 "AXLayoutObject.h", |
| 21 "AXList.cpp", |
| 22 "AXList.h", |
| 23 "AXListBox.cpp", |
| 24 "AXListBox.h", |
| 25 "AXListBoxOption.cpp", |
| 26 "AXListBoxOption.h", |
| 27 "AXMediaControls.cpp", |
| 28 "AXMediaControls.h", |
| 29 "AXMenuList.cpp", |
| 30 "AXMenuList.h", |
| 31 "AXMenuListOption.cpp", |
| 32 "AXMenuListOption.h", |
| 33 "AXMenuListPopup.cpp", |
| 34 "AXMenuListPopup.h", |
| 35 "AXMockObject.cpp", |
| 36 "AXMockObject.h", |
| 37 "AXNodeObject.cpp", |
| 38 "AXNodeObject.h", |
| 39 "AXObject.cpp", |
| 40 "AXObject.h", |
| 41 "AXObjectCacheImpl.cpp", |
| 42 "AXObjectCacheImpl.h", |
| 43 "AXProgressIndicator.cpp", |
| 44 "AXProgressIndicator.h", |
| 45 "AXRadioInput.cpp", |
| 46 "AXRadioInput.h", |
| 47 "AXSVGRoot.cpp", |
| 48 "AXSVGRoot.h", |
| 49 "AXSlider.cpp", |
| 50 "AXSlider.h", |
| 51 "AXSpinButton.cpp", |
| 52 "AXSpinButton.h", |
| 53 "AXTable.cpp", |
| 54 "AXTable.h", |
| 55 "AXTableCell.cpp", |
| 56 "AXTableCell.h", |
| 57 "AXTableColumn.cpp", |
| 58 "AXTableColumn.h", |
| 59 "AXTableHeaderContainer.cpp", |
| 60 "AXTableHeaderContainer.h", |
| 61 "AXTableRow.cpp", |
| 62 "AXTableRow.h", |
| 63 "InspectorAccessibilityAgent.cpp", |
| 64 "InspectorAccessibilityAgent.h", |
| 65 "InspectorTypeBuilderHelper.cpp", |
| 66 "InspectorTypeBuilderHelper.h", |
| 67 ] |
| 68 } |
| OLD | NEW |