blob: 1d3bf7cd4d50e76f929b577872082e2be95d1893 [file] [log] [blame]
mtkleinc04ff472016-06-23 10:29:30 -07001# Copyright 2016 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
Brian Osmanf2c90142017-07-13 15:50:03 -04006import("gn/flutter_defines.gni")
Mike Reed025f7832018-11-12 09:27:05 -05007import("gn/fuchsia_defines.gni")
mikejurka8c24f4f2016-09-12 16:51:58 -07008import("gn/shared_sources.gni")
Hal Canary32498f02019-02-04 15:36:31 -05009import("gn/skia.gni")
brettwb9447282016-09-01 14:24:39 -070010
Forrest Reiling30229ac2017-04-17 13:36:39 -070011if (is_fuchsia) {
12 import("//build/vulkan/config.gni")
13}
14
mtkleinc04ff472016-06-23 10:29:30 -070015declare_args() {
Mike Klein26a60492018-10-15 10:38:25 -040016 skia_enable_flutter_defines = false
17}
18
19declare_args() {
Mike Kleinc168a3a2016-11-14 14:53:13 +000020 skia_use_angle = false
Kevin Lubick4a24e102017-03-29 11:19:01 -040021 skia_use_egl = false
mtklein63213812016-08-24 09:55:56 -070022 skia_use_expat = true
mtklein3cc22182016-08-29 13:26:14 -070023 skia_use_fontconfig = is_linux
Leon Scroggins III85e22fc2018-11-28 08:58:47 -050024 skia_use_fonthost_mac = is_mac
mtkleincdedd0e2016-09-12 15:15:44 -070025 skia_use_freetype = is_android || is_fuchsia || is_linux
Leon Scroggins IIIc41a5f52018-11-15 15:54:59 -050026 skia_use_fixed_gamma_text = is_android
mtklein63213812016-08-24 09:55:56 -070027 skia_use_libjpeg_turbo = true
28 skia_use_libpng = true
mtkleineb3c4252016-08-23 07:38:09 -070029 skia_use_libwebp = !is_fuchsia
Mike Kleinfae86b72018-01-08 15:49:09 -050030 skia_use_lua = is_skia_dev_build && !is_ios
Mike Kleinf9ae6702018-06-20 14:05:05 -040031 skia_use_opencl = false
Mike Klein10d665d2016-11-01 11:46:10 -040032 skia_use_piex = !is_win
Leon Scroggins IIIe93ec682018-10-26 09:25:51 -040033 skia_use_wuffs = false
mtklein63213812016-08-24 09:55:56 -070034 skia_use_zlib = true
Greg Daniele5ddff52017-07-05 16:49:36 -040035 skia_use_metal = false
Mike Klein36f182f2017-10-20 12:33:53 -040036 skia_use_libheif = is_skia_dev_build
Chinmay Garded92d0352018-09-17 10:23:28 -070037 skia_use_x11 = is_linux
mtklein1bd72ba2016-09-16 07:45:52 -070038
Mike Klein7d921032017-01-05 12:20:41 -050039 skia_android_serial = ""
Kevin Lubick93faa672018-10-10 15:54:53 -040040 skia_enable_ccpr = true
Kevin Lubickca7c2972018-10-17 13:52:24 +000041 skia_enable_nvpr = !skia_enable_flutter_defines
Brian Osman3f375d02016-12-28 11:19:22 -050042 skia_enable_discrete_gpu = true
Kevin Lubick134be1d2018-10-30 15:05:04 -040043 skia_enable_nima = false
Hal Canary43fb7a02016-12-30 13:09:03 -050044 skia_enable_pdf = true
Ethan Nicholasa6ae1f72017-03-16 09:56:54 -040045 skia_enable_spirv_validation = is_skia_dev_build && is_debug
Kevin Lubick32dfdbe2018-10-18 09:47:01 -040046 skia_enable_skpicture = true
Mike Klein3669a822017-03-03 10:55:02 -050047 skia_enable_vulkan_debug_layers = is_skia_dev_build && is_debug
Robert Phillipsa6d2d702017-09-01 12:17:03 -040048 skia_qt_path = getenv("QT_PATH")
Ethan Nicholas762466e2017-06-29 10:03:38 -040049 skia_compile_processors = false
Adrienne Walker1df7cd82018-04-18 13:46:25 -070050 skia_generate_workarounds = false
Ethan Nicholas5b5f0962017-09-11 13:50:14 -070051 skia_lex = false
Mike Kleinc55a6cb2017-06-28 13:21:47 -040052
Hal Canary2331c822018-02-01 14:06:13 -050053 skia_skqp_global_error_tolerance = 0
Ethan Nicholas26a9aad2018-03-27 14:10:52 -040054
55 skia_llvm_path = ""
56 skia_llvm_lib = "LLVM"
Hal Canaryfd9bcab2018-04-24 11:47:23 -040057
58 skia_tools_require_resources = false
mtkleinc04ff472016-06-23 10:29:30 -070059}
Brian Salomon23d73ea2016-10-27 13:31:37 -040060declare_args() {
Matt Sarett189491c2017-03-20 18:09:30 -040061 skia_use_dng_sdk = !is_fuchsia && skia_use_libjpeg_turbo && skia_use_zlib
Mike Klein10d665d2016-11-01 11:46:10 -040062 skia_use_sfntly = skia_use_icu
Brian Salomoncbcb0a12017-11-19 13:20:13 -050063 skia_enable_atlas_text = is_skia_dev_build && skia_enable_gpu
Leon Scroggins IIIbe85c192018-11-13 13:50:12 -050064 skia_enable_fontmgr_empty = false
Kevin Lubickddd0a332018-12-12 10:35:13 -050065 skia_enable_fontmgr_custom =
66 is_linux && skia_use_freetype && !skia_use_fontconfig
Leon Scroggins IIIbe85c192018-11-13 13:50:12 -050067 skia_enable_fontmgr_custom_empty = is_fuchsia && skia_use_freetype
68 skia_enable_fontmgr_android = skia_use_expat && skia_use_freetype
Sergey Ulanovf3babcd2018-11-30 17:42:00 -080069 skia_enable_fontmgr_fuchsia = is_fuchsia
Mike Klein10d665d2016-11-01 11:46:10 -040070
Mike Klein4d598a32016-10-31 13:44:49 -040071 if (is_android) {
72 skia_use_vulkan = defined(ndk_api) && ndk_api >= 24
Forrest Reiling30229ac2017-04-17 13:36:39 -070073 } else if (is_fuchsia) {
74 skia_use_vulkan = fuchsia_use_vulkan
Mike Klein4d598a32016-10-31 13:44:49 -040075 } else {
Mike Klein98dea7b2019-01-15 11:26:43 -050076 skia_use_vulkan = defined(skia_moltenvk_path) && skia_moltenvk_path != ""
Mike Klein4d598a32016-10-31 13:44:49 -040077 }
Jim Van Verth4e502972017-12-07 15:16:10 -050078
79 if (is_ios) {
80 skia_ios_identity = ".*Google.*"
81 skia_ios_profile = "Google Development"
82 }
Brian Salomon23d73ea2016-10-27 13:31:37 -040083}
Brian Salomon789e25e2016-09-30 13:41:03 -040084
Adam Barth54ef74a2017-10-13 10:59:38 -070085if (defined(skia_settings)) {
86 import(skia_settings)
87}
88
mtklein1211e0c2016-07-26 13:55:45 -070089skia_public_includes = [
mtklein25c81d42016-07-27 13:55:26 -070090 "include/android",
mtkleinfa84d942016-07-28 09:45:14 -070091 "include/c",
mtklein1211e0c2016-07-26 13:55:45 -070092 "include/codec",
93 "include/config",
94 "include/core",
Hal Canary23564b92018-09-07 14:33:14 -040095 "include/docs",
mtklein1211e0c2016-07-26 13:55:45 -070096 "include/effects",
Matt Sarett94fd06f2017-05-08 17:31:00 -040097 "include/encode",
mtklein1211e0c2016-07-26 13:55:45 -070098 "include/gpu",
Brian Salomoncbcb0a12017-11-19 13:20:13 -050099 "include/atlastext",
mtklein1211e0c2016-07-26 13:55:45 -0700100 "include/pathops",
101 "include/ports",
mtklein25c81d42016-07-27 13:55:26 -0700102 "include/svg",
mtklein1211e0c2016-07-26 13:55:45 -0700103 "include/utils",
104 "include/utils/mac",
mtklein1211e0c2016-07-26 13:55:45 -0700105]
106
Brian Salomoncbcb0a12017-11-19 13:20:13 -0500107if (skia_enable_atlas_text) {
108 skia_public_includes += [ "include/atlastext" ]
109}
Robert Phillipsfcd5fdd2017-06-14 01:43:29 +0000110
mtkleinc04ff472016-06-23 10:29:30 -0700111# Skia public API, generally provided by :skia.
112config("skia_public") {
mtklein1211e0c2016-07-26 13:55:45 -0700113 include_dirs = skia_public_includes
Mike Kleinae7e6712016-10-11 17:49:33 -0400114 defines = []
115 if (is_component_build) {
116 defines += [ "SKIA_DLL" ]
117 }
Mike Kleinc4cbd742016-09-26 21:37:09 -0400118 if (is_fuchsia || is_linux) {
jcgregorio5561e3d2016-08-25 09:25:11 -0700119 defines += [ "SK_SAMPLES_FOR_X" ]
120 }
Brian Osmanf2c90142017-07-13 15:50:03 -0400121 if (skia_enable_flutter_defines) {
122 defines += flutter_defines
123 }
mtklein06c35c02016-09-20 12:28:12 -0700124 if (!skia_enable_gpu) {
125 defines += [ "SK_SUPPORT_GPU=0" ]
126 }
Brian Salomoncbcb0a12017-11-19 13:20:13 -0500127 if (skia_enable_atlas_text) {
128 defines += [ "SK_SUPPORT_ATLAS_TEXT=1" ]
129 }
Mike Reed025f7832018-11-12 09:27:05 -0500130 if (is_fuchsia) {
131 defines += fuchsia_defines
132 }
mtkleinc04ff472016-06-23 10:29:30 -0700133}
134
135# Skia internal APIs, used by Skia itself and a few test tools.
136config("skia_private") {
137 visibility = [ ":*" ]
138
139 include_dirs = [
140 "include/private",
141 "src/c",
mtklein1211e0c2016-07-26 13:55:45 -0700142 "src/codec",
mtkleinc04ff472016-06-23 10:29:30 -0700143 "src/core",
144 "src/effects",
mtklein25c81d42016-07-27 13:55:26 -0700145 "src/fonts",
mtkleinc04ff472016-06-23 10:29:30 -0700146 "src/image",
147 "src/images",
148 "src/lazy",
149 "src/opts",
150 "src/pathops",
mtklein2b6870c2016-07-28 14:17:33 -0700151 "src/pdf",
mtkleinc04ff472016-06-23 10:29:30 -0700152 "src/ports",
153 "src/sfnt",
Florin Malita5edba452017-05-30 16:39:47 -0400154 "src/shaders",
155 "src/shaders/gradients",
mtklein9e0d9dd2016-08-30 10:37:19 -0700156 "src/sksl",
mtkleinc04ff472016-06-23 10:29:30 -0700157 "src/utils",
mtklein7a1f45f2016-08-04 06:19:33 -0700158 "src/utils/win",
Herb Derby5a8fe972017-02-14 14:42:30 -0500159 "src/xml",
Jim Van Verth1676cb92019-01-15 13:24:45 -0500160 "third_party/etc1",
scroggo19b91532016-10-24 09:03:26 -0700161 "third_party/gif",
mtkleinc04ff472016-06-23 10:29:30 -0700162 ]
mtklein150d1132016-08-01 06:56:40 -0700163
Mike Reeda9e241d2017-05-03 10:52:00 -0400164 defines = [ "SK_GAMMA_APPLY_TO_A8" ]
Leon Scroggins IIIc41a5f52018-11-15 15:54:59 -0500165 if (skia_use_fixed_gamma_text) {
mtkleinb37c0342016-09-09 11:07:45 -0700166 defines += [
167 "SK_GAMMA_EXPONENT=1.4",
168 "SK_GAMMA_CONTRAST=0.0",
169 ]
170 }
mtklein88a7ac02016-09-14 11:16:49 -0700171 if (is_official_build || is_android) {
172 # TODO(bsalomon): it'd be nice to make Android normal.
173 defines += [ "SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0" ]
174 }
Brian Salomon789e25e2016-09-30 13:41:03 -0400175 libs = []
176 lib_dirs = []
Brian Salomon03e05842017-02-23 12:23:47 -0500177 if (skia_enable_gpu) {
178 include_dirs += [ "src/gpu" ]
Greg Danielafb7ec72017-12-07 12:48:30 -0500179 if (is_skia_dev_build && skia_use_vulkan) {
180 include_dirs += [ "tools/gpu/vk" ]
181 }
Brian Salomon03e05842017-02-23 12:23:47 -0500182 }
Brian Osman34755e22016-12-05 09:46:02 -0500183 if (skia_use_angle) {
184 defines += [ "SK_ANGLE" ]
185 }
Brian Osman3f375d02016-12-28 11:19:22 -0500186 if (skia_enable_discrete_gpu) {
187 defines += [ "SK_ENABLE_DISCRETE_GPU" ]
188 }
Brian Salomon0c26a9d2017-07-06 10:09:38 -0400189 if (!is_official_build) {
190 defines += [ "GR_TEST_UTILS=1" ]
191 }
Ethan Nicholas26a9aad2018-03-27 14:10:52 -0400192 if (skia_llvm_path != "") {
193 defines += [ "SK_LLVM_AVAILABLE" ]
194 include_dirs += [ "$skia_llvm_path/include" ]
195 libs += [ skia_llvm_lib ]
196 lib_dirs += [ "$skia_llvm_path/lib/" ]
197 }
mtkleinc04ff472016-06-23 10:29:30 -0700198}
199
200# Any code that's linked into Skia-the-library should use this config via += skia_library_configs.
201config("skia_library") {
202 visibility = [ ":*" ]
mtkleinc04ff472016-06-23 10:29:30 -0700203 defines = [ "SKIA_IMPLEMENTATION=1" ]
204}
205
206skia_library_configs = [
207 ":skia_public",
208 ":skia_private",
209 ":skia_library",
210]
211
mtklein9b8583d2016-08-24 17:32:30 -0700212# Use for CPU-specific Skia code that needs particular compiler flags.
213template("opts") {
Mike Klein6d1df6d2018-11-07 15:03:58 -0500214 visibility = [ ":*" ]
mtklein9b8583d2016-08-24 17:32:30 -0700215 if (invoker.enabled) {
216 source_set(target_name) {
217 forward_variables_from(invoker, "*")
218 configs += skia_library_configs
219 }
220 } else {
221 # If not enabled, a phony empty target that swallows all otherwise unused variables.
222 source_set(target_name) {
223 forward_variables_from(invoker,
224 "*",
225 [
226 "sources",
227 "cflags",
228 ])
229 }
230 }
anmittala7eaf2e2016-08-17 13:57:26 -0700231}
232
mtklein422310d2016-08-16 18:28:43 -0700233is_x86 = current_cpu == "x64" || current_cpu == "x86"
mtkleinc04ff472016-06-23 10:29:30 -0700234
mtklein7d6fb2c2016-08-25 14:50:44 -0700235opts("none") {
236 enabled = !is_x86 && current_cpu != "arm" && current_cpu != "arm64"
brettwb9447282016-09-01 14:24:39 -0700237 sources = skia_opts.none_sources
anmittalb8b3f712016-08-25 04:55:19 -0700238 cflags = []
239}
240
mtklein7d6fb2c2016-08-25 14:50:44 -0700241opts("armv7") {
anmittalb8b3f712016-08-25 04:55:19 -0700242 enabled = current_cpu == "arm"
brettwb9447282016-09-01 14:24:39 -0700243 sources = skia_opts.armv7_sources + skia_opts.neon_sources
mtklein7d6fb2c2016-08-25 14:50:44 -0700244 cflags = []
anmittalb8b3f712016-08-25 04:55:19 -0700245}
246
247opts("arm64") {
248 enabled = current_cpu == "arm64"
brettwb9447282016-09-01 14:24:39 -0700249 sources = skia_opts.arm64_sources
anmittalb8b3f712016-08-25 04:55:19 -0700250 cflags = []
251}
252
253opts("crc32") {
254 enabled = current_cpu == "arm64"
brettwb9447282016-09-01 14:24:39 -0700255 sources = skia_opts.crc32_sources
anmittalb8b3f712016-08-25 04:55:19 -0700256 cflags = [ "-march=armv8-a+crc" ]
257}
258
mtklein9b8583d2016-08-24 17:32:30 -0700259opts("sse2") {
260 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700261 sources = skia_opts.sse2_sources
Mike Kleinc722f792017-07-31 11:57:21 -0400262 if (!is_clang && is_win) {
Mike Kleind8765e32016-10-19 13:39:13 -0400263 defines = [ "SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSE2" ]
264 } else {
Mike Klein3eb71212016-10-11 17:08:53 -0400265 cflags = [ "-msse2" ]
266 }
mtklein9b8583d2016-08-24 17:32:30 -0700267}
mtkleinc04ff472016-06-23 10:29:30 -0700268
mtklein9b8583d2016-08-24 17:32:30 -0700269opts("ssse3") {
270 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700271 sources = skia_opts.ssse3_sources
Mike Kleinc722f792017-07-31 11:57:21 -0400272 if (!is_clang && is_win) {
Mike Kleind8765e32016-10-19 13:39:13 -0400273 defines = [ "SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSSE3" ]
274 } else {
Mike Klein3eb71212016-10-11 17:08:53 -0400275 cflags = [ "-mssse3" ]
276 }
mtklein9b8583d2016-08-24 17:32:30 -0700277}
mtkleinc04ff472016-06-23 10:29:30 -0700278
mtklein9b8583d2016-08-24 17:32:30 -0700279opts("sse41") {
280 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700281 sources = skia_opts.sse41_sources
Mike Kleinc722f792017-07-31 11:57:21 -0400282 if (!is_clang && is_win) {
Mike Kleind8765e32016-10-19 13:39:13 -0400283 defines = [ "SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSE41" ]
284 } else {
Mike Klein3eb71212016-10-11 17:08:53 -0400285 cflags = [ "-msse4.1" ]
286 }
mtklein9b8583d2016-08-24 17:32:30 -0700287}
mtklein4e976072016-08-08 09:06:27 -0700288
mtklein9b8583d2016-08-24 17:32:30 -0700289opts("sse42") {
290 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700291 sources = skia_opts.sse42_sources
Mike Kleinc722f792017-07-31 11:57:21 -0400292 if (!is_clang && is_win) {
Mike Kleind8765e32016-10-19 13:39:13 -0400293 defines = [ "SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSE42" ]
294 } else {
Mike Klein3eb71212016-10-11 17:08:53 -0400295 cflags = [ "-msse4.2" ]
296 }
mtklein9b8583d2016-08-24 17:32:30 -0700297}
298
299opts("avx") {
300 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700301 sources = skia_opts.avx_sources
Mike Klein4d4b3aa2018-03-21 13:07:35 -0400302 if (is_win) {
Mike Klein17b6e482016-11-18 22:11:41 +0000303 cflags = [ "/arch:AVX" ]
Mike Klein3eb71212016-10-11 17:08:53 -0400304 } else {
305 cflags = [ "-mavx" ]
306 }
mtkleinc04ff472016-06-23 10:29:30 -0700307}
308
Mike Klein1b9b7d52018-02-27 10:37:40 -0500309opts("hsw") {
310 enabled = is_x86
311 sources = skia_opts.hsw_sources
Mike Klein4d4b3aa2018-03-21 13:07:35 -0400312 if (is_win) {
Mike Klein1b9b7d52018-02-27 10:37:40 -0500313 cflags = [ "/arch:AVX2" ]
314 } else {
Mike Kleine87c4862018-03-23 00:13:58 +0000315 cflags = [ "-march=haswell" ]
Mike Klein1b9b7d52018-02-27 10:37:40 -0500316 }
317
318 # Oddly, clang-cl doesn't recognize this as a valid flag.
319 # If it ever does, it'd nice to move this up with -mavx2 and co.
320 if (is_clang && !is_win) {
321 # This flag lets Clang generate FMAs when it sees a mul-then-add. It's optional,
322 # but nice to have, generating slightly better code for paths without explicit FMAs.
323 cflags += [ "-ffp-contract=fast" ]
324 }
325}
326
mtkleinc095df52016-08-24 12:23:52 -0700327# Any feature of Skia that requires third-party code should be optional and use this template.
mtklein457b42a2016-08-23 13:56:37 -0700328template("optional") {
Mike Klein6d1df6d2018-11-07 15:03:58 -0500329 visibility = [ ":*" ]
mtklein457b42a2016-08-23 13:56:37 -0700330 if (invoker.enabled) {
331 config(target_name + "_public") {
mtkleincd01b032016-08-31 04:58:19 -0700332 if (defined(invoker.public_defines)) {
333 defines = invoker.public_defines
334 }
Chris Dalton3a67b8e2018-05-03 09:30:29 -0600335 if (defined(invoker.public_configs)) {
336 configs = invoker.public_configs
337 }
mtklein457b42a2016-08-23 13:56:37 -0700338 }
339 source_set(target_name) {
mtkleincd01b032016-08-31 04:58:19 -0700340 forward_variables_from(invoker,
341 "*",
342 [
343 "public_defines",
344 "sources_when_disabled",
scroggof84ad642016-10-31 09:02:57 -0700345 "configs_to_remove",
mtkleincd01b032016-08-31 04:58:19 -0700346 ])
mtklein457b42a2016-08-23 13:56:37 -0700347 all_dependent_configs = [ ":" + target_name + "_public" ]
mtklein9b8583d2016-08-24 17:32:30 -0700348 configs += skia_library_configs
scroggof84ad642016-10-31 09:02:57 -0700349 if (defined(invoker.configs_to_remove)) {
350 configs -= invoker.configs_to_remove
351 }
mtklein457b42a2016-08-23 13:56:37 -0700352 }
353 } else {
mtklein457b42a2016-08-23 13:56:37 -0700354 source_set(target_name) {
355 forward_variables_from(invoker,
356 "*",
357 [
358 "public_defines",
Greg Daniel91dfa3b2018-05-22 13:25:15 -0400359 "public_deps",
mtklein457b42a2016-08-23 13:56:37 -0700360 "deps",
mtklein6ef69992016-09-14 06:12:09 -0700361 "libs",
mtklein457b42a2016-08-23 13:56:37 -0700362 "sources",
mtkleincd01b032016-08-31 04:58:19 -0700363 "sources_when_disabled",
scroggof84ad642016-10-31 09:02:57 -0700364 "configs_to_remove",
mtklein457b42a2016-08-23 13:56:37 -0700365 ])
mtkleincd01b032016-08-31 04:58:19 -0700366 if (defined(invoker.sources_when_disabled)) {
367 sources = invoker.sources_when_disabled
368 }
369 configs += skia_library_configs
mtklein457b42a2016-08-23 13:56:37 -0700370 }
mtkleineb3c4252016-08-23 07:38:09 -0700371 }
mtklein457b42a2016-08-23 13:56:37 -0700372}
mtklein457b42a2016-08-23 13:56:37 -0700373
mtkleina45be612016-08-29 15:22:10 -0700374optional("fontmgr_android") {
Leon Scroggins IIIbe85c192018-11-13 13:50:12 -0500375 enabled = skia_enable_fontmgr_android
mtkleina45be612016-08-29 15:22:10 -0700376
377 deps = [
Ben Wagnerfc497342017-02-24 11:15:26 -0500378 ":typeface_freetype",
mtkleina45be612016-08-29 15:22:10 -0700379 "//third_party/expat",
mtkleina45be612016-08-29 15:22:10 -0700380 ]
381 sources = [
382 "src/ports/SkFontMgr_android.cpp",
383 "src/ports/SkFontMgr_android_factory.cpp",
384 "src/ports/SkFontMgr_android_parser.cpp",
385 ]
386}
387
mtkleind2e39db2016-09-07 07:52:55 -0700388optional("fontmgr_custom") {
Leon Scroggins IIIbe85c192018-11-13 13:50:12 -0500389 enabled = skia_enable_fontmgr_custom
mtkleind2e39db2016-09-07 07:52:55 -0700390
391 deps = [
Ben Wagnerfc497342017-02-24 11:15:26 -0500392 ":typeface_freetype",
mtkleind2e39db2016-09-07 07:52:55 -0700393 ]
394 sources = [
395 "src/ports/SkFontMgr_custom.cpp",
Ben Wagner8ab590f2017-02-08 17:29:33 -0500396 "src/ports/SkFontMgr_custom.h",
397 "src/ports/SkFontMgr_custom_directory.cpp",
mtkleind2e39db2016-09-07 07:52:55 -0700398 "src/ports/SkFontMgr_custom_directory_factory.cpp",
Ben Wagner8ab590f2017-02-08 17:29:33 -0500399 "src/ports/SkFontMgr_custom_embedded.cpp",
400 "src/ports/SkFontMgr_custom_empty.cpp",
mtkleind2e39db2016-09-07 07:52:55 -0700401 ]
402}
403
Kevin Lubickddd0a332018-12-12 10:35:13 -0500404optional("fontmgr_wasm") {
405 enabled = target_cpu == "wasm"
406
407 deps = [
408 ":typeface_freetype",
409 ]
410 sources = [
411 "src/ports/SkFontMgr_custom.cpp",
412 "src/ports/SkFontMgr_custom.h",
413 "src/ports/SkFontMgr_custom_embedded.cpp",
414 "src/ports/SkFontMgr_custom_embedded_factory.cpp",
415 ]
416}
417
Sergey Ulanovf3babcd2018-11-30 17:42:00 -0800418optional("fontmgr_fuchsia") {
419 enabled = skia_enable_fontmgr_fuchsia
420
421 deps = [
Adam Barthf4766752019-02-07 09:08:54 -0800422 "//sdk/fidl/fuchsia.fonts",
Sergey Ulanovf3babcd2018-11-30 17:42:00 -0800423 ]
424 sources = [
425 "src/ports/SkFontMgr_fuchsia.cpp",
426 "src/ports/SkFontMgr_fuchsia.h",
427 ]
428}
429
Hal Canaryff2742e2018-01-30 11:35:47 -0500430optional("fontmgr_empty") {
431 enabled = skia_enable_fontmgr_empty
432 sources = [
433 "src/ports/SkFontMgr_empty_factory.cpp",
434 ]
435}
436
mtklein3cc22182016-08-29 13:26:14 -0700437optional("fontmgr_fontconfig") {
438 enabled = skia_use_freetype && skia_use_fontconfig
mtklein3cc22182016-08-29 13:26:14 -0700439
440 deps = [
Ben Wagnerfc497342017-02-24 11:15:26 -0500441 ":typeface_freetype",
mtklein3cc22182016-08-29 13:26:14 -0700442 "//third_party:fontconfig",
mtklein3cc22182016-08-29 13:26:14 -0700443 ]
444 sources = [
bungeman1ae0e012016-09-19 12:13:16 -0700445 "src/ports/SkFontConfigInterface.cpp",
mtklein3cc22182016-08-29 13:26:14 -0700446 "src/ports/SkFontConfigInterface_direct.cpp",
447 "src/ports/SkFontConfigInterface_direct_factory.cpp",
448 "src/ports/SkFontMgr_FontConfigInterface.cpp",
449 "src/ports/SkFontMgr_fontconfig.cpp",
450 "src/ports/SkFontMgr_fontconfig_factory.cpp",
451 ]
452}
453
Leon Scroggins IIIbe85c192018-11-13 13:50:12 -0500454optional("fontmgr_custom_empty") {
455 enabled = skia_enable_fontmgr_custom_empty
mtkleincdedd0e2016-09-12 15:15:44 -0700456
457 deps = [
Ben Wagnerfc497342017-02-24 11:15:26 -0500458 ":typeface_freetype",
mtkleincdedd0e2016-09-12 15:15:44 -0700459 ]
460 sources = [
461 "src/ports/SkFontMgr_custom.cpp",
Ben Wagner8ab590f2017-02-08 17:29:33 -0500462 "src/ports/SkFontMgr_custom_empty.cpp",
mtkleincdedd0e2016-09-12 15:15:44 -0700463 "src/ports/SkFontMgr_custom_empty_factory.cpp",
464 ]
465}
466
Ethan Nicholas5b5f0962017-09-11 13:50:14 -0700467if (skia_lex) {
Ethan Nicholasca82a922017-09-07 09:39:50 -0400468 executable("sksllex") {
469 sources = [
470 "src/sksl/lex/Main.cpp",
471 "src/sksl/lex/NFA.cpp",
472 "src/sksl/lex/RegexNode.cpp",
473 "src/sksl/lex/RegexParser.cpp",
474 ]
475 include_dirs = [ "src/sksl/lex" ]
476 }
477
Ethan Nicholas5b5f0962017-09-11 13:50:14 -0700478 action("run_sksllex") {
479 script = "gn/run_sksllex.py"
Ethan Nicholase148bf72017-10-06 14:22:22 -0400480 deps = [
481 ":sksllex(//gn/toolchain:$host_toolchain)",
482 ]
Ethan Nicholas5b5f0962017-09-11 13:50:14 -0700483 sources = [
Ethan Nicholas5b5f0962017-09-11 13:50:14 -0700484 "src/sksl/lex/sksl.lex",
485 ]
486
487 # GN insists its outputs should go somewhere underneath target_out_dir, so we trick it with a
488 # path that starts with target_out_dir and then uses ".." to back up into the src dir.
489 outputs = [
490 "$target_out_dir/" +
491 rebase_path("src/sksl/lex/SkSLLexer.h", target_out_dir),
492 # the script also modifies the corresponding .cpp file, but if we tell GN that it gets
493 # confused due to the same file being named by two different paths
494 ]
495 sksllex_path = "$root_out_dir/"
496 sksllex_path += "sksllex"
497 if (host_os == "win") {
498 sksllex_path += ".exe"
499 }
500 args = [
501 rebase_path(sksllex_path),
502 rebase_path("bin/clang-format"),
503 rebase_path("src"),
504 ]
505 }
506} else {
507 group("run_sksllex") {
508 }
509}
510
511if (skia_compile_processors) {
Ethan Nicholas762466e2017-06-29 10:03:38 -0400512 executable("skslc") {
513 defines = [ "SKSL_STANDALONE" ]
514 sources = [
515 "src/sksl/SkSLMain.cpp",
516 ]
517 sources += skia_sksl_sources
518 include_dirs = [
519 "src/gpu",
520 "src/sksl",
521 ]
522 deps = [
Ethan Nicholasaae47c82017-11-10 15:34:03 -0500523 ":run_sksllex",
Ethan Nicholas762466e2017-06-29 10:03:38 -0400524 "//third_party/spirv-tools",
525 ]
526 }
527
528 skia_gpu_processor_outputs = []
529 foreach(src, skia_gpu_processor_sources) {
530 dir = get_path_info(src, "dir")
531 name = get_path_info(src, "name")
532
533 # GN insists its outputs should go somewhere underneath target_out_dir, so we trick it with a
534 # path that starts with target_out_dir and then uses ".." to back up into the src dir.
535 skia_gpu_processor_outputs += [
536 "$target_out_dir/" + rebase_path("$dir/$name.h", target_out_dir),
537 # the script also modifies the corresponding .cpp file, but if we tell GN that it gets
538 # confused due to the same file being named by two different paths
539 ]
540 }
541
Ethan Nicholasaae47c82017-11-10 15:34:03 -0500542 action("create_sksl_enums") {
543 script = "gn/create_sksl_enums.py"
544 sources = [
545 "include/private/GrSharedEnums.h",
546 ]
547 outputs = [
548 "$target_out_dir/" +
Ben Wagnera56c4d22018-01-24 17:32:17 -0500549 rebase_path("src/sksl/sksl_enums.inc", target_out_dir),
Ethan Nicholasaae47c82017-11-10 15:34:03 -0500550 ]
551 args = [
552 rebase_path(sources[0]),
553 rebase_path(outputs[0]),
554 ]
555 }
556
Ethan Nicholas762466e2017-06-29 10:03:38 -0400557 action("compile_processors") {
558 script = "gn/compile_processors.py"
559 deps = [
Ethan Nicholasaae47c82017-11-10 15:34:03 -0500560 ":create_sksl_enums",
Ethan Nicholas762466e2017-06-29 10:03:38 -0400561 ":skslc(//gn/toolchain:$host_toolchain)",
562 ]
563 sources = skia_gpu_processor_sources
564 outputs = skia_gpu_processor_outputs
565 skslc_path = "$root_out_dir/"
566 if (host_toolchain != default_toolchain_name) {
567 skslc_path += "$host_toolchain/"
568 }
569 skslc_path += "skslc"
570 if (host_os == "win") {
571 skslc_path += ".exe"
572 }
Ethan Nicholasb9f6afb2017-07-27 16:02:37 -0400573 args = [
574 rebase_path(skslc_path),
Eric Borenb121be72017-07-28 10:00:51 -0400575 rebase_path("bin/clang-format"),
Ethan Nicholasb9f6afb2017-07-27 16:02:37 -0400576 ]
Ethan Nicholas762466e2017-06-29 10:03:38 -0400577 args += rebase_path(skia_gpu_processor_sources)
578 }
579} else {
580 skia_gpu_processor_outputs = []
581 group("compile_processors") {
582 }
583}
584
Ben Wagnere27ee6c2019-02-15 14:59:30 -0500585optional("gpu") {
mtklein06c35c02016-09-20 12:28:12 -0700586 enabled = skia_enable_gpu
Ethan Nicholas762466e2017-06-29 10:03:38 -0400587 deps = [
588 ":compile_processors",
Ethan Nicholas5b5f0962017-09-11 13:50:14 -0700589 ":run_sksllex",
Ethan Nicholas762466e2017-06-29 10:03:38 -0400590 ]
Adrienne Walker1df7cd82018-04-18 13:46:25 -0700591 if (skia_generate_workarounds) {
592 deps += [ ":workaround_list" ]
593 }
mtkleine9fb3d52016-09-20 15:11:46 -0700594 public_defines = []
Chris Dalton3a67b8e2018-05-03 09:30:29 -0600595 public_configs = []
Greg Daniel91dfa3b2018-05-22 13:25:15 -0400596 public_deps = []
mtkleine9fb3d52016-09-20 15:11:46 -0700597
Brian Salomon3d6801e2017-12-11 10:06:31 -0500598 sources = skia_gpu_sources + skia_sksl_sources + skia_gpu_processor_outputs
Kevin Lubick93faa672018-10-10 15:54:53 -0400599 if (!skia_enable_ccpr) {
600 sources -= skia_ccpr_sources
601 sources += [ "src/gpu/ccpr/GrCoverageCountingPathRenderer_none.cpp" ]
602 }
Kevin Lubick4bf2c262018-10-15 09:35:54 -0400603 if (!skia_enable_nvpr) {
604 sources -= skia_nvpr_sources
605 sources += [ "src/gpu/GrPathRendering_none.cpp" ]
606 }
mtklein06c35c02016-09-20 12:28:12 -0700607
608 # These paths need to be absolute to match the ones produced by shared_sources.gni.
Brian Salomon3d6801e2017-12-11 10:06:31 -0500609 sources -= get_path_info([ "src/gpu/gl/GrGLMakeNativeInterface_none.cpp" ],
mtklein06c35c02016-09-20 12:28:12 -0700610 "abspath")
Mike Klein703cf5a2016-10-13 17:18:04 -0400611 libs = []
mtklein06c35c02016-09-20 12:28:12 -0700612 if (is_android) {
Hal Canary25375e82018-03-14 15:16:56 -0400613 sources += [ "src/gpu/gl/egl/GrGLMakeNativeInterface_egl.cpp" ]
Derek Sollenberger7a869872017-06-27 15:37:25 -0400614
615 # this lib is required to link against AHardwareBuffer
616 if (defined(ndk_api) && ndk_api >= 26) {
617 libs += [ "android" ]
618 }
Kevin Lubick4a24e102017-03-29 11:19:01 -0400619 } else if (skia_use_egl) {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500620 sources += [ "src/gpu/gl/egl/GrGLMakeNativeInterface_egl.cpp" ]
Kevin Lubick4a24e102017-03-29 11:19:01 -0400621 libs += [ "EGL" ]
Chinmay Garded92d0352018-09-17 10:23:28 -0700622 } else if (is_linux && skia_use_x11) {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500623 sources += [ "src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp" ]
Mike Kleina27f2692018-06-20 11:06:39 -0400624 libs += [ "GL" ]
mtklein06c35c02016-09-20 12:28:12 -0700625 } else if (is_mac) {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500626 sources += [ "src/gpu/gl/mac/GrGLMakeNativeInterface_mac.cpp" ]
Chinmay Garde130a1182016-11-23 11:43:56 -0800627 } else if (is_ios) {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500628 sources += [ "src/gpu/gl/iOS/GrGLMakeNativeInterface_iOS.cpp" ]
Mike Klein703cf5a2016-10-13 17:18:04 -0400629 } else if (is_win) {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500630 sources += [ "src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp" ]
Brian Osman0c757272018-12-10 10:27:26 -0500631 if (target_cpu != "arm64") {
632 libs += [ "OpenGL32.lib" ]
633 }
mtklein06c35c02016-09-20 12:28:12 -0700634 } else {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500635 sources += [ "src/gpu/gl/GrGLMakeNativeInterface_none.cpp" ]
mtklein06c35c02016-09-20 12:28:12 -0700636 }
mtkleine9fb3d52016-09-20 15:11:46 -0700637
638 if (skia_use_vulkan) {
Greg Danielda16cce2018-08-01 09:23:57 -0400639 public_defines += [ "SK_VULKAN" ]
Greg Daniel18dbfd02018-05-29 10:46:51 -0400640 deps += [ "third_party/vulkanmemoryallocator" ]
mtkleine9fb3d52016-09-20 15:11:46 -0700641 sources += skia_vk_sources
egdaniele4a9bd72016-09-21 07:36:14 -0700642 if (skia_enable_vulkan_debug_layers) {
643 public_defines += [ "SK_ENABLE_VK_LAYERS" ]
644 }
Craig Stoutcb6b4bd2018-12-13 10:20:07 -0800645 if (is_fuchsia) {
Kevin Lubickec1c6202018-12-14 11:42:53 -0500646 public_deps +=
647 [ "//third_party/vulkan_loader_and_validation_layers:vulkan" ]
Craig Stoutcb6b4bd2018-12-13 10:20:07 -0800648 }
mtkleine9fb3d52016-09-20 15:11:46 -0700649 }
Greg Daniel91dfa3b2018-05-22 13:25:15 -0400650
Ethan Nicholasa6ae1f72017-03-16 09:56:54 -0400651 if (skia_enable_spirv_validation) {
Ethan Nicholas762466e2017-06-29 10:03:38 -0400652 deps += [ "//third_party/spirv-tools" ]
Ethan Nicholasa6ae1f72017-03-16 09:56:54 -0400653 public_defines += [ "SK_ENABLE_SPIRV_VALIDATION" ]
654 }
Greg Daniele5ddff52017-07-05 16:49:36 -0400655
Greg Daniel6b7e0e22017-07-12 16:21:09 -0400656 cflags_objcc = []
Greg Daniele5ddff52017-07-05 16:49:36 -0400657 if (skia_use_metal) {
658 public_defines += [ "SK_METAL" ]
659 sources += skia_metal_sources
660 libs += [ "Metal.framework" ]
Greg Daniel53956d92018-08-08 14:41:19 -0400661 libs += [ "Foundation.framework" ]
Greg Daniel6b7e0e22017-07-12 16:21:09 -0400662 cflags_objcc += [ "-fobjc-arc" ]
Greg Daniele5ddff52017-07-05 16:49:36 -0400663 }
Brian Salomoncbcb0a12017-11-19 13:20:13 -0500664
665 if (skia_enable_atlas_text) {
666 sources += skia_atlas_text_sources
667 }
Kevin Lubickf4def342018-10-04 12:52:50 -0400668
669 if (is_debug) {
670 public_defines += [ "SK_ENABLE_DUMP_GPU" ]
671 }
mtklein06c35c02016-09-20 12:28:12 -0700672}
673
Leon Scroggins III41169202019-01-29 09:29:57 -0500674optional("gif") {
675 enabled = !skia_use_wuffs
676 sources = [
677 "src/codec/SkGifCodec.cpp",
678 "third_party/gif/SkGifImageReader.cpp",
679 ]
680}
681
Leon Scroggins III04be2b52017-08-17 15:13:20 -0400682optional("heif") {
683 enabled = skia_use_libheif
684 public_defines = [ "SK_HAS_HEIF_LIBRARY" ]
685
686 deps = []
687
688 sources = [
689 "src/codec/SkHeifCodec.cpp",
690 ]
691}
692
mtklein63213812016-08-24 09:55:56 -0700693optional("jpeg") {
694 enabled = skia_use_libjpeg_turbo
695 public_defines = [ "SK_HAS_JPEG_LIBRARY" ]
696
mtklein63213812016-08-24 09:55:56 -0700697 deps = [
698 "//third_party/libjpeg-turbo:libjpeg",
699 ]
Mike Kleinf105dc72018-06-05 15:22:54 -0400700 public = [
701 "include/encode/SkJpegEncoder.h",
702 ]
mtklein63213812016-08-24 09:55:56 -0700703 sources = [
704 "src/codec/SkJpegCodec.cpp",
705 "src/codec/SkJpegDecoderMgr.cpp",
706 "src/codec/SkJpegUtility.cpp",
mtklein63213812016-08-24 09:55:56 -0700707 "src/images/SkJPEGWriteUtility.cpp",
Matt Sarett04c37312017-05-05 14:02:13 -0400708 "src/images/SkJpegEncoder.cpp",
mtklein63213812016-08-24 09:55:56 -0700709 ]
710}
711
712optional("pdf") {
Hal Canary43fb7a02016-12-30 13:09:03 -0500713 enabled = skia_use_zlib && skia_enable_pdf
714 public_defines = [ "SK_SUPPORT_PDF" ]
mtklein63213812016-08-24 09:55:56 -0700715
mtklein63213812016-08-24 09:55:56 -0700716 deps = [
717 "//third_party/zlib",
718 ]
Hal Canary83e0f1b2018-04-05 16:58:41 -0400719 if (skia_use_libjpeg_turbo) {
Adrienne Walker1df7cd82018-04-18 13:46:25 -0700720 deps += [ ":jpeg" ]
Hal Canary83e0f1b2018-04-05 16:58:41 -0400721 }
brettwb9447282016-09-01 14:24:39 -0700722 sources = skia_pdf_sources
mtkleincd01b032016-08-31 04:58:19 -0700723 sources_when_disabled = [ "src/pdf/SkDocument_PDF_None.cpp" ]
mtklein63213812016-08-24 09:55:56 -0700724
725 if (skia_use_sfntly) {
726 deps += [ "//third_party/sfntly" ]
Hal Canary32498f02019-02-04 15:36:31 -0500727 defines = [ "SK_PDF_USE_SFNTLY" ]
mtklein63213812016-08-24 09:55:56 -0700728 }
729}
730
731optional("png") {
732 enabled = skia_use_libpng
733 public_defines = [ "SK_HAS_PNG_LIBRARY" ]
734
mtklein63213812016-08-24 09:55:56 -0700735 deps = [
736 "//third_party/libpng",
737 ]
738 sources = [
739 "src/codec/SkIcoCodec.cpp",
740 "src/codec/SkPngCodec.cpp",
Matt Sarett04c37312017-05-05 14:02:13 -0400741 "src/images/SkPngEncoder.cpp",
mtklein63213812016-08-24 09:55:56 -0700742 ]
743}
744
scroggof84ad642016-10-31 09:02:57 -0700745optional("raw") {
Mike Klein10d665d2016-11-01 11:46:10 -0400746 enabled = skia_use_dng_sdk && skia_use_libjpeg_turbo && skia_use_piex
scroggof84ad642016-10-31 09:02:57 -0700747 public_defines = [ "SK_CODEC_DECODES_RAW" ]
748
749 deps = [
750 "//third_party/dng_sdk",
751 "//third_party/libjpeg-turbo:libjpeg",
752 "//third_party/piex",
753 ]
754
755 # SkRawCodec catches any exceptions thrown by dng_sdk, insulating the rest of
756 # Skia.
757 configs_to_remove = [ "//gn:no_exceptions" ]
758
759 sources = [
scroggof84ad642016-10-31 09:02:57 -0700760 "src/codec/SkRawCodec.cpp",
761 ]
762}
763
Mike Klein852a8cb2018-05-15 10:46:58 -0400764import("third_party/skcms/skcms.gni")
Brian Osman8dc68c62018-05-30 12:57:45 -0400765source_set("skcms") {
Mike Klein852a8cb2018-05-15 10:46:58 -0400766 cflags = []
767 if (!is_win || is_clang) {
768 cflags += [
769 "-w",
770 "-std=c11",
771 ]
772 }
773
774 public = [
775 "third_party/skcms/skcms.h",
776 ]
777 sources = rebase_path(skcms_sources, ".", "third_party/skcms")
778}
779
mtklein3cc22182016-08-29 13:26:14 -0700780optional("typeface_freetype") {
781 enabled = skia_use_freetype
mtklein3cc22182016-08-29 13:26:14 -0700782
783 deps = [
784 "//third_party/freetype2",
785 ]
786 sources = [
787 "src/ports/SkFontHost_FreeType.cpp",
788 "src/ports/SkFontHost_FreeType_common.cpp",
789 ]
790}
791
mtklein457b42a2016-08-23 13:56:37 -0700792optional("webp") {
793 enabled = skia_use_libwebp
794 public_defines = [ "SK_HAS_WEBP_LIBRARY" ]
795
mtklein457b42a2016-08-23 13:56:37 -0700796 deps = [
797 "//third_party/libwebp",
798 ]
799 sources = [
mtklein457b42a2016-08-23 13:56:37 -0700800 "src/codec/SkWebpCodec.cpp",
Matt Sarett04c37312017-05-05 14:02:13 -0400801 "src/images/SkWebpEncoder.cpp",
mtklein457b42a2016-08-23 13:56:37 -0700802 ]
mtkleineb3c4252016-08-23 07:38:09 -0700803}
804
Leon Scroggins IIIe93ec682018-10-26 09:25:51 -0400805optional("wuffs") {
806 enabled = skia_use_wuffs
807 public_defines = [ "SK_HAS_WUFFS_LIBRARY" ]
808
809 deps = [
810 "//third_party/wuffs",
811 ]
812 sources = [
813 "src/codec/SkWuffsCodec.cpp",
814 ]
815}
816
mtklein63213812016-08-24 09:55:56 -0700817optional("xml") {
818 enabled = skia_use_expat
Florin Malita442fff92016-11-08 16:07:52 +0000819 public_defines = [ "SK_XML" ]
mtklein63213812016-08-24 09:55:56 -0700820
mtklein63213812016-08-24 09:55:56 -0700821 deps = [
822 "//third_party/expat",
823 ]
824 sources = [
Mike Kleinbd41bcc2017-02-09 16:38:15 -0500825 "src/svg/SkSVGCanvas.cpp",
826 "src/svg/SkSVGDevice.cpp",
mtklein63213812016-08-24 09:55:56 -0700827 "src/xml/SkDOM.cpp",
828 "src/xml/SkXMLParser.cpp",
829 "src/xml/SkXMLWriter.cpp",
830 ]
831}
832
Adrienne Walker1df7cd82018-04-18 13:46:25 -0700833if (skia_enable_gpu && skia_generate_workarounds) {
834 action("workaround_list") {
835 script = "tools/build_workaround_header.py"
836
837 inputs = [
838 "src/gpu/gpu_workaround_list.txt",
839 ]
840
841 # see comments in skia_compile_processors about out dir path shenanigans.
842 output_file =
Adrienne Walkerab7181d2018-05-14 14:02:03 -0700843 rebase_path("include/gpu/GrDriverBugWorkaroundsAutogen.h", root_out_dir)
Adrienne Walker1df7cd82018-04-18 13:46:25 -0700844
845 outputs = [
846 "$root_out_dir/$output_file",
847 ]
848 args = [
849 "--output-file",
850 "$output_file",
851 ]
852
853 foreach(file, inputs) {
854 args += [ rebase_path(file, root_build_dir) ]
855 }
856 }
857}
858
mtkleinc04ff472016-06-23 10:29:30 -0700859component("skia") {
860 public_configs = [ ":skia_public" ]
861 configs += skia_library_configs
mtkleinc04ff472016-06-23 10:29:30 -0700862
Mike Klein607b0a72018-11-07 16:17:34 -0500863 public_deps = [
Ben Wagnere27ee6c2019-02-15 14:59:30 -0500864 ":gpu",
Mike Klein607b0a72018-11-07 16:17:34 -0500865 ":pdf",
866 ":skcms",
867 ]
868
mtkleinc04ff472016-06-23 10:29:30 -0700869 deps = [
anmittalb8b3f712016-08-25 04:55:19 -0700870 ":arm64",
871 ":armv7",
mtklein9b8583d2016-08-24 17:32:30 -0700872 ":avx",
Mike Klein54378232018-11-08 12:08:05 +0000873 ":compile_processors",
anmittalb8b3f712016-08-25 04:55:19 -0700874 ":crc32",
mtkleina45be612016-08-29 15:22:10 -0700875 ":fontmgr_android",
mtkleind2e39db2016-09-07 07:52:55 -0700876 ":fontmgr_custom",
Leon Scroggins IIIbe85c192018-11-13 13:50:12 -0500877 ":fontmgr_custom_empty",
Hal Canaryff2742e2018-01-30 11:35:47 -0500878 ":fontmgr_empty",
mtklein3cc22182016-08-29 13:26:14 -0700879 ":fontmgr_fontconfig",
Sergey Ulanovf3babcd2018-11-30 17:42:00 -0800880 ":fontmgr_fuchsia",
Kevin Lubickddd0a332018-12-12 10:35:13 -0500881 ":fontmgr_wasm",
Leon Scroggins III41169202019-01-29 09:29:57 -0500882 ":gif",
Leon Scroggins III04be2b52017-08-17 15:13:20 -0400883 ":heif",
Mike Klein1b9b7d52018-02-27 10:37:40 -0500884 ":hsw",
mtklein63213812016-08-24 09:55:56 -0700885 ":jpeg",
mtklein9b8583d2016-08-24 17:32:30 -0700886 ":none",
mtklein63213812016-08-24 09:55:56 -0700887 ":png",
scroggof84ad642016-10-31 09:02:57 -0700888 ":raw",
mtklein9b8583d2016-08-24 17:32:30 -0700889 ":sse2",
890 ":sse41",
891 ":sse42",
892 ":ssse3",
mtkleineb3c4252016-08-23 07:38:09 -0700893 ":webp",
Leon Scroggins IIIe93ec682018-10-26 09:25:51 -0400894 ":wuffs",
mtklein63213812016-08-24 09:55:56 -0700895 ":xml",
mtkleinc04ff472016-06-23 10:29:30 -0700896 ]
897
Kevin Lubick134be1d2018-10-30 15:05:04 -0400898 if (skia_enable_nima) {
899 deps += [ "//third_party/Nima-Cpp" ]
900 }
901
Chinmay Garde43f115c2016-11-16 15:04:12 -0800902 # This file (and all GN files in Skia) are designed to work with an
903 # empty sources assignment filter; we handle all that explicitly.
904 # We clear the filter here for clients who may have set up a global filter.
905 set_sources_assignment_filter([])
906
mtkleinc04ff472016-06-23 10:29:30 -0700907 sources = []
brettwb9447282016-09-01 14:24:39 -0700908 sources += skia_core_sources
brettwb9447282016-09-01 14:24:39 -0700909 sources += skia_utils_sources
Hal Canary6ad3d2f2016-12-20 16:15:56 -0500910 sources += skia_xps_sources
Mike Klein54378232018-11-08 12:08:05 +0000911 sources += skia_effects_sources
912 sources += skia_effects_imagefilter_sources
mtkleinc04ff472016-06-23 10:29:30 -0700913 sources += [
Stan Iliev73d8fd92017-08-02 15:36:24 -0400914 "src/android/SkAndroidFrameworkUtils.cpp",
Leon Scroggins III42ee2842018-01-14 14:46:51 -0500915 "src/android/SkAnimatedImage.cpp",
mtklein25c81d42016-07-27 13:55:26 -0700916 "src/android/SkBitmapRegionCodec.cpp",
917 "src/android/SkBitmapRegionDecoder.cpp",
918 "src/codec/SkAndroidCodec.cpp",
Nigel Tao612a65d2018-11-09 10:10:31 +1100919 "src/codec/SkAndroidCodecAdapter.cpp",
Leon Scroggins IIId81fed92017-06-01 13:42:28 -0400920 "src/codec/SkBmpBaseCodec.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700921 "src/codec/SkBmpCodec.cpp",
922 "src/codec/SkBmpMaskCodec.cpp",
923 "src/codec/SkBmpRLECodec.cpp",
924 "src/codec/SkBmpStandardCodec.cpp",
925 "src/codec/SkCodec.cpp",
926 "src/codec/SkCodecImageGenerator.cpp",
Leon Scroggins III22f673d2018-05-30 15:33:46 -0400927 "src/codec/SkColorTable.cpp",
Leon Scroggins III36f7e322018-08-27 11:55:46 -0400928 "src/codec/SkEncodedInfo.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700929 "src/codec/SkMaskSwizzler.cpp",
930 "src/codec/SkMasks.cpp",
mtklein25c81d42016-07-27 13:55:26 -0700931 "src/codec/SkSampledCodec.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700932 "src/codec/SkSampler.cpp",
scroggo19b91532016-10-24 09:03:26 -0700933 "src/codec/SkStreamBuffer.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700934 "src/codec/SkSwizzler.cpp",
935 "src/codec/SkWbmpCodec.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700936 "src/images/SkImageEncoder.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700937 "src/ports/SkDiscardableMemory_none.cpp",
Mike Klein54378232018-11-08 12:08:05 +0000938 "src/ports/SkGlobalInitialization_default.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700939 "src/ports/SkImageGenerator_skia.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700940 "src/ports/SkMemory_malloc.cpp",
941 "src/ports/SkOSFile_stdio.cpp",
942 "src/sfnt/SkOTTable_name.cpp",
943 "src/sfnt/SkOTUtils.cpp",
944 "src/utils/mac/SkStream_mac.cpp",
Jim Van Verth1676cb92019-01-15 13:24:45 -0500945 "third_party/etc1/etc1.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700946 ]
brettwb9447282016-09-01 14:24:39 -0700947
Kevin Lubick32dfdbe2018-10-18 09:47:01 -0400948 defines = []
949 if (!skia_enable_skpicture) {
950 defines = [ "SK_DISABLE_SKPICTURE" ]
951 sources -= skia_skpicture_sources
Mike Klein54378232018-11-08 12:08:05 +0000952 sources -= [ "//src/effects/imagefilters/SkPictureImageFilter.cpp" ]
Kevin Lubick32dfdbe2018-10-18 09:47:01 -0400953 sources += [ "src/core/SkPicture_none.cpp" ]
954 }
955
mtklein7d6fb2c2016-08-25 14:50:44 -0700956 libs = []
957
mtkleinc04ff472016-06-23 10:29:30 -0700958 if (is_win) {
959 sources += [
Mike Kleinae7e6712016-10-11 17:49:33 -0400960 "src/fonts/SkFontMgr_indirect.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700961 "src/ports/SkDebug_win.cpp",
962 "src/ports/SkFontHost_win.cpp",
963 "src/ports/SkFontMgr_win_dw.cpp",
Mike Klein0c5fdcb2017-11-13 12:40:46 -0500964 "src/ports/SkFontMgr_win_dw_factory.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700965 "src/ports/SkImageEncoder_WIC.cpp",
966 "src/ports/SkImageGeneratorWIC.cpp",
967 "src/ports/SkOSFile_win.cpp",
mtklein605d9522016-09-21 14:01:32 -0700968 "src/ports/SkOSLibrary_win.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700969 "src/ports/SkScalerContext_win_dw.cpp",
970 "src/ports/SkTLS_win.cpp",
971 "src/ports/SkTypeface_win_dw.cpp",
972 ]
Mike Klein4b167fc2016-10-11 18:13:53 -0400973 libs += [
974 "FontSub.lib",
Mike Klein0c5fdcb2017-11-13 12:40:46 -0500975 "Gdi32.lib",
Mike Klein4b167fc2016-10-11 18:13:53 -0400976 "Ole32.lib",
977 "OleAut32.lib",
978 "User32.lib",
Mike Klein0c5fdcb2017-11-13 12:40:46 -0500979 "Usp10.lib",
Mike Klein4b167fc2016-10-11 18:13:53 -0400980 ]
mtkleinc04ff472016-06-23 10:29:30 -0700981 } else {
982 sources += [
mtkleinc04ff472016-06-23 10:29:30 -0700983 "src/ports/SkOSFile_posix.cpp",
mtklein605d9522016-09-21 14:01:32 -0700984 "src/ports/SkOSLibrary_posix.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700985 "src/ports/SkTLS_pthread.cpp",
986 ]
Ben Wagnerbe6ae5b2017-08-31 16:45:23 -0400987 libs += [ "dl" ]
mtkleinc04ff472016-06-23 10:29:30 -0700988 }
989
mtklein7d6fb2c2016-08-25 14:50:44 -0700990 if (is_android) {
Mike Klein1c471872017-01-13 15:27:45 -0500991 deps += [ "//third_party/expat" ]
Mike Kleine459afd2017-03-03 09:21:30 -0500992 if (defined(ndk) && ndk != "") {
Mike Klein1c471872017-01-13 15:27:45 -0500993 deps += [ "//third_party/cpu-features" ]
994 }
mtklein06c35c02016-09-20 12:28:12 -0700995 sources += [ "src/ports/SkDebug_android.cpp" ]
mtklein7d6fb2c2016-08-25 14:50:44 -0700996 libs += [
997 "EGL",
998 "GLESv2",
999 "log",
1000 ]
1001 }
1002
Kevin Lubick217056c2018-09-20 17:39:31 -04001003 if (is_linux || target_cpu == "wasm") {
mtklein06c35c02016-09-20 12:28:12 -07001004 sources += [ "src/ports/SkDebug_stdio.cpp" ]
Hal Canary25375e82018-03-14 15:16:56 -04001005 if (skia_use_egl) {
1006 libs += [ "GLESv2" ]
1007 }
mtkleinc04ff472016-06-23 10:29:30 -07001008 }
1009
Leon Scroggins III85e22fc2018-11-28 08:58:47 -05001010 if (skia_use_fonthost_mac) {
Sergey Ulanovf3babcd2018-11-30 17:42:00 -08001011 sources += [ "src/ports/SkFontHost_mac.cpp" ]
Leon Scroggins III85e22fc2018-11-28 08:58:47 -05001012 }
1013
mtkleinc04ff472016-06-23 10:29:30 -07001014 if (is_mac) {
1015 sources += [
mtklein7d6fb2c2016-08-25 14:50:44 -07001016 "src/ports/SkDebug_stdio.cpp",
mtkleinc04ff472016-06-23 10:29:30 -07001017 "src/ports/SkImageEncoder_CG.cpp",
1018 "src/ports/SkImageGeneratorCG.cpp",
1019 ]
mtklein09e61f72016-08-23 13:35:28 -07001020 libs += [
bungeman3e306f62017-03-29 11:32:02 -04001021 # AppKit symbols NSFontWeightXXX may be dlsym'ed.
1022 "AppKit.framework",
mtklein09e61f72016-08-23 13:35:28 -07001023 "ApplicationServices.framework",
1024 "OpenGL.framework",
1025 ]
mtkleinc04ff472016-06-23 10:29:30 -07001026 }
abarth6fc8ff02016-07-15 15:15:15 -07001027
Mike Klein7d302882016-11-03 14:06:31 -04001028 if (is_ios) {
1029 sources += [
1030 "src/ports/SkDebug_stdio.cpp",
1031 "src/ports/SkFontHost_mac.cpp",
1032 "src/ports/SkImageEncoder_CG.cpp",
1033 "src/ports/SkImageGeneratorCG.cpp",
1034 ]
1035 libs += [
1036 "CoreFoundation.framework",
1037 "CoreGraphics.framework",
1038 "CoreText.framework",
1039 "ImageIO.framework",
1040 "MobileCoreServices.framework",
bungeman3e306f62017-03-29 11:32:02 -04001041
1042 # UIKit symbols UIFontWeightXXX may be dlsym'ed.
1043 "UIKit.framework",
Mike Klein7d302882016-11-03 14:06:31 -04001044 ]
1045 }
1046
abarth6fc8ff02016-07-15 15:15:15 -07001047 if (is_fuchsia) {
mtklein06c35c02016-09-20 12:28:12 -07001048 sources += [ "src/ports/SkDebug_stdio.cpp" ]
abarth6fc8ff02016-07-15 15:15:15 -07001049 }
mtkleinc04ff472016-06-23 10:29:30 -07001050}
1051
Kevin Lubickcbcff382018-10-02 09:02:18 -04001052static_library("pathkit") {
1053 public_configs = [ ":skia_public" ]
1054 configs += skia_library_configs
1055
1056 deps = [
1057 ":arm64",
1058 ":armv7",
1059 ":avx",
1060 ":crc32",
1061 ":hsw",
1062 ":none",
1063 ":sse2",
1064 ":sse41",
1065 ":sse42",
1066 ":ssse3",
1067 ]
1068
1069 # This file (and all GN files in Skia) are designed to work with an
1070 # empty sources assignment filter; we handle all that explicitly.
1071 # We clear the filter here for clients who may have set up a global filter.
1072 set_sources_assignment_filter([])
1073
1074 sources = []
1075 sources += skia_pathops_sources
1076 sources += [
1077 "src/core/SkAnalyticEdge.cpp",
1078 "src/core/SkArenaAlloc.cpp",
Mike Reedcc88f3a2019-02-06 11:40:27 -05001079 "src/core/SkContourMeasure.cpp",
Kevin Lubickcbcff382018-10-02 09:02:18 -04001080 "src/core/SkCubicMap.cpp",
1081 "src/core/SkEdge.cpp",
1082 "src/core/SkEdgeBuilder.cpp",
1083 "src/core/SkEdgeClipper.cpp",
1084 "src/core/SkGeometry.cpp",
1085 "src/core/SkLineClipper.cpp",
1086 "src/core/SkMallocPixelRef.cpp",
1087 "src/core/SkMath.cpp",
1088 "src/core/SkMatrix.cpp",
1089 "src/core/SkOpts.cpp",
1090 "src/core/SkPaint.cpp",
1091 "src/core/SkPath.cpp",
1092 "src/core/SkPathEffect.cpp",
1093 "src/core/SkPathMeasure.cpp",
1094 "src/core/SkPathRef.cpp",
1095 "src/core/SkPoint.cpp",
1096 "src/core/SkRRect.cpp",
1097 "src/core/SkRect.cpp",
1098 "src/core/SkSemaphore.cpp",
1099 "src/core/SkStream.cpp",
1100 "src/core/SkString.cpp",
1101 "src/core/SkStringUtils.cpp",
1102 "src/core/SkStroke.cpp",
1103 "src/core/SkStrokeRec.cpp",
1104 "src/core/SkStrokerPriv.cpp",
1105 "src/core/SkThreadID.cpp",
1106 "src/core/SkUtils.cpp",
1107 "src/effects/SkDashPathEffect.cpp",
1108 "src/effects/SkTrimPathEffect.cpp",
1109 "src/ports/SkDebug_stdio.cpp",
1110 "src/ports/SkMemory_malloc.cpp",
1111 "src/utils/SkDashPath.cpp",
1112 "src/utils/SkParse.cpp",
1113 "src/utils/SkParsePath.cpp",
1114 "src/utils/SkUTF.cpp",
1115 ]
1116}
1117
Kevin Lubick1ba9c4d2019-02-22 10:04:06 -05001118group("modules") {
1119 deps = [
1120 "modules/skottie",
1121 "modules/skshaper",
1122 ]
1123}
1124
mtkleinc095df52016-08-24 12:23:52 -07001125# Targets guarded by skia_enable_tools may use //third_party freely.
1126if (skia_enable_tools) {
Mike Klein308b5ac2016-12-06 16:03:52 -05001127 # Used by gn_to_bp.py to list our public include dirs.
1128 source_set("public") {
1129 configs += [ ":skia_public" ]
1130 }
1131
Mike Kleinc36dedf2016-11-18 09:35:28 -05001132 config("skia.h_config") {
1133 include_dirs = [ "$target_gen_dir" ]
1134 }
1135 action("skia.h") {
1136 public_configs = [ ":skia.h_config" ]
1137 skia_h = "$target_gen_dir/skia.h"
1138 script = "gn/find_headers.py"
Florin Malita6e4d95f2018-05-30 09:27:32 -04001139
1140 # TODO: would be cool to not hard-code these here, but how?
1141 module_public_includes = [
1142 "modules/sksg/include",
1143 "modules/skottie/include",
1144 ]
1145 args =
1146 [ rebase_path("//bin/gn") ] + [ rebase_path("//") ] +
1147 [ rebase_path(skia_h, root_build_dir) ] +
1148 rebase_path(skia_public_includes) + rebase_path(module_public_includes)
Mike Kleinc36dedf2016-11-18 09:35:28 -05001149 depfile = "$skia_h.deps"
1150 outputs = [
1151 skia_h,
1152 ]
1153 }
1154
Brian Osmanc9a42472018-05-31 13:17:12 -04001155 if (target_cpu == "x64") {
Mike Kleinc36dedf2016-11-18 09:35:28 -05001156 executable("fiddle") {
1157 libs = []
Mike Kleinc36dedf2016-11-18 09:35:28 -05001158 sources = [
Mike Kleinc36dedf2016-11-18 09:35:28 -05001159 "tools/fiddle/draw.cpp",
1160 "tools/fiddle/fiddle_main.cpp",
1161 ]
Joe Gregorioa8fabd32017-05-31 09:45:19 -04001162
1163 if (skia_use_egl) {
1164 sources += [ "tools/fiddle/egl_context.cpp" ]
Joe Gregorioa8fabd32017-05-31 09:45:19 -04001165 } else {
1166 sources += [ "tools/fiddle/null_context.cpp" ]
1167 }
Joe Gregorio1e735c02017-04-19 14:05:14 -04001168 testonly = true
Mike Kleinc36dedf2016-11-18 09:35:28 -05001169 deps = [
Joe Gregorio1e735c02017-04-19 14:05:14 -04001170 ":flags",
Robert Phillips57e08282017-11-16 14:59:48 -05001171 ":gpu_tool_utils",
Mike Kleinc36dedf2016-11-18 09:35:28 -05001172 ":skia",
1173 ":skia.h",
Florin Malita6e4d95f2018-05-30 09:27:32 -04001174 "modules/skottie",
Mike Kleinc36dedf2016-11-18 09:35:28 -05001175 ]
1176 }
1177 }
1178
Brian Osmanc9a42472018-05-31 13:17:12 -04001179 source_set("public_headers_warnings_check") {
1180 sources = [
1181 "tools/public_headers_warnings_check.cpp",
1182 ]
1183 configs -= [ "//gn:warnings_except_public_headers" ]
1184 deps = [
1185 ":skia",
1186 ":skia.h",
1187 "modules/skottie",
1188 ]
Greg Daniel54bfb182018-11-20 17:12:36 -05001189
1190 # We add this directory to simulate the client already have
1191 # vulkan/vulkan_core.h on their path.
Greg Daniel54200e42018-12-11 17:03:39 -05001192 include_dirs = [ "include/third_party/vulkan" ]
Mike Kleinc36dedf2016-11-18 09:35:28 -05001193 }
1194
mtkleinc095df52016-08-24 12:23:52 -07001195 template("test_lib") {
1196 config(target_name + "_config") {
1197 include_dirs = invoker.public_include_dirs
mtkleina627b5c2016-09-20 13:36:47 -07001198 if (defined(invoker.public_defines)) {
1199 defines = invoker.public_defines
1200 }
mtklein25c81d42016-07-27 13:55:26 -07001201 }
mtkleinc095df52016-08-24 12:23:52 -07001202 source_set(target_name) {
1203 forward_variables_from(invoker, "*", [ "public_include_dirs" ])
1204 public_configs = [
1205 ":" + target_name + "_config",
1206 ":skia_private",
1207 ]
1208
1209 if (!defined(deps)) {
1210 deps = []
1211 }
1212 deps += [ ":skia" ]
1213 testonly = true
1214 }
mtklein25c81d42016-07-27 13:55:26 -07001215 }
mtklein25c81d42016-07-27 13:55:26 -07001216
Mike Kleine6682eb2017-01-05 10:54:57 -05001217 template("test_app") {
Jim Van Verth443a9132017-11-28 09:45:26 -05001218 if (is_ios) {
1219 app_name = target_name
1220 gen_path = target_gen_dir
1221
1222 action("${app_name}_generate_info_plist") {
1223 script = "//gn/gen_plist_ios.py"
1224 outputs = [
1225 "$gen_path/${app_name}_Info.plist",
1226 ]
1227 args = [ rebase_path("$gen_path/$app_name", root_build_dir) ]
1228 }
1229
1230 bundle_data("${app_name}_bundle_info_plist") {
1231 public_deps = [
1232 ":${app_name}_generate_info_plist",
1233 ]
1234 sources = [
1235 "$gen_path/${app_name}_Info.plist",
1236 ]
1237 outputs = [
1238 "{{bundle_root_dir}}/Info.plist",
1239 ]
1240 }
1241
Jim Van Verth329c5a62017-11-29 11:42:33 -05001242 bundle_ios_data =
1243 defined(invoker.bundle_ios_data) && invoker.bundle_ios_data
1244
1245 if (bundle_ios_data) {
1246 has_skps =
1247 "True" == exec_script("//gn/checkdir.py",
1248 [ rebase_path("skps", root_build_dir) ],
1249 "trim string")
1250 bundle_data("${app_name}_bundle_resources") {
1251 sources = [
1252 "resources",
1253 ]
1254 outputs = [
1255 # iOS reserves the folders 'Resources' and 'resources' so store one level deeper
1256 "{{bundle_resources_dir}}/data/resources",
1257 ]
1258 }
1259
1260 if (has_skps) {
1261 bundle_data("${app_name}_bundle_skps") {
1262 sources = [
1263 "skps",
1264 ]
1265 outputs = [
1266 # Store in same folder as resources
1267 "{{bundle_resources_dir}}/data/skps",
1268 ]
1269 }
1270 }
1271 }
1272
Jim Van Verth443a9132017-11-28 09:45:26 -05001273 executable("${app_name}_generate_executable") {
1274 forward_variables_from(invoker,
1275 "*",
1276 [
1277 "output_name",
1278 "visibility",
1279 "is_shared_library",
1280 ])
Mike Klein154e6da2017-07-26 15:13:47 -04001281 configs += [ ":skia_private" ]
Mike Kleine6682eb2017-01-05 10:54:57 -05001282 testonly = true
Jim Van Verth443a9132017-11-28 09:45:26 -05001283 output_name = rebase_path("$gen_path/$app_name", root_build_dir)
1284 }
1285
1286 bundle_data("${app_name}_bundle_executable") {
1287 public_deps = [
1288 ":${app_name}_generate_executable",
1289 ]
1290 sources = [
1291 "$gen_path/$app_name",
1292 ]
1293 outputs = [
1294 "{{bundle_executable_dir}}/$app_name",
1295 ]
1296 testonly = true
1297 }
1298
1299 create_bundle("$app_name") {
1300 product_type = "com.apple.product-type.application"
1301 testonly = true
1302
1303 bundle_root_dir = "${root_build_dir}/${target_name}.app"
1304 bundle_resources_dir = bundle_root_dir
1305 bundle_executable_dir = bundle_root_dir
1306 bundle_plugins_dir = bundle_root_dir + "/Plugins"
1307
1308 deps = [
1309 ":${app_name}_bundle_executable",
1310 ":${app_name}_bundle_info_plist",
1311 ]
Jim Van Verth329c5a62017-11-29 11:42:33 -05001312 if (bundle_ios_data) {
1313 deps += [ ":${app_name}_bundle_resources" ]
1314 if (has_skps) {
1315 deps += [ ":${app_name}_bundle_skps" ]
1316 }
1317 }
Jim Van Verth443a9132017-11-28 09:45:26 -05001318
1319 # should only code sign when running on a device, not the simulator
1320 if (target_cpu != "x64") {
1321 code_signing_script = "//gn/codesign_ios.py"
1322 code_signing_sources = [ "$target_gen_dir/$app_name" ]
1323 code_signing_outputs = [
1324 "$bundle_root_dir/_CodeSignature/CodeResources",
1325 "$bundle_root_dir/embedded.mobileprovision",
1326 ]
Jim Van Verth4e502972017-12-07 15:16:10 -05001327 code_signing_args = [
1328 rebase_path("$bundle_root_dir", root_build_dir),
1329 skia_ios_identity,
1330 skia_ios_profile,
1331 ]
Jim Van Verth443a9132017-11-28 09:45:26 -05001332 }
Mike Kleine6682eb2017-01-05 10:54:57 -05001333 }
1334 } else {
Jim Van Verth443a9132017-11-28 09:45:26 -05001335 # !is_ios
1336
1337 if (defined(invoker.is_shared_library) && invoker.is_shared_library) {
1338 shared_library("lib" + target_name) {
1339 forward_variables_from(invoker, "*", [ "is_shared_library" ])
1340 configs += [ ":skia_private" ]
1341 testonly = true
1342 }
1343 } else {
1344 _executable = target_name
1345 executable(_executable) {
1346 forward_variables_from(invoker, "*", [ "is_shared_library" ])
1347 configs += [ ":skia_private" ]
1348 testonly = true
1349 }
Mike Kleine6682eb2017-01-05 10:54:57 -05001350 }
Jim Van Verth443a9132017-11-28 09:45:26 -05001351 if (is_android && skia_android_serial != "" && defined(_executable)) {
1352 action("push_" + target_name) {
1353 script = "gn/push_to_android.py"
1354 deps = [
1355 ":" + _executable,
1356 ]
1357 _stamp = "$target_gen_dir/$_executable.pushed_$skia_android_serial"
1358 outputs = [
1359 _stamp,
1360 ]
1361 args = [
1362 rebase_path("$root_build_dir/$_executable"),
1363 skia_android_serial,
1364 rebase_path(_stamp),
1365 ]
1366 testonly = true
1367 }
Mike Klein7d921032017-01-05 12:20:41 -05001368 }
1369 }
Mike Kleine6682eb2017-01-05 10:54:57 -05001370 }
1371
Greg Danielda16cce2018-08-01 09:23:57 -04001372 config("moltenvk_config") {
1373 if (defined(skia_moltenvk_path) && skia_moltenvk_path != "") {
1374 if (is_ios) {
1375 moltenvk_framework_path = "$skia_moltenvk_path/MoltenVK/iOS"
1376 } else {
1377 moltenvk_framework_path = "$skia_moltenvk_path/MoltenVK/macOS"
1378 }
1379 cflags = [ "-F$moltenvk_framework_path" ]
1380 ldflags = [ "-F$moltenvk_framework_path" ]
1381 libs = [
1382 "MoltenVK.framework",
1383 "Metal.framework",
1384 "IOSurface.framework",
1385 "QuartzCore.framework",
1386 "Foundation.framework",
1387 ]
1388 if (is_ios) {
1389 libs += [ "UIKit.framework" ]
1390 } else {
1391 libs += [ "IOKit.framework" ]
1392 }
1393 defines = [ "SK_MOLTENVK" ]
1394 }
1395 }
1396
1397 source_set("moltenvk") {
1398 public_configs = [ ":moltenvk_config" ]
1399 }
1400
mtkleinc095df52016-08-24 12:23:52 -07001401 test_lib("gpu_tool_utils") {
mtklein38925aa2016-09-21 10:11:25 -07001402 public_include_dirs = []
Brian Osmanc9a42472018-05-31 13:17:12 -04001403 public_defines = []
1404 public_include_dirs += [ "tools/gpu" ]
mtkleind68f9b02016-09-23 13:18:41 -07001405
Brian Osmanc9a42472018-05-31 13:17:12 -04001406 deps = []
Greg Danielda16cce2018-08-01 09:23:57 -04001407 public_deps = []
Brian Osmanc9a42472018-05-31 13:17:12 -04001408 sources = [
1409 "tools/gpu/GrContextFactory.cpp",
1410 "tools/gpu/GrTest.cpp",
Brian Salomon00a5eb82018-07-11 15:32:05 -04001411 "tools/gpu/MemoryCache.cpp",
1412 "tools/gpu/MemoryCache.h",
Brian Osmanc9a42472018-05-31 13:17:12 -04001413 "tools/gpu/ProxyUtils.cpp",
1414 "tools/gpu/TestContext.cpp",
1415 "tools/gpu/atlastext/GLTestAtlasTextRenderer.cpp",
1416 "tools/gpu/gl/GLTestContext.cpp",
1417 "tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp",
Brian Osmanc9a42472018-05-31 13:17:12 -04001418 "tools/gpu/gl/null/NullGLTestContext.cpp",
1419 "tools/gpu/mock/MockTestContext.cpp",
1420 ]
1421 libs = []
1422
1423 if (is_android || skia_use_egl) {
1424 sources += [ "tools/gpu/gl/egl/CreatePlatformGLTestContext_egl.cpp" ]
1425 } else if (is_ios) {
1426 sources += [ "tools/gpu/gl/iOS/CreatePlatformGLTestContext_iOS.mm" ]
1427 libs += [ "OpenGLES.framework" ]
1428 } else if (is_linux) {
1429 sources += [ "tools/gpu/gl/glx/CreatePlatformGLTestContext_glx.cpp" ]
Mike Kleina27f2692018-06-20 11:06:39 -04001430 libs += [
1431 "GLU",
1432 "X11",
1433 ]
Brian Osmanc9a42472018-05-31 13:17:12 -04001434 } else if (is_mac) {
1435 sources += [ "tools/gpu/gl/mac/CreatePlatformGLTestContext_mac.cpp" ]
1436 } else if (is_win) {
1437 sources += [ "tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp" ]
Brian Osman0c757272018-12-10 10:27:26 -05001438 libs += [ "Gdi32.lib" ]
1439 if (target_cpu != "arm64") {
1440 libs += [ "OpenGL32.lib" ]
1441 }
Brian Osmanc9a42472018-05-31 13:17:12 -04001442 }
mtklein25c81d42016-07-27 13:55:26 -07001443
Brian Osmanc9a42472018-05-31 13:17:12 -04001444 cflags_objcc = [ "-fobjc-arc" ]
mtklein6ef69992016-09-14 06:12:09 -07001445
Brian Osmanc9a42472018-05-31 13:17:12 -04001446 if (skia_use_angle) {
1447 deps += [ "//third_party/angle2" ]
1448 sources += [ "tools/gpu/gl/angle/GLTestContext_angle.cpp" ]
1449 }
Greg Daniel54200e42018-12-11 17:03:39 -05001450
Greg Daniel487132b2018-12-20 14:09:36 -05001451 public_include_dirs += [ "include/third_party/vulkan" ]
Brian Osmanc9a42472018-05-31 13:17:12 -04001452 if (skia_use_vulkan) {
1453 sources += [ "tools/gpu/vk/VkTestContext.cpp" ]
1454 sources += [ "tools/gpu/vk/VkTestUtils.cpp" ]
Greg Danielda16cce2018-08-01 09:23:57 -04001455 if (defined(skia_moltenvk_path) && skia_moltenvk_path != "") {
1456 public_deps += [ ":moltenvk" ]
1457 }
Brian Osmanc9a42472018-05-31 13:17:12 -04001458 }
1459 if (skia_use_metal) {
1460 sources += [ "tools/gpu/mtl/MtlTestContext.mm" ]
mtkleina627b5c2016-09-20 13:36:47 -07001461 }
mtklein25c81d42016-07-27 13:55:26 -07001462 }
mtklein25c81d42016-07-27 13:55:26 -07001463
mtkleinc095df52016-08-24 12:23:52 -07001464 test_lib("flags") {
1465 public_include_dirs = [ "tools/flags" ]
1466 sources = [
1467 "tools/flags/SkCommandLineFlags.cpp",
mtklein046cb562016-09-16 10:23:12 -07001468 ]
1469 }
1470 test_lib("common_flags") {
1471 public_include_dirs = [ "tools/flags" ]
1472 sources = [
mtkleinc095df52016-08-24 12:23:52 -07001473 "tools/flags/SkCommonFlags.cpp",
1474 "tools/flags/SkCommonFlagsConfig.cpp",
1475 ]
1476 deps = [
mtklein046cb562016-09-16 10:23:12 -07001477 ":flags",
Greg Danielda16cce2018-08-01 09:23:57 -04001478 ]
1479 public_deps = [
mtkleinc095df52016-08-24 12:23:52 -07001480 ":gpu_tool_utils",
1481 ]
1482 }
mtklein25c81d42016-07-27 13:55:26 -07001483
mtkleinc095df52016-08-24 12:23:52 -07001484 test_lib("tool_utils") {
1485 public_include_dirs = [
1486 "tools",
1487 "tools/debugger",
Ben Wagner483c7722018-02-20 17:06:07 -05001488 "tools/fonts",
mtkleinc095df52016-08-24 12:23:52 -07001489 "tools/timer",
Brian Salomondcbb9d92017-07-19 10:53:20 -04001490 "tools/trace",
mtkleinc095df52016-08-24 12:23:52 -07001491 ]
1492 sources = [
mtkleinb37c0342016-09-09 11:07:45 -07001493 "tools/AndroidSkDebugToStdOut.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001494 "tools/CrashHandler.cpp",
Robert Phillips96601082018-05-29 16:13:26 -04001495 "tools/DDLPromiseImageHelper.cpp",
1496 "tools/DDLTileHelper.cpp",
mtklein0590fa52016-09-01 07:06:54 -07001497 "tools/LsanSuppressions.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001498 "tools/ProcStats.cpp",
1499 "tools/Resources.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001500 "tools/UrlDataManager.cpp",
1501 "tools/debugger/SkDebugCanvas.cpp",
1502 "tools/debugger/SkDrawCommand.cpp",
1503 "tools/debugger/SkJsonWriteBuffer.cpp",
Brian Salomon5f33a8c2018-02-26 14:32:39 -05001504 "tools/fonts/SkRandomScalerContext.cpp",
Herb Derby33ac15e2018-08-29 12:36:22 -04001505 "tools/fonts/SkTestEmptyTypeface.h",
Brian Salomon5f33a8c2018-02-26 14:32:39 -05001506 "tools/fonts/SkTestFontMgr.cpp",
Ben Wagner97182cc2018-02-15 10:20:04 -05001507 "tools/fonts/SkTestFontMgr.h",
1508 "tools/fonts/SkTestSVGTypeface.cpp",
1509 "tools/fonts/SkTestSVGTypeface.h",
1510 "tools/fonts/SkTestTypeface.cpp",
1511 "tools/fonts/SkTestTypeface.h",
Brian Salomon5f33a8c2018-02-26 14:32:39 -05001512 "tools/fonts/sk_tool_utils_font.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001513 "tools/random_parse_path.cpp",
1514 "tools/sk_tool_utils.cpp",
Ben Wagnerb2c4ea62018-08-08 11:36:17 -04001515 "tools/timer/SkAnimTimer.h",
mtkleinc095df52016-08-24 12:23:52 -07001516 "tools/timer/Timer.cpp",
Brian Osman53136aa2017-07-20 15:43:35 -04001517 "tools/trace/SkChromeTracingTracer.cpp",
1518 "tools/trace/SkChromeTracingTracer.h",
Brian Salomondcbb9d92017-07-19 10:53:20 -04001519 "tools/trace/SkDebugfTracer.cpp",
1520 "tools/trace/SkDebugfTracer.h",
Brian Osman53136aa2017-07-20 15:43:35 -04001521 "tools/trace/SkEventTracingPriv.cpp",
1522 "tools/trace/SkEventTracingPriv.h",
mtkleinc095df52016-08-24 12:23:52 -07001523 ]
Mike Kleinadacaef2017-02-06 09:26:14 -05001524 libs = []
1525 if (is_ios) {
1526 sources += [ "tools/ios_utils.m" ]
1527 libs += [ "Foundation.framework" ]
1528 }
Hal Canaryfd9bcab2018-04-24 11:47:23 -04001529 defines = []
1530 if (skia_tools_require_resources) {
1531 defines += [ "SK_TOOLS_REQUIRE_RESOURCES" ]
1532 }
mtkleinc095df52016-08-24 12:23:52 -07001533 deps = [
Ben Wagner97182cc2018-02-15 10:20:04 -05001534 ":experimental_svg_model",
mtkleinc095df52016-08-24 12:23:52 -07001535 ":flags",
1536 "//third_party/libpng",
1537 ]
1538 public_deps = [
Greg Danielda16cce2018-08-01 09:23:57 -04001539 ":common_flags",
mtkleinc095df52016-08-24 12:23:52 -07001540 ]
1541 }
mtklein25c81d42016-07-27 13:55:26 -07001542
Mike Klein6e744122016-10-27 12:21:40 -04001543 import("gn/gm.gni")
mtkleinc095df52016-08-24 12:23:52 -07001544 test_lib("gm") {
1545 public_include_dirs = [ "gm" ]
1546 sources = gm_sources
1547 deps = [
scroggo19b91532016-10-24 09:03:26 -07001548 ":flags",
mtkleinc095df52016-08-24 12:23:52 -07001549 ":skia",
1550 ":tool_utils",
Mike Reed2f0edd52018-05-31 14:22:30 -04001551 "modules/skottie",
Florin Malita26870722018-09-20 14:35:30 -04001552 "modules/skottie:gm",
Florin Malita3b526b02018-05-25 12:43:51 -04001553 "modules/sksg",
mtkleinc095df52016-08-24 12:23:52 -07001554 ]
Greg Danielda16cce2018-08-01 09:23:57 -04001555 public_deps = [
1556 ":gpu_tool_utils",
1557 ]
Hal Canaryb6f53782019-02-13 10:29:50 -05001558 if (skia_enable_skshaper) {
1559 deps += [ "modules/skshaper" ]
1560 defines = [ "SK_USING_SKSHAPER" ]
1561 }
mtkleinc095df52016-08-24 12:23:52 -07001562 }
mtklein25c81d42016-07-27 13:55:26 -07001563
Mike Klein6e744122016-10-27 12:21:40 -04001564 import("gn/tests.gni")
mtkleinc095df52016-08-24 12:23:52 -07001565 test_lib("tests") {
1566 public_include_dirs = [ "tests" ]
Mike Klein6e744122016-10-27 12:21:40 -04001567 sources = tests_sources + pathops_tests_sources
Leon Scroggins IIIbe85c192018-11-13 13:50:12 -05001568 if (!skia_enable_fontmgr_android) {
Mike Klein6e744122016-10-27 12:21:40 -04001569 sources -= [ "//tests/FontMgrAndroidParserTest.cpp" ]
mtkleina45be612016-08-29 15:22:10 -07001570 }
Ben Wagner37a06c02018-06-22 21:11:00 +00001571 if (!(skia_use_freetype && skia_use_fontconfig)) {
1572 sources -= [ "//tests/FontMgrFontConfigTest.cpp" ]
1573 }
mtkleinc095df52016-08-24 12:23:52 -07001574 deps = [
Hal Canary0f666812018-03-22 15:21:12 -04001575 ":experimental_svg_model",
mtkleinc095df52016-08-24 12:23:52 -07001576 ":flags",
mtkleinc095df52016-08-24 12:23:52 -07001577 ":skia",
1578 ":tool_utils",
Florin Malita94d4d3e2018-06-18 13:10:51 -04001579 "modules/skottie:tests",
Brian Osmanccb87522018-06-01 19:20:00 +00001580 "modules/sksg:tests",
mtkleinc095df52016-08-24 12:23:52 -07001581 "//third_party/libpng",
Leon Scroggins III194580d2019-02-22 12:32:16 -05001582 "//third_party/libwebp",
mtkleinc095df52016-08-24 12:23:52 -07001583 "//third_party/zlib",
1584 ]
Mike Kleind63442d2017-03-27 14:16:04 -04001585 public_deps = [
1586 ":gpu_tool_utils", # Test.h #includes headers from this target.
1587 ]
Hal Canaryb6f53782019-02-13 10:29:50 -05001588 if (skia_enable_skshaper) {
1589 deps += [ "modules/skshaper" ]
1590 defines = [ "SK_USING_SKSHAPER" ]
1591 }
mtkleinc095df52016-08-24 12:23:52 -07001592 }
mtklein2f3416d2016-08-02 16:02:05 -07001593
Mike Klein6e744122016-10-27 12:21:40 -04001594 import("gn/bench.gni")
mtkleinc095df52016-08-24 12:23:52 -07001595 test_lib("bench") {
1596 public_include_dirs = [ "bench" ]
1597 sources = bench_sources
mtkleinc095df52016-08-24 12:23:52 -07001598 deps = [
1599 ":flags",
1600 ":gm",
1601 ":gpu_tool_utils",
1602 ":skia",
1603 ":tool_utils",
1604 ]
1605 }
mtklein2b6870c2016-07-28 14:17:33 -07001606
mtkleinc095df52016-08-24 12:23:52 -07001607 test_lib("experimental_svg_model") {
Hal Canary0f666812018-03-22 15:21:12 -04001608 public_include_dirs = []
1609 if (skia_use_expat) {
1610 public_include_dirs += [ "experimental/svg/model" ]
1611 sources = [
1612 "experimental/svg/model/SkSVGAttribute.cpp",
1613 "experimental/svg/model/SkSVGAttributeParser.cpp",
1614 "experimental/svg/model/SkSVGCircle.cpp",
1615 "experimental/svg/model/SkSVGClipPath.cpp",
1616 "experimental/svg/model/SkSVGContainer.cpp",
1617 "experimental/svg/model/SkSVGDOM.cpp",
1618 "experimental/svg/model/SkSVGEllipse.cpp",
1619 "experimental/svg/model/SkSVGGradient.cpp",
1620 "experimental/svg/model/SkSVGLine.cpp",
1621 "experimental/svg/model/SkSVGLinearGradient.cpp",
1622 "experimental/svg/model/SkSVGNode.cpp",
1623 "experimental/svg/model/SkSVGPath.cpp",
1624 "experimental/svg/model/SkSVGPattern.cpp",
1625 "experimental/svg/model/SkSVGPoly.cpp",
1626 "experimental/svg/model/SkSVGRadialGradient.cpp",
1627 "experimental/svg/model/SkSVGRect.cpp",
1628 "experimental/svg/model/SkSVGRenderContext.cpp",
1629 "experimental/svg/model/SkSVGSVG.cpp",
1630 "experimental/svg/model/SkSVGShape.cpp",
1631 "experimental/svg/model/SkSVGStop.cpp",
1632 "experimental/svg/model/SkSVGTransformableNode.cpp",
1633 "experimental/svg/model/SkSVGUse.cpp",
1634 "experimental/svg/model/SkSVGValue.cpp",
1635 ]
1636 deps = [
1637 ":skia",
1638 ":xml",
1639 ]
1640 }
mtkleinc095df52016-08-24 12:23:52 -07001641 }
fmalitaa2b9fdf2016-08-03 19:53:36 -07001642
Mike Klein38af9432016-11-11 11:39:44 -05001643 if (skia_use_lua) {
1644 test_lib("lua") {
1645 public_include_dirs = []
1646 sources = [
1647 "src/utils/SkLua.cpp",
1648 "src/utils/SkLuaCanvas.cpp",
1649 ]
1650 deps = [
Herb Derby264182c2018-05-29 15:53:40 -04001651 "modules/skshaper",
Mike Klein38af9432016-11-11 11:39:44 -05001652 "//third_party/lua",
1653 ]
1654 }
1655
Mike Kleine6682eb2017-01-05 10:54:57 -05001656 test_app("lua_app") {
Mike Klein38af9432016-11-11 11:39:44 -05001657 sources = [
1658 "tools/lua/lua_app.cpp",
1659 ]
1660 deps = [
1661 ":lua",
1662 ":skia",
1663 "//third_party/lua",
1664 ]
Mike Klein38af9432016-11-11 11:39:44 -05001665 }
1666
Mike Kleine6682eb2017-01-05 10:54:57 -05001667 test_app("lua_pictures") {
Mike Klein38af9432016-11-11 11:39:44 -05001668 sources = [
1669 "tools/lua/lua_pictures.cpp",
1670 ]
1671 deps = [
1672 ":flags",
1673 ":lua",
1674 ":skia",
1675 ":tool_utils",
1676 "//third_party/lua",
1677 ]
Mike Klein38af9432016-11-11 11:39:44 -05001678 }
1679 }
1680
Cary Clark8032b982017-07-28 11:04:54 -04001681 test_app("bookmaker") {
1682 sources = [
Cary Clark2da9fb82018-11-01 09:29:36 -04001683 "tools/bookmaker/bmhParser.cpp",
Cary Clark8032b982017-07-28 11:04:54 -04001684 "tools/bookmaker/bookmaker.cpp",
Cary Clarkbef063a2017-10-31 15:44:45 -04001685 "tools/bookmaker/cataloger.cpp",
Cary Clarka560c472017-11-27 10:44:06 -05001686 "tools/bookmaker/definition.cpp",
Cary Clark8032b982017-07-28 11:04:54 -04001687 "tools/bookmaker/fiddleParser.cpp",
Cary Clark2da9fb82018-11-01 09:29:36 -04001688 "tools/bookmaker/hackParser.cpp",
Cary Clark8032b982017-07-28 11:04:54 -04001689 "tools/bookmaker/includeParser.cpp",
1690 "tools/bookmaker/includeWriter.cpp",
1691 "tools/bookmaker/mdOut.cpp",
1692 "tools/bookmaker/parserCommon.cpp",
Cary Clarkac47b882018-01-11 10:35:44 -05001693 "tools/bookmaker/selfCheck.cpp",
Cary Clark8032b982017-07-28 11:04:54 -04001694 "tools/bookmaker/spellCheck.cpp",
Cary Clark2da9fb82018-11-01 09:29:36 -04001695 "tools/bookmaker/textParser.cpp",
Cary Clark8032b982017-07-28 11:04:54 -04001696 ]
1697 deps = [
1698 ":flags",
1699 ":skia",
1700 ":tool_utils",
1701 ]
1702 }
1703
Florin Malitabfe876a2018-09-02 12:33:59 -04001704 if (is_linux || is_mac) {
Florin Malita79725d32018-06-05 16:16:57 -04001705 test_app("skottie_tool") {
1706 deps = [
1707 "modules/skottie:tool",
1708 ]
1709 }
1710 }
1711
Kevin Lubickebf648e2017-09-21 13:45:16 -04001712 if (target_cpu != "wasm") {
1713 import("gn/samples.gni")
1714 test_lib("samples") {
1715 public_include_dirs = [ "samplecode" ]
1716 include_dirs = [ "experimental" ]
Yuqian Li56a4a092018-02-12 14:47:34 +08001717 sources = samples_sources
Ben Wagnerb2c4ea62018-08-08 11:36:17 -04001718 public_deps = [
1719 ":tool_utils",
1720 ]
Kevin Lubickebf648e2017-09-21 13:45:16 -04001721 deps = [
1722 ":experimental_svg_model",
1723 ":flags",
Kevin Lubickebf648e2017-09-21 13:45:16 -04001724 ":xml",
Mike Reedec80d902019-02-12 11:31:27 -05001725 "modules/sksg",
Herb Derby264182c2018-05-29 15:53:40 -04001726 "modules/skshaper",
Kevin Lubickebf648e2017-09-21 13:45:16 -04001727 ]
Mike Klein38af9432016-11-11 11:39:44 -05001728
Ruiqi Maof5101492018-06-29 14:32:21 -04001729 # NIMA does not build on Windows clang
1730 if (!is_win || !is_clang) {
Kevin Lubickd9699322018-10-30 15:08:53 -04001731 sources += [ "experimental/nima/NimaActor.cpp" ]
Ruiqi Maof5101492018-06-29 14:32:21 -04001732 deps += [ "//third_party/Nima-Cpp" ]
1733 }
1734
Kevin Lubickebf648e2017-09-21 13:45:16 -04001735 if (skia_use_lua) {
1736 sources += [ "samplecode/SampleLua.cpp" ]
1737 deps += [
1738 ":lua",
1739 "//third_party/lua",
1740 ]
1741 }
1742 }
Mike Klein7af351a2018-07-27 09:54:43 -04001743 test_app("imgcvt") {
1744 sources = [
1745 "tools/imgcvt.cpp",
1746 ]
1747 deps = [
1748 ":skcms",
1749 ":skia",
1750 ]
1751 }
Kevin Lubickebf648e2017-09-21 13:45:16 -04001752 test_app("dm") {
1753 sources = [
1754 "dm/DM.cpp",
Hal Canaryb6c5e5b2017-10-09 16:13:02 -04001755 "dm/DMGpuTestProcs.cpp",
Kevin Lubickebf648e2017-09-21 13:45:16 -04001756 "dm/DMJsonWriter.cpp",
1757 "dm/DMSrcSink.cpp",
1758 ]
Kevin Lubickebf648e2017-09-21 13:45:16 -04001759 deps = [
1760 ":common_flags",
1761 ":experimental_svg_model",
1762 ":flags",
1763 ":gm",
1764 ":gpu_tool_utils",
1765 ":skia",
1766 ":tests",
1767 ":tool_utils",
Florin Malita3d856bd2018-05-26 09:49:28 -04001768 "modules/skottie",
Florin Malitaa8316552018-11-09 16:19:44 -05001769 "modules/skottie:utils",
Florin Malita3b526b02018-05-25 12:43:51 -04001770 "modules/sksg",
Kevin Lubickebf648e2017-09-21 13:45:16 -04001771 "//third_party/libpng",
Mike Klein38af9432016-11-11 11:39:44 -05001772 ]
Ruiqi Maof5101492018-06-29 14:32:21 -04001773
1774 # NIMA does not build on Windows clang
1775 if (!is_win || !is_clang) {
1776 deps += [ "//third_party/Nima-Cpp" ]
1777 }
Mike Klein38af9432016-11-11 11:39:44 -05001778 }
Brian Osman16adfa32016-10-18 14:42:44 -04001779 }
1780
Mike Kleina8a51ce2018-01-09 12:34:11 -05001781 if (!is_win) {
1782 test_app("remote_demo") {
1783 sources = [
1784 "tools/remote_demo.cpp",
1785 ]
1786 deps = [
1787 ":skia",
1788 ]
1789 }
1790 }
1791
Mike Kleine6682eb2017-01-05 10:54:57 -05001792 test_app("nanobench") {
mtklein2b6870c2016-07-28 14:17:33 -07001793 sources = [
1794 "bench/nanobench.cpp",
1795 ]
1796 deps = [
1797 ":bench",
mtklein046cb562016-09-16 10:23:12 -07001798 ":common_flags",
fmalita6519c212016-09-14 08:05:17 -07001799 ":experimental_svg_model",
mtklein2b6870c2016-07-28 14:17:33 -07001800 ":flags",
1801 ":gm",
1802 ":gpu_tool_utils",
1803 ":skia",
1804 ":tool_utils",
Florin Malita3b526b02018-05-25 12:43:51 -04001805 "modules/sksg",
mtklein2b6870c2016-07-28 14:17:33 -07001806 ]
mtklein2b6870c2016-07-28 14:17:33 -07001807 }
halcanary19a97202016-08-03 15:08:04 -07001808
Ravi Mistry10d36c52017-01-31 09:49:18 -05001809 test_app("skpinfo") {
1810 sources = [
1811 "tools/skpinfo.cpp",
1812 ]
1813 deps = [
1814 ":flags",
1815 ":skia",
1816 ]
1817 }
1818
Brian Osmanc9a42472018-05-31 13:17:12 -04001819 test_app("skpbench") {
1820 sources = [
1821 "tools/skpbench/skpbench.cpp",
1822 ]
1823 deps = [
1824 ":flags",
1825 ":gpu_tool_utils",
1826 ":skia",
1827 ":tool_utils",
1828 ]
csmartdalton4b5179b2016-09-19 11:03:58 -07001829 }
1830
Mike Kleine6682eb2017-01-05 10:54:57 -05001831 test_app("sktexttopdf") {
halcanary3eee9d92016-09-10 07:01:53 -07001832 sources = [
Herb Derby264182c2018-05-29 15:53:40 -04001833 "tools/using_skia_and_harfbuzz.cpp",
halcanary3eee9d92016-09-10 07:01:53 -07001834 ]
1835 deps = [
1836 ":skia",
Herb Derby264182c2018-05-29 15:53:40 -04001837 "modules/skshaper",
halcanary3eee9d92016-09-10 07:01:53 -07001838 ]
halcanary3eee9d92016-09-10 07:01:53 -07001839 }
mtklein046cb562016-09-16 10:23:12 -07001840
Ben Wagner219f3622017-07-17 15:32:25 -04001841 test_app("create_test_font") {
1842 sources = [
Ben Wagner483c7722018-02-20 17:06:07 -05001843 "tools/fonts/create_test_font.cpp",
Ben Wagner219f3622017-07-17 15:32:25 -04001844 ]
1845 deps = [
1846 ":skia",
1847 ]
1848 assert_no_deps = [
1849 # tool_utils requires the output of this app.
1850 ":tool_utils",
1851 ]
1852 }
1853
Florin Malita5d3ff432018-07-31 16:38:43 -04001854 if (skia_use_expat) {
1855 test_app("create_test_font_color") {
1856 sources = [
1857 "tools/fonts/create_test_font_color.cpp",
1858 ]
1859 deps = [
1860 ":flags",
1861 ":skia",
1862 ":tool_utils",
1863 ]
1864 }
Ben Wagner97182cc2018-02-15 10:20:04 -05001865 }
1866
Mike Kleine6682eb2017-01-05 10:54:57 -05001867 test_app("get_images_from_skps") {
mtklein046cb562016-09-16 10:23:12 -07001868 sources = [
1869 "tools/get_images_from_skps.cpp",
1870 ]
1871 deps = [
1872 ":flags",
1873 ":skia",
mtklein046cb562016-09-16 10:23:12 -07001874 ]
mtklein046cb562016-09-16 10:23:12 -07001875 }
mtkleinecbc5262016-09-22 11:51:24 -07001876
Brian Osman6788a542018-12-10 11:56:01 -05001877 if (!is_ios && target_cpu != "wasm" && !(is_win && target_cpu == "arm64")) {
Mike Kleine6682eb2017-01-05 10:54:57 -05001878 test_app("skiaserve") {
Mike Klein7d302882016-11-03 14:06:31 -04001879 sources = [
1880 "tools/skiaserve/Request.cpp",
1881 "tools/skiaserve/Response.cpp",
1882 "tools/skiaserve/skiaserve.cpp",
Mike Klein7d302882016-11-03 14:06:31 -04001883 "tools/skiaserve/urlhandlers/BreakHandler.cpp",
1884 "tools/skiaserve/urlhandlers/ClipAlphaHandler.cpp",
1885 "tools/skiaserve/urlhandlers/CmdHandler.cpp",
1886 "tools/skiaserve/urlhandlers/ColorModeHandler.cpp",
1887 "tools/skiaserve/urlhandlers/DataHandler.cpp",
1888 "tools/skiaserve/urlhandlers/DownloadHandler.cpp",
1889 "tools/skiaserve/urlhandlers/EnableGPUHandler.cpp",
1890 "tools/skiaserve/urlhandlers/ImgHandler.cpp",
1891 "tools/skiaserve/urlhandlers/InfoHandler.cpp",
Brian Salomon144a5c52016-12-20 16:48:59 -05001892 "tools/skiaserve/urlhandlers/OpBoundsHandler.cpp",
1893 "tools/skiaserve/urlhandlers/OpsHandler.cpp",
Mike Klein7d302882016-11-03 14:06:31 -04001894 "tools/skiaserve/urlhandlers/OverdrawHandler.cpp",
1895 "tools/skiaserve/urlhandlers/PostHandler.cpp",
1896 "tools/skiaserve/urlhandlers/QuitHandler.cpp",
1897 "tools/skiaserve/urlhandlers/RootHandler.cpp",
1898 ]
1899 deps = [
1900 ":flags",
1901 ":gpu_tool_utils",
1902 ":skia",
1903 ":tool_utils",
Mike Klein7d302882016-11-03 14:06:31 -04001904 "//third_party/libmicrohttpd",
1905 "//third_party/libpng",
1906 ]
Mike Klein7d302882016-11-03 14:06:31 -04001907 }
mtkleinecbc5262016-09-22 11:51:24 -07001908 }
kjlubick14f984b2016-10-03 11:49:45 -07001909
Mike Kleine6682eb2017-01-05 10:54:57 -05001910 test_app("fuzz") {
Kevin Lubick9ff5dc92018-01-09 12:47:33 -05001911 include_dirs = [
1912 "tools",
1913 "tools/debugger",
Kevin Lubickec1c6202018-12-14 11:42:53 -05001914 "tools/fonts",
Kevin Lubick9ff5dc92018-01-09 12:47:33 -05001915 ]
kjlubick14f984b2016-10-03 11:49:45 -07001916 sources = [
Kevin Lubickbc9a1a82018-09-17 14:46:57 -04001917 "fuzz/Fuzz.cpp",
Hal Canary24ac42b2017-02-14 13:35:14 -05001918 "fuzz/FuzzCanvas.cpp",
Cary Clark91390c82018-03-09 14:02:46 -05001919 "fuzz/FuzzCommon.cpp",
Kevin Lubickfec1dea2016-11-22 13:57:18 -05001920 "fuzz/FuzzDrawFunctions.cpp",
Kevin Lubicke4be55d2018-03-30 15:05:13 -04001921 "fuzz/FuzzEncoders.cpp",
kjlubick14f984b2016-10-03 11:49:45 -07001922 "fuzz/FuzzGradients.cpp",
Kevin Lubickbc9a1a82018-09-17 14:46:57 -04001923 "fuzz/FuzzMain.cpp",
kjlubick14f984b2016-10-03 11:49:45 -07001924 "fuzz/FuzzParsePath.cpp",
Cary Clark91390c82018-03-09 14:02:46 -05001925 "fuzz/FuzzPathMeasure.cpp",
kjlubick14f984b2016-10-03 11:49:45 -07001926 "fuzz/FuzzPathop.cpp",
Jim Van Verth061cc212018-07-11 14:09:09 -04001927 "fuzz/FuzzPolyUtils.cpp",
Hal Canary13872dd2018-04-06 10:25:12 -04001928 "fuzz/FuzzRegionOp.cpp",
Leon Scroggins III0b8fcbc2018-10-16 15:52:17 -04001929 "fuzz/oss_fuzz/FuzzAndroidCodec.cpp",
Kevin Lubick2416f962018-02-12 08:26:39 -05001930 "fuzz/oss_fuzz/FuzzAnimatedImage.cpp",
1931 "fuzz/oss_fuzz/FuzzImage.cpp",
Kevin Lubickf034d112018-02-08 14:31:24 -05001932 "fuzz/oss_fuzz/FuzzImageFilterDeserialize.cpp",
Leon Scroggins III0b8fcbc2018-10-16 15:52:17 -04001933 "fuzz/oss_fuzz/FuzzIncrementalImage.cpp",
Florin Malita80452be2018-06-19 11:27:20 -04001934 "fuzz/oss_fuzz/FuzzJSON.cpp",
Kevin Lubickf034d112018-02-08 14:31:24 -05001935 "fuzz/oss_fuzz/FuzzPathDeserialize.cpp",
Kevin Lubick2541edf2018-01-11 10:27:14 -05001936 "fuzz/oss_fuzz/FuzzRegionDeserialize.cpp",
1937 "fuzz/oss_fuzz/FuzzRegionSetPath.cpp",
Kevin Lubickf034d112018-02-08 14:31:24 -05001938 "fuzz/oss_fuzz/FuzzTextBlobDeserialize.cpp",
Kevin Lubick9ff5dc92018-01-09 12:47:33 -05001939 "tools/UrlDataManager.cpp",
1940 "tools/debugger/SkDebugCanvas.cpp",
1941 "tools/debugger/SkDrawCommand.cpp",
1942 "tools/debugger/SkJsonWriteBuffer.cpp",
kjlubick14f984b2016-10-03 11:49:45 -07001943 ]
1944 deps = [
1945 ":flags",
Hal Canary44801ca2017-03-15 11:39:06 -04001946 ":gpu_tool_utils",
kjlubick14f984b2016-10-03 11:49:45 -07001947 ":skia",
Florin Malita3d856bd2018-05-26 09:49:28 -04001948 "modules/skottie:fuzz",
Kevin Lubick9ff5dc92018-01-09 12:47:33 -05001949 "//third_party/libpng",
kjlubick14f984b2016-10-03 11:49:45 -07001950 ]
kjlubick14f984b2016-10-03 11:49:45 -07001951 }
Mike Klein38312422016-10-05 15:41:01 -04001952
Mike Kleine6682eb2017-01-05 10:54:57 -05001953 test_app("pathops_unittest") {
Mike Klein6e744122016-10-27 12:21:40 -04001954 sources = pathops_tests_sources + [
Mike Klein6e55fef2016-10-26 11:41:47 -04001955 rebase_path("tests/skia_test.cpp"),
1956 rebase_path("tests/Test.cpp"),
1957 ]
caryclark9feb6322016-10-25 08:58:26 -07001958 deps = [
1959 ":flags",
1960 ":gpu_tool_utils",
1961 ":skia",
1962 ":tool_utils",
1963 ]
caryclark9feb6322016-10-25 08:58:26 -07001964 }
1965
Mike Kleine6682eb2017-01-05 10:54:57 -05001966 test_app("dump_record") {
Mike Klein38312422016-10-05 15:41:01 -04001967 sources = [
1968 "tools/DumpRecord.cpp",
1969 "tools/dump_record.cpp",
1970 ]
1971 deps = [
1972 ":flags",
1973 ":skia",
1974 ]
Mike Klein38312422016-10-05 15:41:01 -04001975 }
bungemanfe917272016-10-13 17:36:40 -04001976
Mike Kleine6682eb2017-01-05 10:54:57 -05001977 test_app("skdiff") {
bungemanfe917272016-10-13 17:36:40 -04001978 sources = [
1979 "tools/skdiff/skdiff.cpp",
1980 "tools/skdiff/skdiff_html.cpp",
1981 "tools/skdiff/skdiff_main.cpp",
1982 "tools/skdiff/skdiff_utils.cpp",
1983 ]
1984 deps = [
1985 ":skia",
1986 ":tool_utils",
1987 ]
bungemanfe917272016-10-13 17:36:40 -04001988 }
halcanarya73d76a2016-10-17 13:19:02 -07001989
Mike Kleine6682eb2017-01-05 10:54:57 -05001990 test_app("skp_parser") {
halcanarya73d76a2016-10-17 13:19:02 -07001991 sources = [
1992 "tools/skp_parser.cpp",
1993 ]
1994 deps = [
1995 ":skia",
1996 ":tool_utils",
halcanarya73d76a2016-10-17 13:19:02 -07001997 ]
halcanarya73d76a2016-10-17 13:19:02 -07001998 }
Brian Osman16adfa32016-10-18 14:42:44 -04001999
Brian Osmanc9a42472018-05-31 13:17:12 -04002000 if (!is_win) {
Hal Canaryd7b38452017-12-11 17:46:26 -05002001 test_lib("skqp_lib") {
Hal Canaryac7f23c2018-11-26 14:07:41 -05002002 public_include_dirs = [ "tools/skqp/src" ]
Hal Canary0e07ad72018-02-08 13:06:56 -05002003 defines =
2004 [ "SK_SKQP_GLOBAL_ERROR_TOLERANCE=$skia_skqp_global_error_tolerance" ]
Hal Canary75427132017-10-11 16:00:31 -04002005 sources = [
2006 "dm/DMGpuTestProcs.cpp",
Hal Canaryac7f23c2018-11-26 14:07:41 -05002007 "tools/skqp/src/skqp.cpp",
2008 "tools/skqp/src/skqp_model.cpp",
Hal Canary75427132017-10-11 16:00:31 -04002009 ]
2010 deps = [
2011 ":gm",
2012 ":gpu_tool_utils",
2013 ":skia",
2014 ":tests",
Hal Canaryd7b38452017-12-11 17:46:26 -05002015 ":tool_utils",
2016 ]
2017 }
2018 test_app("skqp") {
2019 sources = [
Hal Canaryac7f23c2018-11-26 14:07:41 -05002020 "tools/skqp/src/skqp_main.cpp",
Hal Canaryd7b38452017-12-11 17:46:26 -05002021 ]
2022 deps = [
2023 ":skia",
2024 ":skqp_lib",
Hal Canary537d9c02018-01-30 11:30:48 -05002025 ":tool_utils",
Hal Canaryac7f23c2018-11-26 14:07:41 -05002026 ]
2027 }
2028 test_app("jitter_gms") {
2029 sources = [
2030 "tools/skqp/jitter_gms.cpp",
2031 ]
2032 deps = [
2033 ":gm",
2034 ":skia",
2035 ":skqp_lib",
Hal Canary75427132017-10-11 16:00:31 -04002036 ]
2037 }
2038 }
Brian Osmanc9a42472018-05-31 13:17:12 -04002039 if (is_android) {
Hal Canary28f89382017-12-12 09:42:14 -05002040 test_app("skqp_app") {
2041 is_shared_library = true
2042 sources = [
Hal Canaryac7f23c2018-11-26 14:07:41 -05002043 "tools/skqp/src/jni_skqp.cpp",
Hal Canary28f89382017-12-12 09:42:14 -05002044 ]
2045 deps = [
2046 ":skia",
2047 ":skqp_lib",
Hal Canaryb4d01a92018-01-29 13:10:08 -05002048 ":tool_utils",
Hal Canary28f89382017-12-12 09:42:14 -05002049 ]
2050 libs = [ "android" ]
2051 }
2052 }
Stan Iliev93151722018-08-02 11:10:52 -04002053 if (is_android && skia_enable_gpu) {
2054 test_app("skottie_android") {
2055 is_shared_library = true
2056
2057 sources = [
2058 "platform_tools/android/apps/skottie/src/main/cpp/JavaInputStreamAdaptor.cpp",
2059 "platform_tools/android/apps/skottie/src/main/cpp/native-lib.cpp",
2060 ]
2061 libs = []
2062
2063 include_dirs = []
2064 deps = [
2065 ":skia",
2066 "modules/skottie",
Stan Ilieva7a52b92018-10-01 15:36:32 -04002067 "modules/sksg:samples",
Stan Iliev93151722018-08-02 11:10:52 -04002068 ]
2069 }
2070 }
Hal Canary75427132017-10-11 16:00:31 -04002071
Hal Canarya9de7602018-01-19 13:08:23 -05002072 test_app("list_gms") {
2073 sources = [
2074 "tools/list_gms.cpp",
2075 ]
2076 deps = [
2077 ":gm",
2078 ":skia",
2079 ]
2080 }
2081 test_app("list_gpu_unit_tests") {
2082 sources = [
2083 "dm/DMGpuTestProcs.cpp",
2084 "tools/list_gpu_unit_tests.cpp",
2085 ]
2086 deps = [
2087 ":skia",
2088 ":tests",
2089 ]
2090 }
2091
Brian Osmanc9a42472018-05-31 13:17:12 -04002092 test_lib("sk_app") {
2093 public_include_dirs = [ "tools/sk_app" ]
2094 sources = [
2095 "tools/sk_app/CommandSet.cpp",
2096 "tools/sk_app/GLWindowContext.cpp",
2097 "tools/sk_app/Window.cpp",
2098 ]
2099 libs = []
2100
2101 if (is_android) {
2102 sources += [
2103 "tools/sk_app/android/GLWindowContext_android.cpp",
2104 "tools/sk_app/android/RasterWindowContext_android.cpp",
2105 "tools/sk_app/android/Window_android.cpp",
2106 "tools/sk_app/android/main_android.cpp",
2107 "tools/sk_app/android/surface_glue_android.cpp",
Brian Osman16adfa32016-10-18 14:42:44 -04002108 ]
Brian Osmanc9a42472018-05-31 13:17:12 -04002109 libs += [ "android" ]
2110 } else if (is_linux) {
2111 sources += [
2112 "tools/sk_app/unix/GLWindowContext_unix.cpp",
2113 "tools/sk_app/unix/RasterWindowContext_unix.cpp",
2114 "tools/sk_app/unix/Window_unix.cpp",
2115 "tools/sk_app/unix/keysym2ucs.c",
2116 "tools/sk_app/unix/main_unix.cpp",
Brian Osman16adfa32016-10-18 14:42:44 -04002117 ]
Brian Osmanc9a42472018-05-31 13:17:12 -04002118 libs += [
2119 "GL",
2120 "X11",
2121 ]
2122 } else if (is_win) {
2123 sources += [
2124 "tools/sk_app/win/GLWindowContext_win.cpp",
2125 "tools/sk_app/win/RasterWindowContext_win.cpp",
2126 "tools/sk_app/win/Window_win.cpp",
2127 "tools/sk_app/win/main_win.cpp",
2128 ]
Brian Salomon194db172017-08-17 14:37:06 -04002129 if (skia_use_angle) {
Brian Osmanc9a42472018-05-31 13:17:12 -04002130 sources += [ "tools/sk_app/win/ANGLEWindowContext_win.cpp" ]
Brian Salomon194db172017-08-17 14:37:06 -04002131 }
Brian Osmanc9a42472018-05-31 13:17:12 -04002132 } else if (is_mac) {
2133 sources += [
Jim Van Verth1f086ca2019-01-28 14:46:04 -05002134 "tools/sk_app/mac/GLWindowContext_mac.mm",
2135 "tools/sk_app/mac/RasterWindowContext_mac.mm",
2136 "tools/sk_app/mac/Window_mac.mm",
2137 "tools/sk_app/mac/main_mac.mm",
Brian Osmanc9a42472018-05-31 13:17:12 -04002138 ]
2139 libs += [
2140 "QuartzCore.framework",
2141 "Cocoa.framework",
2142 "Foundation.framework",
2143 ]
2144 } else if (is_ios) {
2145 sources += [
2146 "tools/sk_app/ios/GLWindowContext_ios.cpp",
2147 "tools/sk_app/ios/RasterWindowContext_ios.cpp",
2148 "tools/sk_app/ios/Window_ios.cpp",
2149 "tools/sk_app/ios/main_ios.cpp",
2150 ]
2151 }
2152
2153 if (skia_use_vulkan) {
2154 sources += [ "tools/sk_app/VulkanWindowContext.cpp" ]
2155 if (is_android) {
2156 sources += [ "tools/sk_app/android/VulkanWindowContext_android.cpp" ]
2157 } else if (is_linux) {
2158 sources += [ "tools/sk_app/unix/VulkanWindowContext_unix.cpp" ]
2159 libs += [ "X11-xcb" ]
2160 } else if (is_win) {
2161 sources += [ "tools/sk_app/win/VulkanWindowContext_win.cpp" ]
Jim Van Verthce51c142019-02-14 14:07:46 -05002162 } else if (is_mac) {
2163 sources += [ "tools/sk_app/mac/VulkanWindowContext_mac.mm" ]
2164 libs += [ "MetalKit.framework" ]
Brian Osmanc9a42472018-05-31 13:17:12 -04002165 }
2166 }
2167
Jim Van Verthbe39f712019-02-08 15:36:14 -05002168 if (skia_use_metal) {
2169 sources += [ "tools/sk_app/MetalWindowContext.mm" ]
2170 if (is_mac) {
2171 sources += [ "tools/sk_app/mac/MetalWindowContext_mac.mm" ]
2172 }
2173 libs += [ "MetalKit.framework" ]
2174 }
2175
Brian Osmanc9a42472018-05-31 13:17:12 -04002176 deps = [
2177 ":gpu_tool_utils",
2178 ":skia",
2179 ":tool_utils",
Brian Osmanc9a42472018-05-31 13:17:12 -04002180 ]
2181 if (is_android) {
2182 deps += [ "//third_party/native_app_glue" ]
Jim Van Verth1f086ca2019-01-28 14:46:04 -05002183 } else if (is_ios) {
Brian Osmanc9a42472018-05-31 13:17:12 -04002184 deps += [ "//third_party/libsdl" ]
2185 }
2186 if (skia_use_angle) {
2187 deps += [ "//third_party/angle2" ]
Mike Kleina92c3832016-12-08 09:49:39 -05002188 }
Brian Osman16adfa32016-10-18 14:42:44 -04002189 }
Ethan Nicholas4f3985c2016-11-14 11:16:37 -05002190
Brian Osmanc9a42472018-05-31 13:17:12 -04002191 test_app("viewer") {
2192 is_shared_library = is_android
2193 if (is_ios) {
2194 bundle_ios_data = true
Brian Osmaneff04b52017-11-21 13:18:02 -05002195 }
Brian Osmanc9a42472018-05-31 13:17:12 -04002196 sources = [
2197 "tools/viewer/BisectSlide.cpp",
2198 "tools/viewer/GMSlide.cpp",
2199 "tools/viewer/ImGuiLayer.cpp",
2200 "tools/viewer/ImageSlide.cpp",
Brian Osman7c979f52019-02-12 13:27:51 -05002201 "tools/viewer/ParticlesSlide.cpp",
Brian Osmanc9a42472018-05-31 13:17:12 -04002202 "tools/viewer/SKPSlide.cpp",
2203 "tools/viewer/SampleSlide.cpp",
2204 "tools/viewer/SkottieSlide.cpp",
2205 "tools/viewer/SlideDir.cpp",
2206 "tools/viewer/StatsLayer.cpp",
2207 "tools/viewer/SvgSlide.cpp",
Ben Wagnerb2c4ea62018-08-08 11:36:17 -04002208 "tools/viewer/TouchGesture.cpp",
Leon Scroggins III81886e82018-08-22 11:18:08 -04002209 "tools/viewer/TouchGesture.h",
Brian Osmanc9a42472018-05-31 13:17:12 -04002210 "tools/viewer/Viewer.cpp",
2211 ]
2212 libs = []
2213
Kevin Lubickd9699322018-10-30 15:08:53 -04002214 include_dirs = [ "experimental" ]
Brian Osmanc9a42472018-05-31 13:17:12 -04002215 deps = [
2216 ":experimental_svg_model",
2217 ":flags",
2218 ":gm",
2219 ":gpu_tool_utils",
2220 ":samples",
2221 ":sk_app",
2222 ":skia",
2223 ":tool_utils",
Brian Osman7c979f52019-02-12 13:27:51 -05002224 "modules/particles",
Brian Osmanc9a42472018-05-31 13:17:12 -04002225 "modules/skottie",
Florin Malitaa8316552018-11-09 16:19:44 -05002226 "modules/skottie:utils",
Brian Osmanc9a42472018-05-31 13:17:12 -04002227 "modules/sksg",
Ben Wagnerb2c4ea62018-08-08 11:36:17 -04002228 "modules/sksg:samples",
Brian Osmanc9a42472018-05-31 13:17:12 -04002229 "//third_party/imgui",
Brian Osmanc9a42472018-05-31 13:17:12 -04002230 ]
Ruiqi Maof5101492018-06-29 14:32:21 -04002231
2232 # NIMA does not build on Windows clang
2233 if (!is_win || !is_clang) {
2234 sources += [ "tools/viewer/NIMASlide.cpp" ]
2235 deps += [ "//third_party/Nima-Cpp" ]
2236 }
Brian Osmaneff04b52017-11-21 13:18:02 -05002237 }
2238
ziadbbceddbc2018-06-19 13:57:15 -04002239 if (is_android) {
2240 test_app("arcore") {
2241 is_shared_library = true
2242 configs = [
2243 ":skia_public",
2244 "gn:default",
2245 ]
2246
2247 # For internship expedience, yes, we're rebuilding Skia rather than depending on :skia.
2248 # At the moment there's no way to use Skia and Skottie/SkShaper unless they're in the same .so.
2249 sources = []
2250 sources += skia_core_sources
2251 sources += skia_utils_sources
2252 sources += skia_xps_sources
2253 sources += [
2254 "src/android/SkAndroidFrameworkUtils.cpp",
2255 "src/android/SkAnimatedImage.cpp",
2256 "src/android/SkBitmapRegionCodec.cpp",
2257 "src/android/SkBitmapRegionDecoder.cpp",
2258 "src/codec/SkAndroidCodec.cpp",
2259 "src/codec/SkBmpBaseCodec.cpp",
2260 "src/codec/SkBmpCodec.cpp",
2261 "src/codec/SkBmpMaskCodec.cpp",
2262 "src/codec/SkBmpRLECodec.cpp",
2263 "src/codec/SkBmpStandardCodec.cpp",
2264 "src/codec/SkCodec.cpp",
2265 "src/codec/SkCodecImageGenerator.cpp",
2266 "src/codec/SkColorTable.cpp",
2267 "src/codec/SkGifCodec.cpp",
2268 "src/codec/SkMaskSwizzler.cpp",
2269 "src/codec/SkMasks.cpp",
2270 "src/codec/SkSampledCodec.cpp",
2271 "src/codec/SkSampler.cpp",
2272 "src/codec/SkStreamBuffer.cpp",
2273 "src/codec/SkSwizzler.cpp",
2274 "src/codec/SkWbmpCodec.cpp",
2275 "src/images/SkImageEncoder.cpp",
2276 "src/ports/SkDiscardableMemory_none.cpp",
2277 "src/ports/SkImageGenerator_skia.cpp",
2278 "src/ports/SkMemory_malloc.cpp",
2279 "src/ports/SkOSFile_stdio.cpp",
2280 "src/sfnt/SkOTTable_name.cpp",
2281 "src/sfnt/SkOTUtils.cpp",
2282 "src/utils/mac/SkStream_mac.cpp",
Jim Van Verth1676cb92019-01-15 13:24:45 -05002283 "third_party/etc1/etc1.cpp",
ziadbbceddbc2018-06-19 13:57:15 -04002284 "third_party/gif/SkGifImageReader.cpp",
2285 ]
2286 deps = [
2287 ":tool_utils",
2288 "modules/skottie",
2289 "modules/skshaper",
2290 ]
2291 }
2292 }
2293
Brian Osmanc9a42472018-05-31 13:17:12 -04002294 if (!skia_use_angle && (is_linux || is_win || is_mac)) {
Brian Osmaneff04b52017-11-21 13:18:02 -05002295 test_app("HelloWorld") {
2296 sources = [
2297 "example/HelloWorld.cpp",
2298 ]
2299 libs = []
2300
2301 include_dirs = []
2302 deps = [
2303 ":flags",
2304 ":gpu_tool_utils",
2305 ":sk_app",
2306 ":skia",
2307 ":tool_utils",
Brian Osmaneff04b52017-11-21 13:18:02 -05002308 ]
2309 }
2310 }
2311
Brian Osmanc9a42472018-05-31 13:17:12 -04002312 if (is_linux || is_mac || is_ios) {
Jim Van Verth4c70c752017-07-11 12:03:01 -04002313 test_app("SkiaSDLExample") {
2314 sources = [
2315 "example/SkiaSDLExample.cpp",
2316 ]
2317 libs = []
2318 include_dirs = []
2319 deps = [
2320 ":gpu_tool_utils",
2321 ":skia",
2322 "//third_party/libsdl",
2323 ]
2324 }
2325 }
2326
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002327 if (skia_qt_path != "" && (is_win || is_linux || is_mac)) {
2328 action_foreach("generate_mocs") {
2329 script = "gn/call.py"
2330 sources = [
2331 "tools/mdbviz/MainWindow.h",
2332 ]
2333 outputs = [
2334 "$target_gen_dir/mdbviz/{{source_name_part}}_moc.cpp",
2335 ]
2336 args = [
2337 "$skia_qt_path" + "/bin/moc",
2338 "{{source}}",
2339 "-o",
2340 "gen/mdbviz/{{source_name_part}}_moc.cpp",
2341 ]
2342 }
2343 action_foreach("generate_resources") {
2344 script = "gn/call.py"
2345 sources = [
2346 "tools/mdbviz/resources.qrc",
2347 ]
2348 outputs = [
2349 "$target_gen_dir/mdbviz/{{source_name_part}}_res.cpp",
2350 ]
2351 args = [
2352 "$skia_qt_path" + "/bin/rcc",
2353 "{{source}}",
2354 "-o",
2355 "gen/mdbviz/{{source_name_part}}_res.cpp",
2356 ]
2357 }
2358 test_app("mdbviz") {
2359 if (is_win) {
2360 # on Windows we need to disable some exception handling warnings due to the Qt headers
2361 cflags = [ "/Wv:18" ] # 18 -> VS2013, 19 -> VS2015, 1910 -> VS2017
2362 }
2363 sources = [
Robert Phillips5fccf9d2017-09-05 15:10:12 -04002364 "tools/UrlDataManager.cpp",
2365 "tools/debugger/SkDebugCanvas.cpp",
2366 "tools/debugger/SkDrawCommand.cpp",
2367 "tools/debugger/SkJsonWriteBuffer.cpp",
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002368 "tools/mdbviz/MainWindow.cpp",
Robert Phillipsdeaf5682017-09-06 13:07:21 -04002369 "tools/mdbviz/Model.cpp",
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002370 "tools/mdbviz/main.cpp",
2371
2372 # generated files
2373 "$target_gen_dir/mdbviz/MainWindow_moc.cpp",
2374 "$target_gen_dir/mdbviz/resources_res.cpp",
2375 ]
2376 lib_dirs = [ "$skia_qt_path/lib" ]
2377 libs = [
2378 "Qt5Core.lib",
2379 "Qt5Gui.lib",
2380 "Qt5Widgets.lib",
2381 ]
2382 include_dirs = [
2383 "$skia_qt_path/include",
Robert Phillips276066b2017-09-06 17:17:44 -04002384 "$skia_qt_path/include/QtCore",
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002385 "$skia_qt_path/include/QtWidgets",
Robert Phillips5fccf9d2017-09-05 15:10:12 -04002386 "tools",
2387 "tools/debugger",
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002388 ]
2389 deps = [
2390 ":generate_mocs",
2391 ":generate_resources",
2392 ":skia",
Robert Phillips5fccf9d2017-09-05 15:10:12 -04002393 "//third_party/libpng",
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002394 ]
2395 }
2396 }
2397
Mike Kleine459afd2017-03-03 09:21:30 -05002398 if (is_android && defined(ndk) && ndk != "") {
Derek Sollenberger70120c72017-01-05 11:39:04 -05002399 copy("gdbserver") {
2400 sources = [
2401 "$ndk/$ndk_gdbserver",
2402 ]
2403 outputs = [
2404 "$root_out_dir/gdbserver",
2405 ]
2406 }
Derek Sollenberger70120c72017-01-05 11:39:04 -05002407 }
Mike Kleinf9ae6702018-06-20 14:05:05 -04002408
2409 if (skia_use_opencl) {
2410 test_app("hello-opencl") {
2411 sources = [
Mike Kleinf9ae6702018-06-20 14:05:05 -04002412 "tools/hello-opencl.cpp",
2413 ]
Mike Klein8a1f15d2019-02-11 11:59:41 -05002414 deps = [
2415 "//third_party/opencl",
2416 ]
Mike Kleinf9ae6702018-06-20 14:05:05 -04002417 }
2418 }
mtklein25c81d42016-07-27 13:55:26 -07002419}