| 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([
|
|
|