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

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

Issue 336343002: Use "Dictionary" for PositionOptions instead of Custom binding (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebasing for removing PerWorldBindings (http://crrev.com/330293002) Created 6 years, 6 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
« no previous file with comments | « Source/modules/geolocation/PositionOptions.cpp ('k') | no next file » | 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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'gamepad/WebKitGamepad.cpp', 450 'gamepad/WebKitGamepad.cpp',
451 'gamepad/WebKitGamepad.h', 451 'gamepad/WebKitGamepad.h',
452 'gamepad/WebKitGamepadList.cpp', 452 'gamepad/WebKitGamepadList.cpp',
453 'gamepad/WebKitGamepadList.h', 453 'gamepad/WebKitGamepadList.h',
454 'geolocation/Coordinates.cpp', 454 'geolocation/Coordinates.cpp',
455 'geolocation/Geolocation.cpp', 455 'geolocation/Geolocation.cpp',
456 'geolocation/GeolocationController.cpp', 456 'geolocation/GeolocationController.cpp',
457 'geolocation/GeolocationInspectorAgent.cpp', 457 'geolocation/GeolocationInspectorAgent.cpp',
458 'geolocation/NavigatorGeolocation.cpp', 458 'geolocation/NavigatorGeolocation.cpp',
459 'geolocation/NavigatorGeolocation.h', 459 'geolocation/NavigatorGeolocation.h',
460 'geolocation/PositionOptions.cpp',
461 'geolocation/PositionOptions.h',
460 'imagebitmap/ImageBitmapFactories.cpp', 462 'imagebitmap/ImageBitmapFactories.cpp',
461 'imagebitmap/ImageBitmapFactories.h', 463 'imagebitmap/ImageBitmapFactories.h',
462 'indexeddb/DOMWindowIndexedDatabase.cpp', 464 'indexeddb/DOMWindowIndexedDatabase.cpp',
463 'indexeddb/DOMWindowIndexedDatabase.h', 465 'indexeddb/DOMWindowIndexedDatabase.h',
464 'indexeddb/IDBAny.cpp', 466 'indexeddb/IDBAny.cpp',
465 'indexeddb/IDBAny.h', 467 'indexeddb/IDBAny.h',
466 'indexeddb/IDBCursor.cpp', 468 'indexeddb/IDBCursor.cpp',
467 'indexeddb/IDBCursor.h', 469 'indexeddb/IDBCursor.h',
468 'indexeddb/IDBCursorWithValue.cpp', 470 'indexeddb/IDBCursorWithValue.cpp',
469 'indexeddb/IDBCursorWithValue.h', 471 'indexeddb/IDBCursorWithValue.h',
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 'indexeddb/IDBRequestTest.cpp', 980 'indexeddb/IDBRequestTest.cpp',
979 'indexeddb/IDBTransactionTest.cpp', 981 'indexeddb/IDBTransactionTest.cpp',
980 'websockets/WebSocketDeflaterTest.cpp', 982 'websockets/WebSocketDeflaterTest.cpp',
981 'websockets/WebSocketExtensionDispatcherTest.cpp', 983 'websockets/WebSocketExtensionDispatcherTest.cpp',
982 'websockets/WebSocketExtensionParserTest.cpp', 984 'websockets/WebSocketExtensionParserTest.cpp',
983 'websockets/WebSocketPerMessageDeflateTest.cpp', 985 'websockets/WebSocketPerMessageDeflateTest.cpp',
984 'websockets/WebSocketTest.cpp', 986 'websockets/WebSocketTest.cpp',
985 ], 987 ],
986 }, 988 },
987 } 989 }
OLDNEW
« no previous file with comments | « Source/modules/geolocation/PositionOptions.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698