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

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

Issue 978173002: Merge 190852 "[Contextual Search] Check for an ARIA widget." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2311/
Patch Set: Created 5 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 | Annotate | Revision Log
« no previous file with comments | « Source/modules/accessibility/AXObjectTest.cpp ('k') | Source/web/WebNode.cpp » ('j') | 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 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after
1223 'serviceworkers/testing/InternalsServiceWorker.cpp', 1223 'serviceworkers/testing/InternalsServiceWorker.cpp',
1224 'serviceworkers/testing/InternalsServiceWorker.h', 1224 'serviceworkers/testing/InternalsServiceWorker.h',
1225 'speech/testing/InternalsSpeechSynthesis.cpp', 1225 'speech/testing/InternalsSpeechSynthesis.cpp',
1226 'speech/testing/InternalsSpeechSynthesis.h', 1226 'speech/testing/InternalsSpeechSynthesis.h',
1227 'speech/testing/PlatformSpeechSynthesizerMock.cpp', 1227 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
1228 'speech/testing/PlatformSpeechSynthesizerMock.h', 1228 'speech/testing/PlatformSpeechSynthesizerMock.h',
1229 'vibration/testing/InternalsVibration.cpp', 1229 'vibration/testing/InternalsVibration.cpp',
1230 'vibration/testing/InternalsVibration.h', 1230 'vibration/testing/InternalsVibration.h',
1231 ], 1231 ],
1232 'modules_unittest_files': [ 1232 'modules_unittest_files': [
1233 'accessibility/AXObjectTest.cpp',
1233 'fetch/BodyStreamBufferTest.cpp', 1234 'fetch/BodyStreamBufferTest.cpp',
1234 'fetch/FetchResponseDataTest.cpp', 1235 'fetch/FetchResponseDataTest.cpp',
1235 'fetch/RequestTest.cpp', 1236 'fetch/RequestTest.cpp',
1236 'fetch/ResponseTest.cpp', 1237 'fetch/ResponseTest.cpp',
1237 'filesystem/DOMFileSystemBaseTest.cpp', 1238 'filesystem/DOMFileSystemBaseTest.cpp',
1238 'indexeddb/IDBKeyPathTest.cpp', 1239 'indexeddb/IDBKeyPathTest.cpp',
1239 'indexeddb/IDBRequestTest.cpp', 1240 'indexeddb/IDBRequestTest.cpp',
1240 'indexeddb/IDBTransactionTest.cpp', 1241 'indexeddb/IDBTransactionTest.cpp',
1241 'serviceworkers/CacheTest.cpp', 1242 'serviceworkers/CacheTest.cpp',
1242 'serviceworkers/ServiceWorkerContainerTest.cpp', 1243 'serviceworkers/ServiceWorkerContainerTest.cpp',
1243 'websockets/DOMWebSocketTest.cpp', 1244 'websockets/DOMWebSocketTest.cpp',
1244 'websockets/DocumentWebSocketChannelTest.cpp', 1245 'websockets/DocumentWebSocketChannelTest.cpp',
1245 ], 1246 ],
1246 }, 1247 },
1247 } 1248 }
OLDNEW
« no previous file with comments | « Source/modules/accessibility/AXObjectTest.cpp ('k') | Source/web/WebNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698