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

Unified Diff: components/arc/BUILD.gn

Issue 2308663002: Migrate ArcBitmap to use typemapping (Closed)
Patch Set: Addressed comment 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') | no next file with comments »
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 c1857dcfb581e37c212efa3d4906a8e0b9fa0959..40afb69402bc741e86d927c0be7452ec0a896fb5 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698