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

Unified Diff: Source/modules/modules.gypi

Issue 1193793003: bindings: Makes almost all attributes accessor-type properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 5 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/cachestorage/WorkerCacheStorage.idl ('k') | Source/web/tests/WebFrameTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 249e44e19cd9197f64f8641a8ca8ddb249e7150f..e8f927c5c9d3c6490ac52a5bfe2ef279c1a3ea00 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -300,6 +300,10 @@
'battery/NavigatorBattery.idl',
'beacon/NavigatorBeacon.idl',
'bluetooth/NavigatorBluetooth.idl',
+ 'cachestorage/CompositorWorkerCacheStorage.idl',
+ 'cachestorage/DedicatedWorkerCacheStorage.idl',
+ 'cachestorage/ServiceWorkerCacheStorage.idl',
+ 'cachestorage/SharedWorkerCacheStorage.idl',
'cachestorage/WindowCacheStorage.idl',
'cachestorage/WorkerCacheStorage.idl',
'canvas2d/CanvasPathMethods.idl',
« no previous file with comments | « Source/modules/cachestorage/WorkerCacheStorage.idl ('k') | Source/web/tests/WebFrameTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698