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

Unified Diff: ui/gfx/BUILD.gn

Issue 1700313002: Remove gfx::JPEGCodec. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 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 | ui/gfx/codec/jpeg_codec.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 39cda6690cf9337b6d6b9062388e70b6610ea0f6..4044d81a1fb1277f8d2c8385e3165a42918ac95f 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -47,8 +47,6 @@ component("gfx") {
"animation/throb_animation.h",
"animation/tween.cc",
"animation/tween.h",
- "codec/jpeg_codec.cc",
- "codec/jpeg_codec.h",
"codec/png_codec.cc",
"codec/png_codec.h",
"display.cc",
@@ -94,14 +92,12 @@ component("gfx") {
deps = [
":gfx_export",
- "//base/third_party/dynamic_annotations",
"//base:base_static",
"//base:i18n",
+ "//base/third_party/dynamic_annotations",
"//skia",
- "//third_party/libjpeg_turbo:libjpeg",
"//third_party/libpng",
"//third_party/zlib",
- "//third_party:jpeg",
"//ui/gfx/geometry",
]
public_deps = [
@@ -165,7 +161,6 @@ test("gfx_unittests") {
"animation/multi_animation_unittest.cc",
"animation/slide_animation_unittest.cc",
"animation/tween_unittest.cc",
- "codec/jpeg_codec_unittest.cc",
"codec/png_codec_unittest.cc",
"display_change_notifier_unittest.cc",
"display_unittest.cc",
@@ -196,10 +191,10 @@ test("gfx_unittests") {
"//base",
"//base/test:test_support",
"//skia",
+ "//testing/gtest",
"//third_party/icu:icuuc",
"//third_party/libpng",
"//third_party/zlib",
- "//testing/gtest",
"//ui/base",
"//ui/gfx/geometry",
]
« no previous file with comments | « no previous file | ui/gfx/codec/jpeg_codec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698