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

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

Issue 1214633005: Remove CSS clients of ImageResource (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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: sky/engine/core/core.gni
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
index fc8649e404c759b9ba4219a31b9f66a5d50d34e5..4847195755fd22bf068a59e68ad773d02079fe09 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -65,8 +65,6 @@ sky_core_files = [
"animation/animatable/AnimatableDouble.h",
"animation/animatable/AnimatableFilterOperations.cpp",
"animation/animatable/AnimatableFilterOperations.h",
- "animation/animatable/AnimatableImage.cpp",
- "animation/animatable/AnimatableImage.h",
"animation/animatable/AnimatableLength.cpp",
"animation/animatable/AnimatableLength.h",
"animation/animatable/AnimatableLengthBox.cpp",
@@ -121,8 +119,6 @@ sky_core_files = [
"css/CSSCalculationValue.h",
"css/CSSComputedStyleDeclaration.cpp",
"css/CSSComputedStyleDeclaration.h",
- "css/CSSCrossfadeValue.cpp",
- "css/CSSCrossfadeValue.h",
"css/CSSCustomFontData.h",
"css/CSSFilterValue.cpp",
"css/CSSFilterValue.h",
@@ -146,10 +142,6 @@ sky_core_files = [
"css/CSSHelper.h",
"css/CSSImageGeneratorValue.cpp",
"css/CSSImageGeneratorValue.h",
- "css/CSSImageSetValue.cpp",
- "css/CSSImageSetValue.h",
- "css/CSSImageValue.cpp",
- "css/CSSImageValue.h",
"css/CSSInheritedValue.cpp",
"css/CSSInheritedValue.h",
"css/CSSInitialValue.cpp",
@@ -950,10 +942,6 @@ sky_core_files = [
"rendering/style/StyleBoxData.cpp",
"rendering/style/StyleBoxData.h",
"rendering/style/StyleDifference.h",
- "rendering/style/StyleFetchedImage.cpp",
- "rendering/style/StyleFetchedImage.h",
- "rendering/style/StyleFetchedImageSet.cpp",
- "rendering/style/StyleFetchedImageSet.h",
"rendering/style/StyleFilterData.cpp",
"rendering/style/StyleFilterData.h",
"rendering/style/StyleFlexibleBoxData.cpp",
« no previous file with comments | « sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp ('k') | sky/engine/core/css/CSSCrossfadeValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698