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

Unified Diff: Source/core/core.gypi

Issue 1323243002: WIP - Rough draft of style observation in style of apply hooks. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | Source/core/dom/Document.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 31c446aad1f251c185915b4642ee2e07f1b8bff5..ee6a8c592cb6a3f8741e95c8a5b327421b3a2075 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -798,6 +798,8 @@
'style/StyleMotionData.h',
'style/StyleMotionPath.h',
'style/StyleMultiColData.cpp',
+ 'style/StyleObserver.cpp',
+ 'style/StyleObserver.h',
'style/StylePendingImage.h',
'style/StyleRareInheritedData.cpp',
'style/StyleRareNonInheritedData.cpp',
@@ -3849,6 +3851,7 @@
'streams/ReadableStreamTest.cpp',
'style/ComputedStyleTest.cpp',
'style/OutlineValueTest.cpp',
+ 'style/StyleObserverTest.cpp',
'style/SVGComputedStyleTest.cpp',
'svg/UnsafeSVGAttributeSanitizationTest.cpp',
'testing/PrivateScriptTestTest.cpp',
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698