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

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: rebase 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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 'accessibility/AXTableCell.cpp', 531 'accessibility/AXTableCell.cpp',
532 'accessibility/AXTableCell.h', 532 'accessibility/AXTableCell.h',
533 'accessibility/AXTableColumn.cpp', 533 'accessibility/AXTableColumn.cpp',
534 'accessibility/AXTableColumn.h', 534 'accessibility/AXTableColumn.h',
535 'accessibility/AXTableHeaderContainer.cpp', 535 'accessibility/AXTableHeaderContainer.cpp',
536 'accessibility/AXTableHeaderContainer.h', 536 'accessibility/AXTableHeaderContainer.h',
537 'accessibility/AXTableRow.cpp', 537 'accessibility/AXTableRow.cpp',
538 'accessibility/AXTableRow.h', 538 'accessibility/AXTableRow.h',
539 'accessibility/InspectorAccessibilityAgent.cpp', 539 'accessibility/InspectorAccessibilityAgent.cpp',
540 'accessibility/InspectorAccessibilityAgent.h', 540 'accessibility/InspectorAccessibilityAgent.h',
541 'accessibility/InspectorTypeBuilderHelper.cpp',
542 'accessibility/InspectorTypeBuilderHelper.h',
541 'app_banner/AppBannerController.cpp', 543 'app_banner/AppBannerController.cpp',
542 'app_banner/AppBannerController.h', 544 'app_banner/AppBannerController.h',
543 'app_banner/BeforeInstallPromptEvent.cpp', 545 'app_banner/BeforeInstallPromptEvent.cpp',
544 'app_banner/BeforeInstallPromptEvent.h', 546 'app_banner/BeforeInstallPromptEvent.h',
545 'background_sync/ServiceWorkerGlobalScopeSync.h', 547 'background_sync/ServiceWorkerGlobalScopeSync.h',
546 'background_sync/ServiceWorkerRegistrationSync.cpp', 548 'background_sync/ServiceWorkerRegistrationSync.cpp',
547 'background_sync/ServiceWorkerRegistrationSync.h', 549 'background_sync/ServiceWorkerRegistrationSync.h',
548 'background_sync/SyncCallbacks.cpp', 550 'background_sync/SyncCallbacks.cpp',
549 'background_sync/SyncCallbacks.h', 551 'background_sync/SyncCallbacks.h',
550 'background_sync/SyncError.cpp', 552 'background_sync/SyncError.cpp',
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
1381 'filesystem/DOMFileSystemBaseTest.cpp', 1383 'filesystem/DOMFileSystemBaseTest.cpp',
1382 'indexeddb/IDBKeyPathTest.cpp', 1384 'indexeddb/IDBKeyPathTest.cpp',
1383 'indexeddb/IDBRequestTest.cpp', 1385 'indexeddb/IDBRequestTest.cpp',
1384 'indexeddb/IDBTransactionTest.cpp', 1386 'indexeddb/IDBTransactionTest.cpp',
1385 'serviceworkers/ServiceWorkerContainerTest.cpp', 1387 'serviceworkers/ServiceWorkerContainerTest.cpp',
1386 'websockets/DOMWebSocketTest.cpp', 1388 'websockets/DOMWebSocketTest.cpp',
1387 'websockets/DocumentWebSocketChannelTest.cpp', 1389 'websockets/DocumentWebSocketChannelTest.cpp',
1388 ], 1390 ],
1389 }, 1391 },
1390 } 1392 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698