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

Unified Diff: sky/engine/core/core.gni

Issue 1076623002: Remove our impressive amount of CSS Cursor code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 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 | sky/engine/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/core.gni
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
index c9dc6d323aa7e406efc1bf0a848cbff420c1a602..4348f7273e5184152935e2192c3178788e13622e 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -127,8 +127,6 @@ sky_core_files = [
"css/CSSComputedStyleDeclaration.h",
"css/CSSCrossfadeValue.cpp",
"css/CSSCrossfadeValue.h",
- "css/CSSCursorImageValue.cpp",
- "css/CSSCursorImageValue.h",
"css/CSSCustomFontData.h",
"css/CSSFilterValue.cpp",
"css/CSSFilterValue.h",
@@ -956,7 +954,6 @@ sky_core_files = [
"rendering/style/CollapsedBorderValue.h",
"rendering/style/CounterDirectives.cpp",
"rendering/style/CounterDirectives.h",
- "rendering/style/CursorData.h",
"rendering/style/DataEquivalency.h",
"rendering/style/DataRef.h",
"rendering/style/FillLayer.cpp",
@@ -1104,18 +1101,17 @@ core_idl_files = get_path_info([
# Files for which bindings (.cpp and .h files) will be generated
# 'partial interface', target (right side of) 'implements', and
# interfaces with static bindings (in bindings/core/v8/)
-core_dependency_idl_files =
- get_path_info([
- "animation/DocumentAnimation.idl",
- "animation/ElementAnimation.idl",
- "css/DocumentFontFaceSet.idl",
- "dom/URLUtils.idl",
- "dom/URLUtilsReadOnly.idl",
- "events/EventListener.idl",
- "frame/WindowBase64.idl",
- "frame/WindowTimers.idl",
- ],
- "abspath")
+core_dependency_idl_files = get_path_info([
+ "animation/DocumentAnimation.idl",
+ "animation/ElementAnimation.idl",
+ "css/DocumentFontFaceSet.idl",
+ "dom/URLUtils.idl",
+ "dom/URLUtilsReadOnly.idl",
+ "events/EventListener.idl",
+ "frame/WindowBase64.idl",
+ "frame/WindowTimers.idl",
+ ],
+ "abspath")
# interfaces that inherit from Event, including Event itself
core_event_idl_files = get_path_info([
« no previous file with comments | « no previous file | sky/engine/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698