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

Unified Diff: WebCore/WebCore.gyp/WebCore.gyp

Issue 10012034: WebKit/WebCore DomStorage House cleaning (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk/Source/
Patch Set: Created 8 years, 8 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 | « no previous file | WebCore/storage/Storage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/WebCore.gyp/WebCore.gyp
===================================================================
--- WebCore/WebCore.gyp/WebCore.gyp (revision 113961)
+++ WebCore/WebCore.gyp/WebCore.gyp (working copy)
@@ -1847,8 +1847,17 @@
['exclude', 'plugins/PluginStream\\.cpp$'],
['exclude', 'plugins/PluginView\\.cpp$'],
['exclude', 'plugins/npapi\\.cpp$'],
- ['exclude', 'storage/StorageEventDispatcher\\.cpp$'],
+ ['exclude', 'storage/StorageAreaImpl\\.(cpp|h)$'],
+ ['exclude', 'storage/StorageAreaSync\\.(cpp|h)$'],
+ ['exclude', 'storage/StorageEventDispatcher\\.(cpp|h)$'],
+ ['exclude', 'storage/StorageMap\\.(cpp|h)$'],
['exclude', 'storage/StorageNamespace\\.cpp$'],
+ ['exclude', 'storage/StorageNamespaceImpl\\.(cpp|h)$'],
+ ['exclude', 'storage/StorageSyncManager\\.(cpp|h)$'],
+ ['exclude', 'storage/StorageTask\\.(cpp|h)$'],
+ ['exclude', 'storage/StorageThread\\.(cpp|h)$'],
+ ['exclude', 'storage/StorageTracker\\.(cpp|h)$'],
+ ['exclude', 'storage/StorageTrackerClient\\.h$'],
['exclude', 'workers/DefaultSharedWorkerRepository\\.(cpp|h)$'],
['include', 'loader/appcache/ApplicationCacheHost\.h$'],
« no previous file with comments | « no previous file | WebCore/storage/Storage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698