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

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

Issue 148253005: DevTools: remove references to modules/indexeddb from core/inspector (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'geolocation/GeolocationController.cpp', 340 'geolocation/GeolocationController.cpp',
341 'geolocation/GeolocationInspectorAgent.cpp', 341 'geolocation/GeolocationInspectorAgent.cpp',
342 'geolocation/NavigatorGeolocation.cpp', 342 'geolocation/NavigatorGeolocation.cpp',
343 'geolocation/NavigatorGeolocation.h', 343 'geolocation/NavigatorGeolocation.h',
344 'imagebitmap/ImageBitmapFactories.cpp', 344 'imagebitmap/ImageBitmapFactories.cpp',
345 'imagebitmap/ImageBitmapFactories.h', 345 'imagebitmap/ImageBitmapFactories.h',
346 'indexeddb/DOMWindowIndexedDatabase.cpp', 346 'indexeddb/DOMWindowIndexedDatabase.cpp',
347 'indexeddb/DOMWindowIndexedDatabase.h', 347 'indexeddb/DOMWindowIndexedDatabase.h',
348 'indexeddb/IDBAny.cpp', 348 'indexeddb/IDBAny.cpp',
349 'indexeddb/IDBAny.h', 349 'indexeddb/IDBAny.h',
350 'indexeddb/IDBClient.cpp',
351 'indexeddb/IDBClient.h',
350 'indexeddb/IDBCursor.cpp', 352 'indexeddb/IDBCursor.cpp',
351 'indexeddb/IDBCursor.h', 353 'indexeddb/IDBCursor.h',
352 'indexeddb/IDBCursorWithValue.cpp', 354 'indexeddb/IDBCursorWithValue.cpp',
353 'indexeddb/IDBCursorWithValue.h', 355 'indexeddb/IDBCursorWithValue.h',
354 'indexeddb/IDBDatabase.cpp', 356 'indexeddb/IDBDatabase.cpp',
355 'indexeddb/IDBDatabase.h', 357 'indexeddb/IDBDatabase.h',
356 'indexeddb/IDBDatabaseCallbacks.cpp', 358 'indexeddb/IDBDatabaseCallbacks.cpp',
357 'indexeddb/IDBDatabaseCallbacks.h', 359 'indexeddb/IDBDatabaseCallbacks.h',
358 'indexeddb/IDBEventDispatcher.cpp', 360 'indexeddb/IDBEventDispatcher.cpp',
359 'indexeddb/IDBEventDispatcher.h', 361 'indexeddb/IDBEventDispatcher.h',
(...skipping 17 matching lines...) Expand all
377 'indexeddb/IDBPendingTransactionMonitor.cpp', 379 'indexeddb/IDBPendingTransactionMonitor.cpp',
378 'indexeddb/IDBPendingTransactionMonitor.h', 380 'indexeddb/IDBPendingTransactionMonitor.h',
379 'indexeddb/IDBRequest.cpp', 381 'indexeddb/IDBRequest.cpp',
380 'indexeddb/IDBRequest.h', 382 'indexeddb/IDBRequest.h',
381 'indexeddb/IDBTracing.h', 383 'indexeddb/IDBTracing.h',
382 'indexeddb/IDBTransaction.cpp', 384 'indexeddb/IDBTransaction.cpp',
383 'indexeddb/IDBTransaction.h', 385 'indexeddb/IDBTransaction.h',
384 'indexeddb/IDBVersionChangeEvent.cpp', 386 'indexeddb/IDBVersionChangeEvent.cpp',
385 'indexeddb/IDBVersionChangeEvent.h', 387 'indexeddb/IDBVersionChangeEvent.h',
386 'indexeddb/IndexedDB.h', 388 'indexeddb/IndexedDB.h',
389 'indexeddb/InspectorIndexedDBAgent.cpp',
390 'indexeddb/InspectorIndexedDBAgent.h',
387 'indexeddb/PageGroupIndexedDatabase.cpp', 391 'indexeddb/PageGroupIndexedDatabase.cpp',
388 'indexeddb/PageGroupIndexedDatabase.h', 392 'indexeddb/PageGroupIndexedDatabase.h',
389 'indexeddb/WebIDBCallbacksImpl.cpp', 393 'indexeddb/WebIDBCallbacksImpl.cpp',
390 'indexeddb/WebIDBCallbacksImpl.h', 394 'indexeddb/WebIDBCallbacksImpl.h',
391 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp', 395 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp',
392 'indexeddb/WebIDBDatabaseCallbacksImpl.h', 396 'indexeddb/WebIDBDatabaseCallbacksImpl.h',
393 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp', 397 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
394 'indexeddb/WorkerGlobalScopeIndexedDatabase.h', 398 'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
395 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp', 399 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp',
396 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h', 400 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h',
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 'indexeddb/IDBKeyPathTest.cpp', 823 'indexeddb/IDBKeyPathTest.cpp',
820 'indexeddb/IDBRequestTest.cpp', 824 'indexeddb/IDBRequestTest.cpp',
821 'indexeddb/IDBTransactionTest.cpp', 825 'indexeddb/IDBTransactionTest.cpp',
822 'websockets/WebSocketDeflaterTest.cpp', 826 'websockets/WebSocketDeflaterTest.cpp',
823 'websockets/WebSocketExtensionDispatcherTest.cpp', 827 'websockets/WebSocketExtensionDispatcherTest.cpp',
824 'websockets/WebSocketExtensionParserTest.cpp', 828 'websockets/WebSocketExtensionParserTest.cpp',
825 'websockets/WebSocketPerMessageDeflateTest.cpp', 829 'websockets/WebSocketPerMessageDeflateTest.cpp',
826 ], 830 ],
827 }, 831 },
828 } 832 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698