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

Unified Diff: Source/core/core.gypi

Issue 38943008: Explore the possibility of implementing the CSS Region interface. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Prototype v2 Created 7 years, 2 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 197ce09e33715c9bf44df425521105beb833bc18..a1ebac069bea8bab7f8cc9048d7099483072537b 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -12,6 +12,7 @@
'css/CSSMediaRule.idl',
'css/CSSPageRule.idl',
'css/CSSPrimitiveValue.idl',
+ 'css/CSSRegion.idl',
'css/CSSRule.idl',
'css/CSSRuleList.idl',
'css/CSSStyleDeclaration.idl',
@@ -79,6 +80,7 @@
'dom/ParentNode.idl',
'dom/ProcessingInstruction.idl',
'dom/Promise.idl',
+ 'dom/PseudoElement.idl',
'dom/Range.idl',
'dom/RequestAnimationFrameCallback.idl',
'dom/StringCallback.idl',
@@ -679,6 +681,7 @@
'css/CSSProperty.cpp',
'css/CSSPropertySourceData.cpp',
'css/CSSReflectValue.cpp',
+ 'css/CSSRegion.h',
'css/CSSRegionRule.cpp',
'css/CSSRegionRule.h',
'css/CSSRule.cpp',

Powered by Google App Engine
This is Rietveld 408576698