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

Unified Diff: Source/core/core.gypi

Issue 15556002: Refactoring: Generalize CachedSVGDocument for non-SVG use. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Resolved the conflict. Created 7 years, 7 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 5a9ee4e38f217de170bfcde93c91da08514e28c5..f4b444ebcc6f2313ec1d031ddf4098111dcc5852 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1083,6 +1083,8 @@
'loader/archive/MHTMLParser.h',
'loader/cache/CachedCSSStyleSheet.cpp',
'loader/cache/CachedCSSStyleSheet.h',
+ 'loader/cache/CachedDocument.cpp',
+ 'loader/cache/CachedDocument.h',
'loader/cache/CachedFont.cpp',
'loader/cache/CachedFont.h',
'loader/cache/CachedImage.cpp',
@@ -1098,8 +1100,6 @@
'loader/cache/CachedScript.h',
'loader/cache/CachedShader.cpp',
'loader/cache/CachedShader.h',
- 'loader/cache/CachedSVGDocument.cpp',
- 'loader/cache/CachedSVGDocument.h',
'loader/cache/CachedSVGDocumentReference.h',
'loader/cache/CachedTextTrack.cpp',
'loader/cache/CachedTextTrack.h',
« no previous file with comments | « Source/core/accessibility/AccessibilityRenderObject.cpp ('k') | Source/core/css/WebKitCSSSVGDocumentValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698