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

Unified Diff: Source/core/core.gypi

Issue 22802012: Rename DOMApplicationCache to ApplicationCache and expose it to JS (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove change to devtools and fix nits Created 7 years, 4 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 | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/dom/EventTarget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 8f4aef0079b16c0edc0459c5a34ee3dc181fc0be..fc755979f430f0ddc15170513933ecaca498a85a 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -236,7 +236,7 @@
'inspector/InspectorFrontendHost.idl',
'inspector/InspectorOverlayHost.idl',
'inspector/JavaScriptCallFrame.idl',
- 'loader/appcache/DOMApplicationCache.idl',
+ 'loader/appcache/ApplicationCache.idl',
'page/BarProp.idl',
'page/Console.idl',
'page/EventSource.idl',
@@ -1123,9 +1123,9 @@
'loader/UniqueIdentifier.h',
'loader/WorkerThreadableLoader.cpp',
'loader/WorkerThreadableLoader.h',
+ 'loader/appcache/ApplicationCache.cpp',
+ 'loader/appcache/ApplicationCache.h',
'loader/appcache/ApplicationCacheHost.h',
- 'loader/appcache/DOMApplicationCache.cpp',
- 'loader/appcache/DOMApplicationCache.h',
'loader/archive/ArchiveResource.cpp',
'loader/archive/ArchiveResourceCollection.cpp',
'loader/archive/ArchiveResourceCollection.h',
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/dom/EventTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698