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

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

Issue 169293002: Oilpan: Remove GC_INFO_{DEFINE,DECLARE} macros (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixheaptest Created 6 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
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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'gamepad/Gamepad.cpp', 341 'gamepad/Gamepad.cpp',
342 'gamepad/Gamepad.h', 342 'gamepad/Gamepad.h',
343 'gamepad/GamepadList.cpp', 343 'gamepad/GamepadList.cpp',
344 'gamepad/GamepadList.h', 344 'gamepad/GamepadList.h',
345 'gamepad/NavigatorGamepad.cpp', 345 'gamepad/NavigatorGamepad.cpp',
346 'gamepad/NavigatorGamepad.h', 346 'gamepad/NavigatorGamepad.h',
347 'geolocation/Coordinates.cpp', 347 'geolocation/Coordinates.cpp',
348 'geolocation/Geolocation.cpp', 348 'geolocation/Geolocation.cpp',
349 'geolocation/GeolocationController.cpp', 349 'geolocation/GeolocationController.cpp',
350 'geolocation/GeolocationInspectorAgent.cpp', 350 'geolocation/GeolocationInspectorAgent.cpp',
351 'geolocation/Geoposition.cpp',
352 'geolocation/NavigatorGeolocation.cpp', 351 'geolocation/NavigatorGeolocation.cpp',
353 'geolocation/NavigatorGeolocation.h', 352 'geolocation/NavigatorGeolocation.h',
354 'geolocation/PositionError.cpp',
355 'geolocation/PositionOptions.cpp',
356 'imagebitmap/ImageBitmapFactories.cpp', 353 'imagebitmap/ImageBitmapFactories.cpp',
357 'imagebitmap/ImageBitmapFactories.h', 354 'imagebitmap/ImageBitmapFactories.h',
358 'indexeddb/DOMWindowIndexedDatabase.cpp', 355 'indexeddb/DOMWindowIndexedDatabase.cpp',
359 'indexeddb/DOMWindowIndexedDatabase.h', 356 'indexeddb/DOMWindowIndexedDatabase.h',
360 'indexeddb/IDBAny.cpp', 357 'indexeddb/IDBAny.cpp',
361 'indexeddb/IDBAny.h', 358 'indexeddb/IDBAny.h',
362 'indexeddb/IDBCursor.cpp', 359 'indexeddb/IDBCursor.cpp',
363 'indexeddb/IDBCursor.h', 360 'indexeddb/IDBCursor.h',
364 'indexeddb/IDBCursorWithValue.cpp', 361 'indexeddb/IDBCursorWithValue.cpp',
365 'indexeddb/IDBCursorWithValue.h', 362 'indexeddb/IDBCursorWithValue.h',
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 'indexeddb/IDBKeyPathTest.cpp', 842 'indexeddb/IDBKeyPathTest.cpp',
846 'indexeddb/IDBRequestTest.cpp', 843 'indexeddb/IDBRequestTest.cpp',
847 'indexeddb/IDBTransactionTest.cpp', 844 'indexeddb/IDBTransactionTest.cpp',
848 'websockets/WebSocketDeflaterTest.cpp', 845 'websockets/WebSocketDeflaterTest.cpp',
849 'websockets/WebSocketExtensionDispatcherTest.cpp', 846 'websockets/WebSocketExtensionDispatcherTest.cpp',
850 'websockets/WebSocketExtensionParserTest.cpp', 847 'websockets/WebSocketExtensionParserTest.cpp',
851 'websockets/WebSocketPerMessageDeflateTest.cpp', 848 'websockets/WebSocketPerMessageDeflateTest.cpp',
852 ], 849 ],
853 }, 850 },
854 } 851 }
OLDNEW
« no previous file with comments | « Source/modules/mediasource/WebKitSourceBufferList.cpp ('k') | Source/modules/notifications/Notification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698