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

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: 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..b49007b48ac22c3a4c5301b6621fd3cb974206f1 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',
@@ -679,6 +680,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