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

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

Issue 1076453004: Show reasons why nodes are ignored in accessibility sidebar (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removing IgnoredReasons from protocol Created 5 years, 8 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
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 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'accessibility/AXTableCell.cpp', 536 'accessibility/AXTableCell.cpp',
537 'accessibility/AXTableCell.h', 537 'accessibility/AXTableCell.h',
538 'accessibility/AXTableColumn.cpp', 538 'accessibility/AXTableColumn.cpp',
539 'accessibility/AXTableColumn.h', 539 'accessibility/AXTableColumn.h',
540 'accessibility/AXTableHeaderContainer.cpp', 540 'accessibility/AXTableHeaderContainer.cpp',
541 'accessibility/AXTableHeaderContainer.h', 541 'accessibility/AXTableHeaderContainer.h',
542 'accessibility/AXTableRow.cpp', 542 'accessibility/AXTableRow.cpp',
543 'accessibility/AXTableRow.h', 543 'accessibility/AXTableRow.h',
544 'accessibility/InspectorAccessibilityAgent.cpp', 544 'accessibility/InspectorAccessibilityAgent.cpp',
545 'accessibility/InspectorAccessibilityAgent.h', 545 'accessibility/InspectorAccessibilityAgent.h',
546 'accessibility/InspectorTypeBuilderHelper.cpp',
547 'accessibility/InspectorTypeBuilderHelper.h',
546 'app_banner/AppBannerController.cpp', 548 'app_banner/AppBannerController.cpp',
547 'app_banner/AppBannerController.h', 549 'app_banner/AppBannerController.h',
548 'app_banner/BeforeInstallPromptEvent.cpp', 550 'app_banner/BeforeInstallPromptEvent.cpp',
549 'app_banner/BeforeInstallPromptEvent.h', 551 'app_banner/BeforeInstallPromptEvent.h',
550 'background_sync/ServiceWorkerGlobalScopeSync.h', 552 'background_sync/ServiceWorkerGlobalScopeSync.h',
551 'background_sync/ServiceWorkerRegistrationSync.cpp', 553 'background_sync/ServiceWorkerRegistrationSync.cpp',
552 'background_sync/ServiceWorkerRegistrationSync.h', 554 'background_sync/ServiceWorkerRegistrationSync.h',
553 'background_sync/SyncCallbacks.cpp', 555 'background_sync/SyncCallbacks.cpp',
554 'background_sync/SyncCallbacks.h', 556 'background_sync/SyncCallbacks.h',
555 'background_sync/SyncError.cpp', 557 'background_sync/SyncError.cpp',
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after
1405 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1407 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1406 'webaudio/ConvolverNodeTest.cpp', 1408 'webaudio/ConvolverNodeTest.cpp',
1407 'webaudio/DynamicsCompressorNodeTest.cpp', 1409 'webaudio/DynamicsCompressorNodeTest.cpp',
1408 'webaudio/ScriptProcessorNodeTest.cpp', 1410 'webaudio/ScriptProcessorNodeTest.cpp',
1409 'webaudio/StereoPannerNodeTest.cpp', 1411 'webaudio/StereoPannerNodeTest.cpp',
1410 'websockets/DOMWebSocketTest.cpp', 1412 'websockets/DOMWebSocketTest.cpp',
1411 'websockets/DocumentWebSocketChannelTest.cpp', 1413 'websockets/DocumentWebSocketChannelTest.cpp',
1412 ], 1414 ],
1413 }, 1415 },
1414 } 1416 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698