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

Unified Diff: components/arc/BUILD.gn

Issue 2308663002: Migrate ArcBitmap to use typemapping (Closed)
Patch Set: Created 4 years, 3 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 | components/arc/bitmap/OWNERS » ('j') | components/arc/bitmap/bitmap_struct_traits.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index 5c20c565f7aeb934e54ff4dd66e5d783edb300ce..83294a8129ac00044b024324f2a4f28ae30e87af 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -113,21 +113,6 @@ static_library("arc_base") {
]
}
-static_library("arc_bitmap") {
- sources = [
- "bitmap/bitmap_type_converters.cc",
- "bitmap/bitmap_type_converters.h",
- ]
-
- deps = [
- "//skia",
- ]
-
- public_deps = [
- ":arc_bindings",
- ]
-}
-
mojom("arc_bindings") {
sources = [
"common/app.mojom",
« no previous file with comments | « no previous file | components/arc/bitmap/OWNERS » ('j') | components/arc/bitmap/bitmap_struct_traits.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698