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

Unified Diff: public.bzl

Issue 1710493002: Speculative fix for Google3 iOS build (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase again 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 987d7c54903290b5ec70dd7ed235fe4dbd0d80d9..a8913fc54f5472289ee9acd050ef05ff5a6269cb 100644
--- a/public.bzl
+++ b/public.bzl
@@ -215,6 +215,8 @@ BASE_SRCS_ANDROID = struct(
# Platform-dependent SRCS for google3-default iOS.
BASE_SRCS_IOS = struct(
include = [
+ "src/android/*",
+ "src/codec/*",
"src/gpu/gl/GrGLDefaultInterface_native.cpp",
"src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp",
"src/opts/**/*.cpp",
@@ -224,6 +226,12 @@ BASE_SRCS_IOS = struct(
"src/utils/mac/*.cpp",
],
exclude = [
+ "src/codec/*Gif*.cpp",
+ "src/codec/*Ico*.cpp",
+ "src/codec/*Jpeg*.cpp",
+ "src/codec/*Webp*.cpp",
+ "src/codec/*Png*",
+ "src/codec/*Raw*.cpp",
"src/opts/*mips*",
"src/opts/*NEON*",
"src/opts/*neon*",
« 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