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

Unified Diff: public.bzl

Issue 1703923002: Enable GL interfaces for iOS build (Closed) Base URL: https://skia.googlesource.com/skia.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 | 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 db92502797658a1d87f0cb48e5c1eba299f01532..400b9d565d0b0b488cf1ee71447a9a228c497065 100644
--- a/public.bzl
+++ b/public.bzl
@@ -97,6 +97,7 @@ BASE_SRCS_ALL = struct(
"src/doc/SkDocument_PDF_None.cpp", # We use SkDocument_PDF.cpp.
"src/gpu/gl/GrGLCreateNativeInterface_none.cpp",
"src/gpu/gl/GrGLDefaultInterface_native.cpp",
+ "src/gpu/gl/GrGLDefaultInterface_none.cpp",
# Exclude files that don't compile with the current DEFINES.
"src/gpu/gl/angle/*", # Requires SK_ANGLE define.
@@ -122,6 +123,7 @@ BASE_SRCS_UNIX = struct(
"src/android/*",
"src/codec/*",
"src/fonts/SkFontMgr_fontconfig.cpp",
+ "src/gpu/gl/GrGLDefaultInterface_none.cpp",
"src/images/*",
"src/opts/**/*.cpp",
"src/opts/**/*.h",
@@ -169,6 +171,7 @@ BASE_SRCS_ANDROID = struct(
include = [
"src/android/*",
"src/codec/*",
+ "src/gpu/gl/GrGLDefaultInterface_none.cpp",
"src/images/*",
# TODO(benjaminwagner): Figure out how to compile with EGL.
"src/opts/**/*.cpp",
@@ -212,6 +215,8 @@ BASE_SRCS_ANDROID = struct(
# Platform-dependent SRCS for google3-default iOS.
BASE_SRCS_IOS = struct(
include = [
+ "src/gpu/gl/GrGLDefaultInterface_native.cpp",
+ "src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp",
"src/opts/**/*.cpp",
"src/opts/**/*.h",
"src/ports/**/*.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