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

Unified Diff: public.bzl

Issue 1701153002: Fix linker errors when skia_ios target is used a dependency of an iOS app. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove references to SkBitmapHasher 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public.bzl
diff --git a/public.bzl b/public.bzl
index 32cb2de7864dfa04ba30db38dff496976b794648..db92502797658a1d87f0cb48e5c1eba299f01532 100644
--- a/public.bzl
+++ b/public.bzl
@@ -216,6 +216,7 @@ BASE_SRCS_IOS = struct(
"src/opts/**/*.h",
"src/ports/**/*.cpp",
"src/ports/**/*.h",
+ "src/utils/mac/*.cpp",
],
exclude = [
"src/opts/*mips*",
@@ -239,7 +240,6 @@ BASE_SRCS_IOS = struct(
"src/ports/*mozalloc*",
"src/ports/*nacl*",
"src/ports/*win*",
- "src/ports/SkDebug_stdio.cpp",
"src/ports/SkFontMgr_custom.cpp",
"src/ports/SkFontConfigInterface_direct_factory.cpp",
"src/ports/SkFontConfigInterface_direct_google3_factory.cpp",
@@ -248,7 +248,6 @@ BASE_SRCS_IOS = struct(
"src/ports/SkFontMgr_empty_factory.cpp",
"src/ports/SkImageDecoder_CG.cpp",
"src/ports/SkImageDecoder_WIC.cpp",
- "src/ports/SkImageDecoder_empty.cpp",
"src/ports/SkImageGenerator_none.cpp",
"src/ports/SkTLS_none.cpp",
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698