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

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

Issue 885163002: [Contextual Search] Check for ARIA widget roles. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleaup usage of Web wrappers. Created 5 years, 10 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 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 'serviceworkers/testing/InternalsServiceWorker.cpp', 1219 'serviceworkers/testing/InternalsServiceWorker.cpp',
1220 'serviceworkers/testing/InternalsServiceWorker.h', 1220 'serviceworkers/testing/InternalsServiceWorker.h',
1221 'speech/testing/InternalsSpeechSynthesis.cpp', 1221 'speech/testing/InternalsSpeechSynthesis.cpp',
1222 'speech/testing/InternalsSpeechSynthesis.h', 1222 'speech/testing/InternalsSpeechSynthesis.h',
1223 'speech/testing/PlatformSpeechSynthesizerMock.cpp', 1223 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
1224 'speech/testing/PlatformSpeechSynthesizerMock.h', 1224 'speech/testing/PlatformSpeechSynthesizerMock.h',
1225 'vibration/testing/InternalsVibration.cpp', 1225 'vibration/testing/InternalsVibration.cpp',
1226 'vibration/testing/InternalsVibration.h', 1226 'vibration/testing/InternalsVibration.h',
1227 ], 1227 ],
1228 'modules_unittest_files': [ 1228 'modules_unittest_files': [
1229 'accessibility/AXObjectTest.cpp',
1229 'fetch/BodyStreamBufferTest.cpp', 1230 'fetch/BodyStreamBufferTest.cpp',
1230 'fetch/FetchResponseDataTest.cpp', 1231 'fetch/FetchResponseDataTest.cpp',
1231 'fetch/RequestTest.cpp', 1232 'fetch/RequestTest.cpp',
1232 'fetch/ResponseTest.cpp', 1233 'fetch/ResponseTest.cpp',
1233 'filesystem/DOMFileSystemBaseTest.cpp', 1234 'filesystem/DOMFileSystemBaseTest.cpp',
1234 'indexeddb/IDBKeyPathTest.cpp', 1235 'indexeddb/IDBKeyPathTest.cpp',
1235 'indexeddb/IDBRequestTest.cpp', 1236 'indexeddb/IDBRequestTest.cpp',
1236 'indexeddb/IDBTransactionTest.cpp', 1237 'indexeddb/IDBTransactionTest.cpp',
1237 'serviceworkers/CacheTest.cpp', 1238 'serviceworkers/CacheTest.cpp',
1238 'serviceworkers/ServiceWorkerContainerTest.cpp', 1239 'serviceworkers/ServiceWorkerContainerTest.cpp',
1239 'websockets/DOMWebSocketTest.cpp', 1240 'websockets/DOMWebSocketTest.cpp',
1240 'websockets/DocumentWebSocketChannelTest.cpp', 1241 'websockets/DocumentWebSocketChannelTest.cpp',
1241 ], 1242 ],
1242 }, 1243 },
1243 } 1244 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698