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

Unified Diff: third_party/WebKit/Source/core/fetch/DEPS

Issue 1481383002: [Experimental] CSSSerializer Proof-of-concept Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: snapshot: top_25 sites ser/dser now works Created 4 years, 11 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: third_party/WebKit/Source/core/fetch/DEPS
diff --git a/third_party/WebKit/Source/core/fetch/DEPS b/third_party/WebKit/Source/core/fetch/DEPS
index c92d95deed420b0bcaf79a05a78e511e063351f4..72ad9371253de4e1a7a13a44a3b46951bfad024a 100644
--- a/third_party/WebKit/Source/core/fetch/DEPS
+++ b/third_party/WebKit/Source/core/fetch/DEPS
@@ -7,6 +7,8 @@ include_rules = [
# but has not been fully isolated yet.
# Do not add to this list.
"!core/css/StyleSheetContents.h",
+ "!core/css/serializer/CSSDeserializeStream.h",
+ "!core/css/serializer/CSSSerializeStream.h",
"!core/dom/XMLDocument.h",
"!core/html/parser/TextResourceDecoder.h",
"!core/inspector/InspectorInstrumentation.h",
« no previous file with comments | « third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp ('k') | third_party/WebKit/Source/core/style/ComputedStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698