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

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

Issue 896043004: Tests for WaitUntilObserver and focus/openining windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@sw_client_focus_cleanup
Patch Set: 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 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after
1229 'fetch/BodyStreamBufferTest.cpp', 1229 'fetch/BodyStreamBufferTest.cpp',
1230 'fetch/FetchResponseDataTest.cpp', 1230 'fetch/FetchResponseDataTest.cpp',
1231 'fetch/RequestTest.cpp', 1231 'fetch/RequestTest.cpp',
1232 'fetch/ResponseTest.cpp', 1232 'fetch/ResponseTest.cpp',
1233 'filesystem/DOMFileSystemBaseTest.cpp', 1233 'filesystem/DOMFileSystemBaseTest.cpp',
1234 'indexeddb/IDBKeyPathTest.cpp', 1234 'indexeddb/IDBKeyPathTest.cpp',
1235 'indexeddb/IDBRequestTest.cpp', 1235 'indexeddb/IDBRequestTest.cpp',
1236 'indexeddb/IDBTransactionTest.cpp', 1236 'indexeddb/IDBTransactionTest.cpp',
1237 'serviceworkers/CacheTest.cpp', 1237 'serviceworkers/CacheTest.cpp',
1238 'serviceworkers/ServiceWorkerContainerTest.cpp', 1238 'serviceworkers/ServiceWorkerContainerTest.cpp',
1239 'serviceworkers/WaitUntilObserverTest.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