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

Unified Diff: third_party/WebKit/Source/core/css/BUILD.gn

Issue 2730633004: [CSS Typed OM] Rearrange StylePropertyMap classes to match the new spec. (Closed)
Patch Set: Remove spurious : Created 3 years, 9 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/css/BUILD.gn
diff --git a/third_party/WebKit/Source/core/css/BUILD.gn b/third_party/WebKit/Source/core/css/BUILD.gn
index 6d07116426164a4c1e536a384ed08f1dd448ea9b..26d5d0fae57fac282ce5d0f89ca8b75d0e90e82b 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -293,12 +293,13 @@ blink_core_sources("css") {
"cssom/ComputedStylePropertyMap.h",
"cssom/FilteredComputedStylePropertyMap.cpp",
"cssom/FilteredComputedStylePropertyMap.h",
- "cssom/ImmutableStylePropertyMap.h",
"cssom/InlineStylePropertyMap.cpp",
"cssom/InlineStylePropertyMap.h",
"cssom/MutableStylePropertyMap.h",
"cssom/StylePropertyMap.cpp",
"cssom/StylePropertyMap.h",
+ "cssom/StylePropertyMapReadonly.cpp",
+ "cssom/StylePropertyMapReadonly.h",
"cssom/StyleValueFactory.cpp",
"cssom/StyleValueFactory.h",
"cssom/WindowGetComputedStyle.h",
« no previous file with comments | « third_party/WebKit/Source/core/core_idl_files.gni ('k') | third_party/WebKit/Source/core/css/cssom/ComputedStylePropertyMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698