blob: 0fd12512ba4e5794a200358f5fb20c92ccda98ee [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")
mikejurka8c24f4f2016-09-12 16:51:58 -07007import("gn/shared_sources.gni")
brettwb9447282016-09-01 14:24:39 -07008
Forrest Reiling30229ac2017-04-17 13:36:39 -07009if (is_fuchsia) {
10 import("//build/vulkan/config.gni")
11}
12
Mike Klein3669a822017-03-03 10:55:02 -050013if (!defined(is_skia_standalone)) {
14 is_skia_standalone = false
15}
16is_skia_dev_build = is_skia_standalone && !is_official_build
17
mtkleinc04ff472016-06-23 10:29:30 -070018declare_args() {
Mike Kleinc168a3a2016-11-14 14:53:13 +000019 skia_use_angle = false
Kevin Lubick4a24e102017-03-29 11:19:01 -040020 skia_use_egl = false
mtklein63213812016-08-24 09:55:56 -070021 skia_use_expat = true
mtklein3cc22182016-08-29 13:26:14 -070022 skia_use_fontconfig = is_linux
mtkleincdedd0e2016-09-12 15:15:44 -070023 skia_use_freetype = is_android || is_fuchsia || is_linux
Mike Klein7d302882016-11-03 14:06:31 -040024 skia_use_icu = !is_fuchsia && !is_ios && !is_win # TODO: Windows
mtklein63213812016-08-24 09:55:56 -070025 skia_use_libjpeg_turbo = true
26 skia_use_libpng = true
mtkleineb3c4252016-08-23 07:38:09 -070027 skia_use_libwebp = !is_fuchsia
Mike Kleinfae86b72018-01-08 15:49:09 -050028 skia_use_lua = is_skia_dev_build && !is_ios
Mike Klein10d665d2016-11-01 11:46:10 -040029 skia_use_piex = !is_win
mtklein63213812016-08-24 09:55:56 -070030 skia_use_zlib = true
Greg Daniele5ddff52017-07-05 16:49:36 -040031 skia_use_metal = false
Mike Klein36f182f2017-10-20 12:33:53 -040032 skia_use_libheif = is_skia_dev_build
Mike Kleinfb333552018-01-25 12:49:37 -050033 skia_use_skcms = is_skia_dev_build
mtklein1bd72ba2016-09-16 07:45:52 -070034
Mike Klein7d921032017-01-05 12:20:41 -050035 skia_android_serial = ""
Brian Osman3f375d02016-12-28 11:19:22 -050036 skia_enable_discrete_gpu = true
Mike Kleina04bb452017-02-09 12:24:07 -050037 skia_enable_effects = true
Brian Osmanf2c90142017-07-13 15:50:03 -040038 skia_enable_flutter_defines = false
Hal Canaryff2742e2018-01-30 11:35:47 -050039 skia_enable_fontmgr_empty = false
mtklein06c35c02016-09-20 12:28:12 -070040 skia_enable_gpu = true
Hal Canary43fb7a02016-12-30 13:09:03 -050041 skia_enable_pdf = true
Ethan Nicholasa6ae1f72017-03-16 09:56:54 -040042 skia_enable_spirv_validation = is_skia_dev_build && is_debug
Mike Klein3669a822017-03-03 10:55:02 -050043 skia_enable_tools = is_skia_dev_build
44 skia_enable_vulkan_debug_layers = is_skia_dev_build && is_debug
Greg Danielafb7ec72017-12-07 12:48:30 -050045 skia_vulkan_header = ""
Greg Daniel686bb212016-10-27 10:48:48 -040046 skia_vulkan_sdk = getenv("VULKAN_SDK")
Robert Phillipsa6d2d702017-09-01 12:17:03 -040047 skia_qt_path = getenv("QT_PATH")
Ethan Nicholas762466e2017-06-29 10:03:38 -040048 skia_compile_processors = false
Ethan Nicholas5b5f0962017-09-11 13:50:14 -070049 skia_lex = false
Mike Kleinc55a6cb2017-06-28 13:21:47 -040050
Hal Canary4689b542018-01-31 11:54:14 -050051 skia_skqp_enable_driver_correctness_workarounds = false
Hal Canary2331c822018-02-01 14:06:13 -050052 skia_skqp_global_error_tolerance = 0
mtkleinc04ff472016-06-23 10:29:30 -070053}
Brian Salomon23d73ea2016-10-27 13:31:37 -040054declare_args() {
Matt Sarett189491c2017-03-20 18:09:30 -040055 skia_use_dng_sdk = !is_fuchsia && skia_use_libjpeg_turbo && skia_use_zlib
Mike Klein10d665d2016-11-01 11:46:10 -040056 skia_use_sfntly = skia_use_icu
Brian Salomoncbcb0a12017-11-19 13:20:13 -050057 skia_enable_atlas_text = is_skia_dev_build && skia_enable_gpu
Mike Klein10d665d2016-11-01 11:46:10 -040058
Brian Salomon5f33a8c2018-02-26 14:32:39 -050059 skia_use_legacy_gpu_pixel_ops = is_skia_dev_build && is_win # Arbitrary to keep old code path tested until deletion.
60
Mike Klein4d598a32016-10-31 13:44:49 -040061 if (is_android) {
62 skia_use_vulkan = defined(ndk_api) && ndk_api >= 24
Forrest Reiling30229ac2017-04-17 13:36:39 -070063 } else if (is_fuchsia) {
64 skia_use_vulkan = fuchsia_use_vulkan
Mike Klein4d598a32016-10-31 13:44:49 -040065 } else {
66 skia_use_vulkan = skia_vulkan_sdk != ""
67 }
Jim Van Verth4e502972017-12-07 15:16:10 -050068
69 if (is_ios) {
70 skia_ios_identity = ".*Google.*"
71 skia_ios_profile = "Google Development"
72 }
Brian Salomon23d73ea2016-10-27 13:31:37 -040073}
Greg Danielec6ae522017-04-25 13:38:26 -040074declare_args() {
Greg Danielafb7ec72017-12-07 12:48:30 -050075 skia_tools_vulkan_header_dir = ""
Greg Danielec6ae522017-04-25 13:38:26 -040076 if (skia_use_vulkan) {
Robert Phillipsfcd5fdd2017-06-14 01:43:29 +000077 # When buliding on Android we get the header via the NDK so no need for any extra path.
Greg Danielec6ae522017-04-25 13:38:26 -040078 if (is_fuchsia) {
Greg Danielafb7ec72017-12-07 12:48:30 -050079 skia_tools_vulkan_header_dir = "$fuchsia_vulkan_sdk/include"
Greg Danielec6ae522017-04-25 13:38:26 -040080 } else if (is_linux || is_win) {
Greg Danielafb7ec72017-12-07 12:48:30 -050081 skia_tools_vulkan_header_dir = "$skia_vulkan_sdk/include"
Greg Danielec6ae522017-04-25 13:38:26 -040082 }
Greg Danielec6ae522017-04-25 13:38:26 -040083 }
84}
Brian Salomon789e25e2016-09-30 13:41:03 -040085
Adam Barth54ef74a2017-10-13 10:59:38 -070086if (defined(skia_settings)) {
87 import(skia_settings)
88}
89
mtklein38925aa2016-09-21 10:11:25 -070090# Our tools require static linking (they use non-exported symbols).
91skia_enable_tools = skia_enable_tools && !is_component_build
mtklein06c35c02016-09-20 12:28:12 -070092
mtkleina45be612016-08-29 15:22:10 -070093fontmgr_android_enabled = skia_use_expat && skia_use_freetype
94
mtklein1211e0c2016-07-26 13:55:45 -070095skia_public_includes = [
mtklein25c81d42016-07-27 13:55:26 -070096 "include/android",
mtkleinfa84d942016-07-28 09:45:14 -070097 "include/c",
mtklein1211e0c2016-07-26 13:55:45 -070098 "include/codec",
99 "include/config",
100 "include/core",
101 "include/effects",
Matt Sarett94fd06f2017-05-08 17:31:00 -0400102 "include/encode",
mtklein1211e0c2016-07-26 13:55:45 -0700103 "include/gpu",
104 "include/gpu/gl",
Brian Salomoncbcb0a12017-11-19 13:20:13 -0500105 "include/atlastext",
mtklein1211e0c2016-07-26 13:55:45 -0700106 "include/pathops",
107 "include/ports",
mtklein25c81d42016-07-27 13:55:26 -0700108 "include/svg",
mtklein1211e0c2016-07-26 13:55:45 -0700109 "include/utils",
110 "include/utils/mac",
mtklein1211e0c2016-07-26 13:55:45 -0700111]
112
Robert Phillipsfcd5fdd2017-06-14 01:43:29 +0000113if (skia_use_vulkan) {
114 skia_public_includes += [ "include/gpu/vk" ]
115}
Brian Salomoncbcb0a12017-11-19 13:20:13 -0500116if (skia_enable_atlas_text) {
117 skia_public_includes += [ "include/atlastext" ]
118}
Greg Daniele5ddff52017-07-05 16:49:36 -0400119if (skia_use_metal) {
120 skia_public_includes += [ "include/gpu/mtl" ]
121}
Robert Phillipsfcd5fdd2017-06-14 01:43:29 +0000122
mtkleinc04ff472016-06-23 10:29:30 -0700123# Skia public API, generally provided by :skia.
124config("skia_public") {
mtklein1211e0c2016-07-26 13:55:45 -0700125 include_dirs = skia_public_includes
Greg Danielafb7ec72017-12-07 12:48:30 -0500126 if (skia_tools_vulkan_header_dir != "") {
127 include_dirs += [ skia_tools_vulkan_header_dir ]
Greg Danielec6ae522017-04-25 13:38:26 -0400128 }
Mike Kleinae7e6712016-10-11 17:49:33 -0400129 defines = []
130 if (is_component_build) {
131 defines += [ "SKIA_DLL" ]
132 }
Mike Kleinc4cbd742016-09-26 21:37:09 -0400133 if (is_fuchsia || is_linux) {
jcgregorio5561e3d2016-08-25 09:25:11 -0700134 defines += [ "SK_SAMPLES_FOR_X" ]
135 }
Brian Osmanf2c90142017-07-13 15:50:03 -0400136 if (skia_enable_flutter_defines) {
137 defines += flutter_defines
138 }
mtklein06c35c02016-09-20 12:28:12 -0700139 if (!skia_enable_gpu) {
140 defines += [ "SK_SUPPORT_GPU=0" ]
141 }
Brian Salomoncbcb0a12017-11-19 13:20:13 -0500142 if (skia_enable_atlas_text) {
143 defines += [ "SK_SUPPORT_ATLAS_TEXT=1" ]
144 }
mtkleinc04ff472016-06-23 10:29:30 -0700145}
146
147# Skia internal APIs, used by Skia itself and a few test tools.
148config("skia_private") {
149 visibility = [ ":*" ]
150
151 include_dirs = [
152 "include/private",
153 "src/c",
mtklein1211e0c2016-07-26 13:55:45 -0700154 "src/codec",
mtkleinc04ff472016-06-23 10:29:30 -0700155 "src/core",
156 "src/effects",
mtklein25c81d42016-07-27 13:55:26 -0700157 "src/fonts",
mtkleinc04ff472016-06-23 10:29:30 -0700158 "src/image",
159 "src/images",
160 "src/lazy",
161 "src/opts",
162 "src/pathops",
mtklein2b6870c2016-07-28 14:17:33 -0700163 "src/pdf",
mtkleinc04ff472016-06-23 10:29:30 -0700164 "src/ports",
165 "src/sfnt",
Florin Malita5edba452017-05-30 16:39:47 -0400166 "src/shaders",
167 "src/shaders/gradients",
mtklein9e0d9dd2016-08-30 10:37:19 -0700168 "src/sksl",
mtkleinc04ff472016-06-23 10:29:30 -0700169 "src/utils",
mtklein7a1f45f2016-08-04 06:19:33 -0700170 "src/utils/win",
Herb Derby5a8fe972017-02-14 14:42:30 -0500171 "src/xml",
scroggo19b91532016-10-24 09:03:26 -0700172 "third_party/gif",
mtkleinc04ff472016-06-23 10:29:30 -0700173 ]
mtklein150d1132016-08-01 06:56:40 -0700174
Mike Reeda9e241d2017-05-03 10:52:00 -0400175 defines = [ "SK_GAMMA_APPLY_TO_A8" ]
mtkleinb37c0342016-09-09 11:07:45 -0700176 if (is_android) {
177 defines += [
178 "SK_GAMMA_EXPONENT=1.4",
179 "SK_GAMMA_CONTRAST=0.0",
180 ]
181 }
mtklein88a7ac02016-09-14 11:16:49 -0700182 if (is_official_build || is_android) {
183 # TODO(bsalomon): it'd be nice to make Android normal.
184 defines += [ "SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0" ]
185 }
Brian Salomon789e25e2016-09-30 13:41:03 -0400186 libs = []
187 lib_dirs = []
Brian Salomon03e05842017-02-23 12:23:47 -0500188 if (skia_enable_gpu) {
189 include_dirs += [ "src/gpu" ]
Greg Danielafb7ec72017-12-07 12:48:30 -0500190 if (is_skia_dev_build && skia_use_vulkan) {
191 include_dirs += [ "tools/gpu/vk" ]
192 }
Brian Salomon03e05842017-02-23 12:23:47 -0500193 }
Brian Osman34755e22016-12-05 09:46:02 -0500194 if (skia_use_angle) {
195 defines += [ "SK_ANGLE" ]
196 }
Brian Osman3f375d02016-12-28 11:19:22 -0500197 if (skia_enable_discrete_gpu) {
198 defines += [ "SK_ENABLE_DISCRETE_GPU" ]
199 }
Brian Salomon0c26a9d2017-07-06 10:09:38 -0400200 if (!is_official_build) {
201 defines += [ "GR_TEST_UTILS=1" ]
202 }
mtkleinc04ff472016-06-23 10:29:30 -0700203}
204
205# Any code that's linked into Skia-the-library should use this config via += skia_library_configs.
206config("skia_library") {
207 visibility = [ ":*" ]
mtkleinc04ff472016-06-23 10:29:30 -0700208 defines = [ "SKIA_IMPLEMENTATION=1" ]
209}
210
211skia_library_configs = [
212 ":skia_public",
213 ":skia_private",
214 ":skia_library",
215]
216
mtklein9b8583d2016-08-24 17:32:30 -0700217# Use for CPU-specific Skia code that needs particular compiler flags.
218template("opts") {
219 if (invoker.enabled) {
220 source_set(target_name) {
221 forward_variables_from(invoker, "*")
222 configs += skia_library_configs
223 }
224 } else {
225 # If not enabled, a phony empty target that swallows all otherwise unused variables.
226 source_set(target_name) {
227 forward_variables_from(invoker,
228 "*",
229 [
230 "sources",
231 "cflags",
232 ])
233 }
234 }
anmittala7eaf2e2016-08-17 13:57:26 -0700235}
236
mtklein422310d2016-08-16 18:28:43 -0700237is_x86 = current_cpu == "x64" || current_cpu == "x86"
mtkleinc04ff472016-06-23 10:29:30 -0700238
mtklein7d6fb2c2016-08-25 14:50:44 -0700239opts("none") {
240 enabled = !is_x86 && current_cpu != "arm" && current_cpu != "arm64"
brettwb9447282016-09-01 14:24:39 -0700241 sources = skia_opts.none_sources
anmittalb8b3f712016-08-25 04:55:19 -0700242 cflags = []
243}
244
mtklein7d6fb2c2016-08-25 14:50:44 -0700245opts("armv7") {
anmittalb8b3f712016-08-25 04:55:19 -0700246 enabled = current_cpu == "arm"
brettwb9447282016-09-01 14:24:39 -0700247 sources = skia_opts.armv7_sources + skia_opts.neon_sources
mtklein7d6fb2c2016-08-25 14:50:44 -0700248 cflags = []
anmittalb8b3f712016-08-25 04:55:19 -0700249}
250
251opts("arm64") {
252 enabled = current_cpu == "arm64"
brettwb9447282016-09-01 14:24:39 -0700253 sources = skia_opts.arm64_sources
anmittalb8b3f712016-08-25 04:55:19 -0700254 cflags = []
255}
256
257opts("crc32") {
258 enabled = current_cpu == "arm64"
brettwb9447282016-09-01 14:24:39 -0700259 sources = skia_opts.crc32_sources
anmittalb8b3f712016-08-25 04:55:19 -0700260 cflags = [ "-march=armv8-a+crc" ]
261}
262
mtklein9b8583d2016-08-24 17:32:30 -0700263opts("sse2") {
264 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700265 sources = skia_opts.sse2_sources
Mike Kleinc722f792017-07-31 11:57:21 -0400266 if (!is_clang && is_win) {
Mike Kleind8765e32016-10-19 13:39:13 -0400267 defines = [ "SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSE2" ]
268 } else {
Mike Klein3eb71212016-10-11 17:08:53 -0400269 cflags = [ "-msse2" ]
270 }
mtklein9b8583d2016-08-24 17:32:30 -0700271}
mtkleinc04ff472016-06-23 10:29:30 -0700272
mtklein9b8583d2016-08-24 17:32:30 -0700273opts("ssse3") {
274 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700275 sources = skia_opts.ssse3_sources
Mike Kleinc722f792017-07-31 11:57:21 -0400276 if (!is_clang && is_win) {
Mike Kleind8765e32016-10-19 13:39:13 -0400277 defines = [ "SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSSE3" ]
278 } else {
Mike Klein3eb71212016-10-11 17:08:53 -0400279 cflags = [ "-mssse3" ]
280 }
mtklein9b8583d2016-08-24 17:32:30 -0700281}
mtkleinc04ff472016-06-23 10:29:30 -0700282
mtklein9b8583d2016-08-24 17:32:30 -0700283opts("sse41") {
284 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700285 sources = skia_opts.sse41_sources
Mike Kleinc722f792017-07-31 11:57:21 -0400286 if (!is_clang && is_win) {
Mike Kleind8765e32016-10-19 13:39:13 -0400287 defines = [ "SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSE41" ]
288 } else {
Mike Klein3eb71212016-10-11 17:08:53 -0400289 cflags = [ "-msse4.1" ]
290 }
mtklein9b8583d2016-08-24 17:32:30 -0700291}
mtklein4e976072016-08-08 09:06:27 -0700292
mtklein9b8583d2016-08-24 17:32:30 -0700293opts("sse42") {
294 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700295 sources = skia_opts.sse42_sources
Mike Kleinc722f792017-07-31 11:57:21 -0400296 if (!is_clang && is_win) {
Mike Kleind8765e32016-10-19 13:39:13 -0400297 defines = [ "SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSE42" ]
298 } else {
Mike Klein3eb71212016-10-11 17:08:53 -0400299 cflags = [ "-msse4.2" ]
300 }
mtklein9b8583d2016-08-24 17:32:30 -0700301}
302
303opts("avx") {
304 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700305 sources = skia_opts.avx_sources
Mike Kleinc722f792017-07-31 11:57:21 -0400306 if (!is_clang && is_win) {
Mike Klein17b6e482016-11-18 22:11:41 +0000307 cflags = [ "/arch:AVX" ]
Mike Klein3eb71212016-10-11 17:08:53 -0400308 } else {
309 cflags = [ "-mavx" ]
310 }
mtkleinc04ff472016-06-23 10:29:30 -0700311}
312
Mike Klein1b9b7d52018-02-27 10:37:40 -0500313opts("hsw") {
314 enabled = is_x86
315 sources = skia_opts.hsw_sources
316 if (!is_clang && is_win) {
317 cflags = [ "/arch:AVX2" ]
318 } else {
319 cflags = [
320 "-mavx2",
321 "-mf16c",
322 "-mfma",
323 ]
324 }
325
326 # Oddly, clang-cl doesn't recognize this as a valid flag.
327 # If it ever does, it'd nice to move this up with -mavx2 and co.
328 if (is_clang && !is_win) {
329 # This flag lets Clang generate FMAs when it sees a mul-then-add. It's optional,
330 # but nice to have, generating slightly better code for paths without explicit FMAs.
331 cflags += [ "-ffp-contract=fast" ]
332 }
333}
334
mtkleinc095df52016-08-24 12:23:52 -0700335# Any feature of Skia that requires third-party code should be optional and use this template.
mtklein457b42a2016-08-23 13:56:37 -0700336template("optional") {
337 if (invoker.enabled) {
338 config(target_name + "_public") {
mtkleincd01b032016-08-31 04:58:19 -0700339 if (defined(invoker.public_defines)) {
340 defines = invoker.public_defines
341 }
mtklein457b42a2016-08-23 13:56:37 -0700342 }
343 source_set(target_name) {
mtkleincd01b032016-08-31 04:58:19 -0700344 forward_variables_from(invoker,
345 "*",
346 [
347 "public_defines",
348 "sources_when_disabled",
scroggof84ad642016-10-31 09:02:57 -0700349 "configs_to_remove",
mtkleincd01b032016-08-31 04:58:19 -0700350 ])
mtklein457b42a2016-08-23 13:56:37 -0700351 all_dependent_configs = [ ":" + target_name + "_public" ]
mtklein9b8583d2016-08-24 17:32:30 -0700352 configs += skia_library_configs
scroggof84ad642016-10-31 09:02:57 -0700353 if (defined(invoker.configs_to_remove)) {
354 configs -= invoker.configs_to_remove
355 }
mtklein457b42a2016-08-23 13:56:37 -0700356 }
357 } else {
mtklein457b42a2016-08-23 13:56:37 -0700358 source_set(target_name) {
359 forward_variables_from(invoker,
360 "*",
361 [
362 "public_defines",
mtklein457b42a2016-08-23 13:56:37 -0700363 "deps",
mtklein6ef69992016-09-14 06:12:09 -0700364 "libs",
mtklein457b42a2016-08-23 13:56:37 -0700365 "sources",
mtkleincd01b032016-08-31 04:58:19 -0700366 "sources_when_disabled",
scroggof84ad642016-10-31 09:02:57 -0700367 "configs_to_remove",
mtklein457b42a2016-08-23 13:56:37 -0700368 ])
mtkleincd01b032016-08-31 04:58:19 -0700369 if (defined(invoker.sources_when_disabled)) {
370 sources = invoker.sources_when_disabled
371 }
372 configs += skia_library_configs
mtklein457b42a2016-08-23 13:56:37 -0700373 }
mtkleineb3c4252016-08-23 07:38:09 -0700374 }
mtklein457b42a2016-08-23 13:56:37 -0700375}
mtklein457b42a2016-08-23 13:56:37 -0700376
Mike Kleina04bb452017-02-09 12:24:07 -0500377optional("effects") {
378 enabled = skia_enable_effects
Ethan Nicholas762466e2017-06-29 10:03:38 -0400379 deps = [
380 ":compile_processors",
381 ]
Mike Kleina04bb452017-02-09 12:24:07 -0500382 sources =
383 skia_effects_sources + [ "src/ports/SkGlobalInitialization_default.cpp" ]
384 sources_when_disabled = [ "src/ports/SkGlobalInitialization_none.cpp" ]
385}
386
mtkleina45be612016-08-29 15:22:10 -0700387optional("fontmgr_android") {
388 enabled = fontmgr_android_enabled
mtkleina45be612016-08-29 15:22:10 -0700389
390 deps = [
Ben Wagnerfc497342017-02-24 11:15:26 -0500391 ":typeface_freetype",
mtkleina45be612016-08-29 15:22:10 -0700392 "//third_party/expat",
mtkleina45be612016-08-29 15:22:10 -0700393 ]
394 sources = [
395 "src/ports/SkFontMgr_android.cpp",
396 "src/ports/SkFontMgr_android_factory.cpp",
397 "src/ports/SkFontMgr_android_parser.cpp",
398 ]
399}
400
mtkleind2e39db2016-09-07 07:52:55 -0700401optional("fontmgr_custom") {
402 enabled = is_linux && skia_use_freetype && !skia_use_fontconfig
403
404 deps = [
Ben Wagnerfc497342017-02-24 11:15:26 -0500405 ":typeface_freetype",
mtkleind2e39db2016-09-07 07:52:55 -0700406 ]
407 sources = [
408 "src/ports/SkFontMgr_custom.cpp",
Ben Wagner8ab590f2017-02-08 17:29:33 -0500409 "src/ports/SkFontMgr_custom.h",
410 "src/ports/SkFontMgr_custom_directory.cpp",
mtkleind2e39db2016-09-07 07:52:55 -0700411 "src/ports/SkFontMgr_custom_directory_factory.cpp",
Ben Wagner8ab590f2017-02-08 17:29:33 -0500412 "src/ports/SkFontMgr_custom_embedded.cpp",
413 "src/ports/SkFontMgr_custom_empty.cpp",
mtkleind2e39db2016-09-07 07:52:55 -0700414 ]
415}
416
Hal Canaryff2742e2018-01-30 11:35:47 -0500417optional("fontmgr_empty") {
418 enabled = skia_enable_fontmgr_empty
419 sources = [
420 "src/ports/SkFontMgr_empty_factory.cpp",
421 ]
422}
423
mtklein3cc22182016-08-29 13:26:14 -0700424optional("fontmgr_fontconfig") {
425 enabled = skia_use_freetype && skia_use_fontconfig
mtklein3cc22182016-08-29 13:26:14 -0700426
427 deps = [
Ben Wagnerfc497342017-02-24 11:15:26 -0500428 ":typeface_freetype",
mtklein3cc22182016-08-29 13:26:14 -0700429 "//third_party:fontconfig",
mtklein3cc22182016-08-29 13:26:14 -0700430 ]
431 sources = [
bungeman1ae0e012016-09-19 12:13:16 -0700432 "src/ports/SkFontConfigInterface.cpp",
mtklein3cc22182016-08-29 13:26:14 -0700433 "src/ports/SkFontConfigInterface_direct.cpp",
434 "src/ports/SkFontConfigInterface_direct_factory.cpp",
435 "src/ports/SkFontMgr_FontConfigInterface.cpp",
436 "src/ports/SkFontMgr_fontconfig.cpp",
437 "src/ports/SkFontMgr_fontconfig_factory.cpp",
438 ]
439}
440
mtkleincdedd0e2016-09-12 15:15:44 -0700441optional("fontmgr_fuchsia") {
442 enabled = is_fuchsia && skia_use_freetype
443
444 deps = [
Ben Wagnerfc497342017-02-24 11:15:26 -0500445 ":typeface_freetype",
mtkleincdedd0e2016-09-12 15:15:44 -0700446 ]
447 sources = [
448 "src/ports/SkFontMgr_custom.cpp",
Ben Wagner8ab590f2017-02-08 17:29:33 -0500449 "src/ports/SkFontMgr_custom_empty.cpp",
mtkleincdedd0e2016-09-12 15:15:44 -0700450 "src/ports/SkFontMgr_custom_empty_factory.cpp",
451 ]
452}
453
Ethan Nicholas5b5f0962017-09-11 13:50:14 -0700454if (skia_lex) {
Ethan Nicholasca82a922017-09-07 09:39:50 -0400455 executable("sksllex") {
456 sources = [
457 "src/sksl/lex/Main.cpp",
458 "src/sksl/lex/NFA.cpp",
459 "src/sksl/lex/RegexNode.cpp",
460 "src/sksl/lex/RegexParser.cpp",
461 ]
462 include_dirs = [ "src/sksl/lex" ]
463 }
464
Ethan Nicholas5b5f0962017-09-11 13:50:14 -0700465 action("run_sksllex") {
466 script = "gn/run_sksllex.py"
Ethan Nicholase148bf72017-10-06 14:22:22 -0400467 deps = [
468 ":sksllex(//gn/toolchain:$host_toolchain)",
469 ]
Ethan Nicholas5b5f0962017-09-11 13:50:14 -0700470 sources = [
471 "src/sksl/lex/layout.lex",
472 "src/sksl/lex/sksl.lex",
473 ]
474
475 # GN insists its outputs should go somewhere underneath target_out_dir, so we trick it with a
476 # path that starts with target_out_dir and then uses ".." to back up into the src dir.
477 outputs = [
478 "$target_out_dir/" +
479 rebase_path("src/sksl/lex/SkSLLexer.h", target_out_dir),
480 # the script also modifies the corresponding .cpp file, but if we tell GN that it gets
481 # confused due to the same file being named by two different paths
482 ]
483 sksllex_path = "$root_out_dir/"
484 sksllex_path += "sksllex"
485 if (host_os == "win") {
486 sksllex_path += ".exe"
487 }
488 args = [
489 rebase_path(sksllex_path),
490 rebase_path("bin/clang-format"),
491 rebase_path("src"),
492 ]
493 }
494} else {
495 group("run_sksllex") {
496 }
497}
498
499if (skia_compile_processors) {
Ethan Nicholas762466e2017-06-29 10:03:38 -0400500 executable("skslc") {
501 defines = [ "SKSL_STANDALONE" ]
502 sources = [
503 "src/sksl/SkSLMain.cpp",
504 ]
505 sources += skia_sksl_sources
506 include_dirs = [
507 "src/gpu",
508 "src/sksl",
509 ]
510 deps = [
Ethan Nicholasaae47c82017-11-10 15:34:03 -0500511 ":run_sksllex",
Ethan Nicholas762466e2017-06-29 10:03:38 -0400512 "//third_party/spirv-tools",
513 ]
514 }
515
516 skia_gpu_processor_outputs = []
517 foreach(src, skia_gpu_processor_sources) {
518 dir = get_path_info(src, "dir")
519 name = get_path_info(src, "name")
520
521 # GN insists its outputs should go somewhere underneath target_out_dir, so we trick it with a
522 # path that starts with target_out_dir and then uses ".." to back up into the src dir.
523 skia_gpu_processor_outputs += [
524 "$target_out_dir/" + rebase_path("$dir/$name.h", target_out_dir),
525 # the script also modifies the corresponding .cpp file, but if we tell GN that it gets
526 # confused due to the same file being named by two different paths
527 ]
528 }
529
Ethan Nicholasaae47c82017-11-10 15:34:03 -0500530 action("create_sksl_enums") {
531 script = "gn/create_sksl_enums.py"
532 sources = [
533 "include/private/GrSharedEnums.h",
534 ]
535 outputs = [
536 "$target_out_dir/" +
Ben Wagnera56c4d22018-01-24 17:32:17 -0500537 rebase_path("src/sksl/sksl_enums.inc", target_out_dir),
Ethan Nicholasaae47c82017-11-10 15:34:03 -0500538 ]
539 args = [
540 rebase_path(sources[0]),
541 rebase_path(outputs[0]),
542 ]
543 }
544
Ethan Nicholas762466e2017-06-29 10:03:38 -0400545 action("compile_processors") {
546 script = "gn/compile_processors.py"
547 deps = [
Ethan Nicholasaae47c82017-11-10 15:34:03 -0500548 ":create_sksl_enums",
Ethan Nicholas762466e2017-06-29 10:03:38 -0400549 ":skslc(//gn/toolchain:$host_toolchain)",
550 ]
551 sources = skia_gpu_processor_sources
552 outputs = skia_gpu_processor_outputs
553 skslc_path = "$root_out_dir/"
554 if (host_toolchain != default_toolchain_name) {
555 skslc_path += "$host_toolchain/"
556 }
557 skslc_path += "skslc"
558 if (host_os == "win") {
559 skslc_path += ".exe"
560 }
Ethan Nicholasb9f6afb2017-07-27 16:02:37 -0400561 args = [
562 rebase_path(skslc_path),
Eric Borenb121be72017-07-28 10:00:51 -0400563 rebase_path("bin/clang-format"),
Ethan Nicholasb9f6afb2017-07-27 16:02:37 -0400564 ]
Ethan Nicholas762466e2017-06-29 10:03:38 -0400565 args += rebase_path(skia_gpu_processor_sources)
566 }
567} else {
568 skia_gpu_processor_outputs = []
569 group("compile_processors") {
570 }
571}
572
mtklein06c35c02016-09-20 12:28:12 -0700573optional("gpu") {
574 enabled = skia_enable_gpu
Ethan Nicholas762466e2017-06-29 10:03:38 -0400575 deps = [
576 ":compile_processors",
Ethan Nicholas5b5f0962017-09-11 13:50:14 -0700577 ":run_sksllex",
Ethan Nicholas762466e2017-06-29 10:03:38 -0400578 ]
mtkleine9fb3d52016-09-20 15:11:46 -0700579 public_defines = []
580
Brian Salomon3d6801e2017-12-11 10:06:31 -0500581 sources = skia_gpu_sources + skia_sksl_sources + skia_gpu_processor_outputs
mtklein06c35c02016-09-20 12:28:12 -0700582
583 # These paths need to be absolute to match the ones produced by shared_sources.gni.
Brian Salomon3d6801e2017-12-11 10:06:31 -0500584 sources -= get_path_info([ "src/gpu/gl/GrGLMakeNativeInterface_none.cpp" ],
mtklein06c35c02016-09-20 12:28:12 -0700585 "abspath")
Mike Klein703cf5a2016-10-13 17:18:04 -0400586 libs = []
mtklein06c35c02016-09-20 12:28:12 -0700587 if (is_android) {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500588 sources += [ "src/gpu/gl/android/GrGLMakeNativeInterface_android.cpp" ]
Derek Sollenberger7a869872017-06-27 15:37:25 -0400589
590 # this lib is required to link against AHardwareBuffer
591 if (defined(ndk_api) && ndk_api >= 26) {
592 libs += [ "android" ]
593 }
Kevin Lubick4a24e102017-03-29 11:19:01 -0400594 } else if (skia_use_egl) {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500595 sources += [ "src/gpu/gl/egl/GrGLMakeNativeInterface_egl.cpp" ]
Kevin Lubick4a24e102017-03-29 11:19:01 -0400596 libs += [ "EGL" ]
mtklein06c35c02016-09-20 12:28:12 -0700597 } else if (is_linux) {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500598 sources += [ "src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp" ]
Mike Kleina979a1d2017-02-23 10:31:13 -0500599 libs += [
600 "GL",
601 "GLU",
602 ]
mtklein06c35c02016-09-20 12:28:12 -0700603 } else if (is_mac) {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500604 sources += [ "src/gpu/gl/mac/GrGLMakeNativeInterface_mac.cpp" ]
Chinmay Garde130a1182016-11-23 11:43:56 -0800605 } else if (is_ios) {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500606 sources += [ "src/gpu/gl/iOS/GrGLMakeNativeInterface_iOS.cpp" ]
Mike Klein703cf5a2016-10-13 17:18:04 -0400607 } else if (is_win) {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500608 sources += [ "src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp" ]
Mike Klein703cf5a2016-10-13 17:18:04 -0400609 libs += [ "OpenGL32.lib" ]
mtklein06c35c02016-09-20 12:28:12 -0700610 } else {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500611 sources += [ "src/gpu/gl/GrGLMakeNativeInterface_none.cpp" ]
mtklein06c35c02016-09-20 12:28:12 -0700612 }
mtkleine9fb3d52016-09-20 15:11:46 -0700613
614 if (skia_use_vulkan) {
615 public_defines += [ "SK_VULKAN" ]
616 sources += skia_vk_sources
egdaniele4a9bd72016-09-21 07:36:14 -0700617 if (skia_enable_vulkan_debug_layers) {
618 public_defines += [ "SK_ENABLE_VK_LAYERS" ]
619 }
Greg Danielafb7ec72017-12-07 12:48:30 -0500620 if (skia_vulkan_header != "") {
621 public_defines += [ "SK_VULKAN_HEADER=\"$skia_vulkan_header\"" ]
622 } else {
623 if (is_skia_dev_build) {
624 public_defines += [ "SK_VULKAN_HEADER=\"GrVulkanDefines.h\"" ]
625 }
626 }
mtkleine9fb3d52016-09-20 15:11:46 -0700627 }
Brian Salomon5f33a8c2018-02-26 14:32:39 -0500628 if (skia_use_legacy_gpu_pixel_ops) {
629 public_defines += [ "SK_LEGACY_GPU_PIXEL_OPS" ]
630 }
Ethan Nicholasa6ae1f72017-03-16 09:56:54 -0400631 if (skia_enable_spirv_validation) {
Ethan Nicholas762466e2017-06-29 10:03:38 -0400632 deps += [ "//third_party/spirv-tools" ]
Ethan Nicholasa6ae1f72017-03-16 09:56:54 -0400633 public_defines += [ "SK_ENABLE_SPIRV_VALIDATION" ]
634 }
Greg Daniele5ddff52017-07-05 16:49:36 -0400635
Greg Daniel6b7e0e22017-07-12 16:21:09 -0400636 cflags_objcc = []
Greg Daniele5ddff52017-07-05 16:49:36 -0400637 if (skia_use_metal) {
638 public_defines += [ "SK_METAL" ]
639 sources += skia_metal_sources
640 libs += [ "Metal.framework" ]
Greg Daniel6b7e0e22017-07-12 16:21:09 -0400641 cflags_objcc += [ "-fobjc-arc" ]
Greg Daniele5ddff52017-07-05 16:49:36 -0400642 }
Brian Salomoncbcb0a12017-11-19 13:20:13 -0500643
644 if (skia_enable_atlas_text) {
645 sources += skia_atlas_text_sources
646 }
mtklein06c35c02016-09-20 12:28:12 -0700647}
648
Leon Scroggins III04be2b52017-08-17 15:13:20 -0400649optional("heif") {
650 enabled = skia_use_libheif
651 public_defines = [ "SK_HAS_HEIF_LIBRARY" ]
652
653 deps = []
654
655 sources = [
656 "src/codec/SkHeifCodec.cpp",
657 ]
658}
659
mtklein63213812016-08-24 09:55:56 -0700660optional("jpeg") {
661 enabled = skia_use_libjpeg_turbo
662 public_defines = [ "SK_HAS_JPEG_LIBRARY" ]
663
mtklein63213812016-08-24 09:55:56 -0700664 deps = [
665 "//third_party/libjpeg-turbo:libjpeg",
666 ]
667 sources = [
668 "src/codec/SkJpegCodec.cpp",
669 "src/codec/SkJpegDecoderMgr.cpp",
670 "src/codec/SkJpegUtility.cpp",
mtklein63213812016-08-24 09:55:56 -0700671 "src/images/SkJPEGWriteUtility.cpp",
Matt Sarett04c37312017-05-05 14:02:13 -0400672 "src/images/SkJpegEncoder.cpp",
mtklein63213812016-08-24 09:55:56 -0700673 ]
674}
675
676optional("pdf") {
Hal Canary43fb7a02016-12-30 13:09:03 -0500677 enabled = skia_use_zlib && skia_enable_pdf
678 public_defines = [ "SK_SUPPORT_PDF" ]
mtklein63213812016-08-24 09:55:56 -0700679
mtklein63213812016-08-24 09:55:56 -0700680 deps = [
681 "//third_party/zlib",
682 ]
brettwb9447282016-09-01 14:24:39 -0700683 sources = skia_pdf_sources
mtkleincd01b032016-08-31 04:58:19 -0700684 sources_when_disabled = [ "src/pdf/SkDocument_PDF_None.cpp" ]
mtklein63213812016-08-24 09:55:56 -0700685
686 if (skia_use_sfntly) {
687 deps += [ "//third_party/sfntly" ]
Hal Canary43fb7a02016-12-30 13:09:03 -0500688 public_defines += [ "SK_PDF_USE_SFNTLY" ]
mtklein63213812016-08-24 09:55:56 -0700689 }
690}
691
692optional("png") {
693 enabled = skia_use_libpng
694 public_defines = [ "SK_HAS_PNG_LIBRARY" ]
695
mtklein63213812016-08-24 09:55:56 -0700696 deps = [
697 "//third_party/libpng",
698 ]
699 sources = [
700 "src/codec/SkIcoCodec.cpp",
701 "src/codec/SkPngCodec.cpp",
Matt Sarett04c37312017-05-05 14:02:13 -0400702 "src/images/SkPngEncoder.cpp",
mtklein63213812016-08-24 09:55:56 -0700703 ]
704}
705
scroggof84ad642016-10-31 09:02:57 -0700706optional("raw") {
Mike Klein10d665d2016-11-01 11:46:10 -0400707 enabled = skia_use_dng_sdk && skia_use_libjpeg_turbo && skia_use_piex
scroggof84ad642016-10-31 09:02:57 -0700708 public_defines = [ "SK_CODEC_DECODES_RAW" ]
709
710 deps = [
711 "//third_party/dng_sdk",
712 "//third_party/libjpeg-turbo:libjpeg",
713 "//third_party/piex",
714 ]
715
716 # SkRawCodec catches any exceptions thrown by dng_sdk, insulating the rest of
717 # Skia.
718 configs_to_remove = [ "//gn:no_exceptions" ]
719
720 sources = [
721 "src/codec/SkRawAdapterCodec.cpp",
722 "src/codec/SkRawCodec.cpp",
723 ]
724}
725
Mike Kleinfb333552018-01-25 12:49:37 -0500726optional("skcms") {
727 enabled = skia_use_skcms
728
729 deps = [
730 "//third_party/skcms",
731 ]
732 sources = [
733 # TODO
734 ]
735}
736
mtklein3cc22182016-08-29 13:26:14 -0700737optional("typeface_freetype") {
738 enabled = skia_use_freetype
mtklein3cc22182016-08-29 13:26:14 -0700739
740 deps = [
741 "//third_party/freetype2",
742 ]
743 sources = [
744 "src/ports/SkFontHost_FreeType.cpp",
745 "src/ports/SkFontHost_FreeType_common.cpp",
746 ]
747}
748
mtklein457b42a2016-08-23 13:56:37 -0700749optional("webp") {
750 enabled = skia_use_libwebp
751 public_defines = [ "SK_HAS_WEBP_LIBRARY" ]
752
mtklein457b42a2016-08-23 13:56:37 -0700753 deps = [
754 "//third_party/libwebp",
755 ]
756 sources = [
757 "src/codec/SkWebpAdapterCodec.cpp",
758 "src/codec/SkWebpCodec.cpp",
Matt Sarett04c37312017-05-05 14:02:13 -0400759 "src/images/SkWebpEncoder.cpp",
mtklein457b42a2016-08-23 13:56:37 -0700760 ]
mtkleineb3c4252016-08-23 07:38:09 -0700761}
762
mtklein63213812016-08-24 09:55:56 -0700763optional("xml") {
764 enabled = skia_use_expat
Florin Malita442fff92016-11-08 16:07:52 +0000765 public_defines = [ "SK_XML" ]
mtklein63213812016-08-24 09:55:56 -0700766
mtklein63213812016-08-24 09:55:56 -0700767 deps = [
768 "//third_party/expat",
769 ]
770 sources = [
Mike Kleinbd41bcc2017-02-09 16:38:15 -0500771 "src/svg/SkSVGCanvas.cpp",
772 "src/svg/SkSVGDevice.cpp",
mtklein63213812016-08-24 09:55:56 -0700773 "src/xml/SkDOM.cpp",
774 "src/xml/SkXMLParser.cpp",
775 "src/xml/SkXMLWriter.cpp",
776 ]
777}
778
mtkleinc04ff472016-06-23 10:29:30 -0700779component("skia") {
780 public_configs = [ ":skia_public" ]
781 configs += skia_library_configs
mtkleinc04ff472016-06-23 10:29:30 -0700782
783 deps = [
anmittalb8b3f712016-08-25 04:55:19 -0700784 ":arm64",
785 ":armv7",
mtklein9b8583d2016-08-24 17:32:30 -0700786 ":avx",
anmittalb8b3f712016-08-25 04:55:19 -0700787 ":crc32",
Mike Kleina04bb452017-02-09 12:24:07 -0500788 ":effects",
mtkleina45be612016-08-29 15:22:10 -0700789 ":fontmgr_android",
mtkleind2e39db2016-09-07 07:52:55 -0700790 ":fontmgr_custom",
Hal Canaryff2742e2018-01-30 11:35:47 -0500791 ":fontmgr_empty",
mtklein3cc22182016-08-29 13:26:14 -0700792 ":fontmgr_fontconfig",
mtkleincdedd0e2016-09-12 15:15:44 -0700793 ":fontmgr_fuchsia",
mtklein06c35c02016-09-20 12:28:12 -0700794 ":gpu",
Leon Scroggins III04be2b52017-08-17 15:13:20 -0400795 ":heif",
Mike Klein1b9b7d52018-02-27 10:37:40 -0500796 ":hsw",
mtklein63213812016-08-24 09:55:56 -0700797 ":jpeg",
mtklein9b8583d2016-08-24 17:32:30 -0700798 ":none",
mtklein63213812016-08-24 09:55:56 -0700799 ":pdf",
800 ":png",
scroggof84ad642016-10-31 09:02:57 -0700801 ":raw",
Mike Kleinfb333552018-01-25 12:49:37 -0500802 ":skcms",
mtklein9b8583d2016-08-24 17:32:30 -0700803 ":sse2",
804 ":sse41",
805 ":sse42",
806 ":ssse3",
mtkleineb3c4252016-08-23 07:38:09 -0700807 ":webp",
mtklein63213812016-08-24 09:55:56 -0700808 ":xml",
mtkleinc04ff472016-06-23 10:29:30 -0700809 ]
810
Chinmay Garde43f115c2016-11-16 15:04:12 -0800811 # This file (and all GN files in Skia) are designed to work with an
812 # empty sources assignment filter; we handle all that explicitly.
813 # We clear the filter here for clients who may have set up a global filter.
814 set_sources_assignment_filter([])
815
mtkleinc04ff472016-06-23 10:29:30 -0700816 sources = []
brettwb9447282016-09-01 14:24:39 -0700817 sources += skia_core_sources
brettwb9447282016-09-01 14:24:39 -0700818 sources += skia_utils_sources
Hal Canary6ad3d2f2016-12-20 16:15:56 -0500819 sources += skia_xps_sources
mtkleinc04ff472016-06-23 10:29:30 -0700820 sources += [
Stan Iliev73d8fd92017-08-02 15:36:24 -0400821 "src/android/SkAndroidFrameworkUtils.cpp",
Leon Scroggins III42ee2842018-01-14 14:46:51 -0500822 "src/android/SkAnimatedImage.cpp",
mtklein25c81d42016-07-27 13:55:26 -0700823 "src/android/SkBitmapRegionCodec.cpp",
824 "src/android/SkBitmapRegionDecoder.cpp",
825 "src/codec/SkAndroidCodec.cpp",
Leon Scroggins IIId81fed92017-06-01 13:42:28 -0400826 "src/codec/SkBmpBaseCodec.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700827 "src/codec/SkBmpCodec.cpp",
828 "src/codec/SkBmpMaskCodec.cpp",
829 "src/codec/SkBmpRLECodec.cpp",
830 "src/codec/SkBmpStandardCodec.cpp",
831 "src/codec/SkCodec.cpp",
832 "src/codec/SkCodecImageGenerator.cpp",
scroggo19b91532016-10-24 09:03:26 -0700833 "src/codec/SkGifCodec.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700834 "src/codec/SkMaskSwizzler.cpp",
835 "src/codec/SkMasks.cpp",
mtklein25c81d42016-07-27 13:55:26 -0700836 "src/codec/SkSampledCodec.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700837 "src/codec/SkSampler.cpp",
scroggo19b91532016-10-24 09:03:26 -0700838 "src/codec/SkStreamBuffer.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700839 "src/codec/SkSwizzler.cpp",
840 "src/codec/SkWbmpCodec.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700841 "src/images/SkImageEncoder.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700842 "src/ports/SkDiscardableMemory_none.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700843 "src/ports/SkImageGenerator_skia.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700844 "src/ports/SkMemory_malloc.cpp",
845 "src/ports/SkOSFile_stdio.cpp",
846 "src/sfnt/SkOTTable_name.cpp",
847 "src/sfnt/SkOTUtils.cpp",
848 "src/utils/mac/SkStream_mac.cpp",
scroggo3d3a65c2016-10-24 12:28:30 -0700849 "third_party/gif/SkGifImageReader.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700850 ]
brettwb9447282016-09-01 14:24:39 -0700851
mtklein7d6fb2c2016-08-25 14:50:44 -0700852 libs = []
853
mtkleinc04ff472016-06-23 10:29:30 -0700854 if (is_win) {
855 sources += [
Mike Kleinae7e6712016-10-11 17:49:33 -0400856 "src/fonts/SkFontMgr_indirect.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700857 "src/ports/SkDebug_win.cpp",
858 "src/ports/SkFontHost_win.cpp",
859 "src/ports/SkFontMgr_win_dw.cpp",
Mike Klein0c5fdcb2017-11-13 12:40:46 -0500860 "src/ports/SkFontMgr_win_dw_factory.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700861 "src/ports/SkImageEncoder_WIC.cpp",
862 "src/ports/SkImageGeneratorWIC.cpp",
863 "src/ports/SkOSFile_win.cpp",
mtklein605d9522016-09-21 14:01:32 -0700864 "src/ports/SkOSLibrary_win.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700865 "src/ports/SkScalerContext_win_dw.cpp",
866 "src/ports/SkTLS_win.cpp",
867 "src/ports/SkTypeface_win_dw.cpp",
868 ]
Mike Klein4b167fc2016-10-11 18:13:53 -0400869 libs += [
870 "FontSub.lib",
Mike Klein0c5fdcb2017-11-13 12:40:46 -0500871 "Gdi32.lib",
Mike Klein4b167fc2016-10-11 18:13:53 -0400872 "Ole32.lib",
873 "OleAut32.lib",
874 "User32.lib",
Mike Klein0c5fdcb2017-11-13 12:40:46 -0500875 "Usp10.lib",
Mike Klein4b167fc2016-10-11 18:13:53 -0400876 ]
mtkleinc04ff472016-06-23 10:29:30 -0700877 } else {
878 sources += [
mtkleinc04ff472016-06-23 10:29:30 -0700879 "src/ports/SkOSFile_posix.cpp",
mtklein605d9522016-09-21 14:01:32 -0700880 "src/ports/SkOSLibrary_posix.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700881 "src/ports/SkTLS_pthread.cpp",
882 ]
Ben Wagnerbe6ae5b2017-08-31 16:45:23 -0400883 libs += [ "dl" ]
mtkleinc04ff472016-06-23 10:29:30 -0700884 }
885
mtklein7d6fb2c2016-08-25 14:50:44 -0700886 if (is_android) {
Mike Klein1c471872017-01-13 15:27:45 -0500887 deps += [ "//third_party/expat" ]
Mike Kleine459afd2017-03-03 09:21:30 -0500888 if (defined(ndk) && ndk != "") {
Mike Klein1c471872017-01-13 15:27:45 -0500889 deps += [ "//third_party/cpu-features" ]
890 }
mtklein06c35c02016-09-20 12:28:12 -0700891 sources += [ "src/ports/SkDebug_android.cpp" ]
mtklein7d6fb2c2016-08-25 14:50:44 -0700892 libs += [
893 "EGL",
894 "GLESv2",
895 "log",
896 ]
897 }
898
mtkleinc04ff472016-06-23 10:29:30 -0700899 if (is_linux) {
mtklein06c35c02016-09-20 12:28:12 -0700900 sources += [ "src/ports/SkDebug_stdio.cpp" ]
mtkleinc04ff472016-06-23 10:29:30 -0700901 }
902
903 if (is_mac) {
904 sources += [
mtklein7d6fb2c2016-08-25 14:50:44 -0700905 "src/ports/SkDebug_stdio.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700906 "src/ports/SkFontHost_mac.cpp",
907 "src/ports/SkImageEncoder_CG.cpp",
908 "src/ports/SkImageGeneratorCG.cpp",
909 ]
mtklein09e61f72016-08-23 13:35:28 -0700910 libs += [
bungeman3e306f62017-03-29 11:32:02 -0400911 # AppKit symbols NSFontWeightXXX may be dlsym'ed.
912 "AppKit.framework",
mtklein09e61f72016-08-23 13:35:28 -0700913 "ApplicationServices.framework",
914 "OpenGL.framework",
915 ]
mtkleinc04ff472016-06-23 10:29:30 -0700916 }
abarth6fc8ff02016-07-15 15:15:15 -0700917
Mike Klein7d302882016-11-03 14:06:31 -0400918 if (is_ios) {
919 sources += [
920 "src/ports/SkDebug_stdio.cpp",
921 "src/ports/SkFontHost_mac.cpp",
922 "src/ports/SkImageEncoder_CG.cpp",
923 "src/ports/SkImageGeneratorCG.cpp",
924 ]
925 libs += [
926 "CoreFoundation.framework",
927 "CoreGraphics.framework",
928 "CoreText.framework",
929 "ImageIO.framework",
930 "MobileCoreServices.framework",
bungeman3e306f62017-03-29 11:32:02 -0400931
932 # UIKit symbols UIFontWeightXXX may be dlsym'ed.
933 "UIKit.framework",
Mike Klein7d302882016-11-03 14:06:31 -0400934 ]
935 }
936
abarth6fc8ff02016-07-15 15:15:15 -0700937 if (is_fuchsia) {
mtklein06c35c02016-09-20 12:28:12 -0700938 sources += [ "src/ports/SkDebug_stdio.cpp" ]
abarth6fc8ff02016-07-15 15:15:15 -0700939 }
mtkleinc04ff472016-06-23 10:29:30 -0700940}
941
mtkleinc095df52016-08-24 12:23:52 -0700942# Targets guarded by skia_enable_tools may use //third_party freely.
943if (skia_enable_tools) {
Mike Klein308b5ac2016-12-06 16:03:52 -0500944 # Used by gn_to_bp.py to list our public include dirs.
945 source_set("public") {
946 configs += [ ":skia_public" ]
947 }
948
Mike Kleinc36dedf2016-11-18 09:35:28 -0500949 config("skia.h_config") {
950 include_dirs = [ "$target_gen_dir" ]
Greg Danielafb7ec72017-12-07 12:48:30 -0500951 if (skia_use_vulkan) {
952 # So we can get the header which includes vulkan
953 include_dirs += [ "tools/gpu/vk" ]
954 }
Mike Kleinc36dedf2016-11-18 09:35:28 -0500955 }
956 action("skia.h") {
957 public_configs = [ ":skia.h_config" ]
958 skia_h = "$target_gen_dir/skia.h"
959 script = "gn/find_headers.py"
Greg Danielc819e662017-04-19 16:39:45 -0400960 args = [ rebase_path(skia_h, root_build_dir) ] +
Robert Phillipsfcd5fdd2017-06-14 01:43:29 +0000961 rebase_path(skia_public_includes)
Mike Kleinc36dedf2016-11-18 09:35:28 -0500962 depfile = "$skia_h.deps"
963 outputs = [
964 skia_h,
965 ]
966 }
967
968 if (skia_enable_gpu && target_cpu == "x64") {
Mike Kleinc36dedf2016-11-18 09:35:28 -0500969 executable("fiddle") {
970 libs = []
Mike Kleinc36dedf2016-11-18 09:35:28 -0500971 sources = [
Mike Kleinc36dedf2016-11-18 09:35:28 -0500972 "tools/fiddle/draw.cpp",
973 "tools/fiddle/fiddle_main.cpp",
974 ]
Joe Gregorioa8fabd32017-05-31 09:45:19 -0400975
976 if (skia_use_egl) {
977 sources += [ "tools/fiddle/egl_context.cpp" ]
Joe Gregorioa8fabd32017-05-31 09:45:19 -0400978 } else {
979 sources += [ "tools/fiddle/null_context.cpp" ]
980 }
Joe Gregorio1e735c02017-04-19 14:05:14 -0400981 testonly = true
Mike Kleinc36dedf2016-11-18 09:35:28 -0500982 deps = [
Joe Gregorio1e735c02017-04-19 14:05:14 -0400983 ":flags",
Robert Phillips57e08282017-11-16 14:59:48 -0500984 ":gpu_tool_utils",
Mike Kleinc36dedf2016-11-18 09:35:28 -0500985 ":skia",
986 ":skia.h",
987 ]
988 }
989 }
990
991 if (skia_enable_gpu) {
992 source_set("public_headers_warnings_check") {
993 sources = [
994 "tools/public_headers_warnings_check.cpp",
995 ]
996 configs -= [ "//gn:warnings_except_public_headers" ]
997 deps = [
998 ":skia",
999 ":skia.h",
1000 ]
1001 }
1002 }
1003
mtkleinc095df52016-08-24 12:23:52 -07001004 template("test_lib") {
1005 config(target_name + "_config") {
1006 include_dirs = invoker.public_include_dirs
mtkleina627b5c2016-09-20 13:36:47 -07001007 if (defined(invoker.public_defines)) {
1008 defines = invoker.public_defines
1009 }
mtklein25c81d42016-07-27 13:55:26 -07001010 }
mtkleinc095df52016-08-24 12:23:52 -07001011 source_set(target_name) {
1012 forward_variables_from(invoker, "*", [ "public_include_dirs" ])
1013 public_configs = [
1014 ":" + target_name + "_config",
1015 ":skia_private",
1016 ]
1017
1018 if (!defined(deps)) {
1019 deps = []
1020 }
1021 deps += [ ":skia" ]
1022 testonly = true
1023 }
mtklein25c81d42016-07-27 13:55:26 -07001024 }
mtklein25c81d42016-07-27 13:55:26 -07001025
Mike Kleine6682eb2017-01-05 10:54:57 -05001026 template("test_app") {
Jim Van Verth443a9132017-11-28 09:45:26 -05001027 if (is_ios) {
1028 app_name = target_name
1029 gen_path = target_gen_dir
1030
1031 action("${app_name}_generate_info_plist") {
1032 script = "//gn/gen_plist_ios.py"
1033 outputs = [
1034 "$gen_path/${app_name}_Info.plist",
1035 ]
1036 args = [ rebase_path("$gen_path/$app_name", root_build_dir) ]
1037 }
1038
1039 bundle_data("${app_name}_bundle_info_plist") {
1040 public_deps = [
1041 ":${app_name}_generate_info_plist",
1042 ]
1043 sources = [
1044 "$gen_path/${app_name}_Info.plist",
1045 ]
1046 outputs = [
1047 "{{bundle_root_dir}}/Info.plist",
1048 ]
1049 }
1050
Jim Van Verth329c5a62017-11-29 11:42:33 -05001051 bundle_ios_data =
1052 defined(invoker.bundle_ios_data) && invoker.bundle_ios_data
1053
1054 if (bundle_ios_data) {
1055 has_skps =
1056 "True" == exec_script("//gn/checkdir.py",
1057 [ rebase_path("skps", root_build_dir) ],
1058 "trim string")
1059 bundle_data("${app_name}_bundle_resources") {
1060 sources = [
1061 "resources",
1062 ]
1063 outputs = [
1064 # iOS reserves the folders 'Resources' and 'resources' so store one level deeper
1065 "{{bundle_resources_dir}}/data/resources",
1066 ]
1067 }
1068
1069 if (has_skps) {
1070 bundle_data("${app_name}_bundle_skps") {
1071 sources = [
1072 "skps",
1073 ]
1074 outputs = [
1075 # Store in same folder as resources
1076 "{{bundle_resources_dir}}/data/skps",
1077 ]
1078 }
1079 }
1080 }
1081
Jim Van Verth443a9132017-11-28 09:45:26 -05001082 executable("${app_name}_generate_executable") {
1083 forward_variables_from(invoker,
1084 "*",
1085 [
1086 "output_name",
1087 "visibility",
1088 "is_shared_library",
1089 ])
Mike Klein154e6da2017-07-26 15:13:47 -04001090 configs += [ ":skia_private" ]
Mike Kleine6682eb2017-01-05 10:54:57 -05001091 testonly = true
Jim Van Verth443a9132017-11-28 09:45:26 -05001092 output_name = rebase_path("$gen_path/$app_name", root_build_dir)
1093 }
1094
1095 bundle_data("${app_name}_bundle_executable") {
1096 public_deps = [
1097 ":${app_name}_generate_executable",
1098 ]
1099 sources = [
1100 "$gen_path/$app_name",
1101 ]
1102 outputs = [
1103 "{{bundle_executable_dir}}/$app_name",
1104 ]
1105 testonly = true
1106 }
1107
1108 create_bundle("$app_name") {
1109 product_type = "com.apple.product-type.application"
1110 testonly = true
1111
1112 bundle_root_dir = "${root_build_dir}/${target_name}.app"
1113 bundle_resources_dir = bundle_root_dir
1114 bundle_executable_dir = bundle_root_dir
1115 bundle_plugins_dir = bundle_root_dir + "/Plugins"
1116
1117 deps = [
1118 ":${app_name}_bundle_executable",
1119 ":${app_name}_bundle_info_plist",
1120 ]
Jim Van Verth329c5a62017-11-29 11:42:33 -05001121 if (bundle_ios_data) {
1122 deps += [ ":${app_name}_bundle_resources" ]
1123 if (has_skps) {
1124 deps += [ ":${app_name}_bundle_skps" ]
1125 }
1126 }
Jim Van Verth443a9132017-11-28 09:45:26 -05001127
1128 # should only code sign when running on a device, not the simulator
1129 if (target_cpu != "x64") {
1130 code_signing_script = "//gn/codesign_ios.py"
1131 code_signing_sources = [ "$target_gen_dir/$app_name" ]
1132 code_signing_outputs = [
1133 "$bundle_root_dir/_CodeSignature/CodeResources",
1134 "$bundle_root_dir/embedded.mobileprovision",
1135 ]
Jim Van Verth4e502972017-12-07 15:16:10 -05001136 code_signing_args = [
1137 rebase_path("$bundle_root_dir", root_build_dir),
1138 skia_ios_identity,
1139 skia_ios_profile,
1140 ]
Jim Van Verth443a9132017-11-28 09:45:26 -05001141 }
Mike Kleine6682eb2017-01-05 10:54:57 -05001142 }
1143 } else {
Jim Van Verth443a9132017-11-28 09:45:26 -05001144 # !is_ios
1145
1146 if (defined(invoker.is_shared_library) && invoker.is_shared_library) {
1147 shared_library("lib" + target_name) {
1148 forward_variables_from(invoker, "*", [ "is_shared_library" ])
1149 configs += [ ":skia_private" ]
1150 testonly = true
1151 }
1152 } else {
1153 _executable = target_name
1154 executable(_executable) {
1155 forward_variables_from(invoker, "*", [ "is_shared_library" ])
1156 configs += [ ":skia_private" ]
1157 testonly = true
1158 }
Mike Kleine6682eb2017-01-05 10:54:57 -05001159 }
Jim Van Verth443a9132017-11-28 09:45:26 -05001160 if (is_android && skia_android_serial != "" && defined(_executable)) {
1161 action("push_" + target_name) {
1162 script = "gn/push_to_android.py"
1163 deps = [
1164 ":" + _executable,
1165 ]
1166 _stamp = "$target_gen_dir/$_executable.pushed_$skia_android_serial"
1167 outputs = [
1168 _stamp,
1169 ]
1170 args = [
1171 rebase_path("$root_build_dir/$_executable"),
1172 skia_android_serial,
1173 rebase_path(_stamp),
1174 ]
1175 testonly = true
1176 }
Mike Klein7d921032017-01-05 12:20:41 -05001177 }
1178 }
Mike Kleine6682eb2017-01-05 10:54:57 -05001179 }
1180
mtkleinc095df52016-08-24 12:23:52 -07001181 test_lib("gpu_tool_utils") {
mtklein38925aa2016-09-21 10:11:25 -07001182 public_include_dirs = []
1183 if (skia_enable_gpu) {
1184 public_defines = []
1185 public_include_dirs += [ "tools/gpu" ]
mtkleind68f9b02016-09-23 13:18:41 -07001186
1187 deps = []
mtklein38925aa2016-09-21 10:11:25 -07001188 sources = [
1189 "tools/gpu/GrContextFactory.cpp",
1190 "tools/gpu/GrTest.cpp",
Brian Salomon58389b92018-03-07 13:01:25 -05001191 "tools/gpu/ProxyUtils.cpp",
mtklein38925aa2016-09-21 10:11:25 -07001192 "tools/gpu/TestContext.cpp",
Brian Salomoncbcb0a12017-11-19 13:20:13 -05001193 "tools/gpu/atlastext/GLTestAtlasTextRenderer.cpp",
mtklein38925aa2016-09-21 10:11:25 -07001194 "tools/gpu/gl/GLTestContext.cpp",
mtklein605d9522016-09-21 14:01:32 -07001195 "tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp",
mtklein38925aa2016-09-21 10:11:25 -07001196 "tools/gpu/gl/debug/DebugGLTestContext.cpp",
1197 "tools/gpu/gl/debug/GrBufferObj.cpp",
1198 "tools/gpu/gl/debug/GrFrameBufferObj.cpp",
1199 "tools/gpu/gl/debug/GrProgramObj.cpp",
1200 "tools/gpu/gl/debug/GrShaderObj.cpp",
1201 "tools/gpu/gl/debug/GrTextureObj.cpp",
1202 "tools/gpu/gl/debug/GrTextureUnitObj.cpp",
1203 "tools/gpu/gl/null/NullGLTestContext.cpp",
Brian Salomoncfe910d2017-07-06 16:40:18 -04001204 "tools/gpu/mock/MockTestContext.cpp",
mtklein38925aa2016-09-21 10:11:25 -07001205 ]
1206 libs = []
mtklein25c81d42016-07-27 13:55:26 -07001207
Kevin Lubick4a24e102017-03-29 11:19:01 -04001208 if (is_android || skia_use_egl) {
mtklein38925aa2016-09-21 10:11:25 -07001209 sources += [ "tools/gpu/gl/egl/CreatePlatformGLTestContext_egl.cpp" ]
Mike Klein7d302882016-11-03 14:06:31 -04001210 } else if (is_ios) {
1211 sources += [ "tools/gpu/gl/iOS/CreatePlatformGLTestContext_iOS.mm" ]
1212 libs += [ "OpenGLES.framework" ]
mtklein38925aa2016-09-21 10:11:25 -07001213 } else if (is_linux) {
1214 sources += [ "tools/gpu/gl/glx/CreatePlatformGLTestContext_glx.cpp" ]
Mike Kleina979a1d2017-02-23 10:31:13 -05001215 libs += [ "X11" ]
mtklein38925aa2016-09-21 10:11:25 -07001216 } else if (is_mac) {
1217 sources += [ "tools/gpu/gl/mac/CreatePlatformGLTestContext_mac.cpp" ]
Mike Klein4b167fc2016-10-11 18:13:53 -04001218 } else if (is_win) {
1219 sources += [ "tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp" ]
1220 libs += [
1221 "Gdi32.lib",
1222 "OpenGL32.lib",
1223 ]
mtklein38925aa2016-09-21 10:11:25 -07001224 }
mtklein6ef69992016-09-14 06:12:09 -07001225
Greg Daniel6b7e0e22017-07-12 16:21:09 -04001226 cflags_objcc = [ "-fobjc-arc" ]
1227
Mike Kleinc168a3a2016-11-14 14:53:13 +00001228 if (skia_use_angle) {
Mike Kleinc168a3a2016-11-14 14:53:13 +00001229 deps += [ "//third_party/angle2" ]
1230 sources += [ "tools/gpu/gl/angle/GLTestContext_angle.cpp" ]
1231 }
mtkleind68f9b02016-09-23 13:18:41 -07001232 if (skia_use_vulkan) {
1233 sources += [ "tools/gpu/vk/VkTestContext.cpp" ]
Greg Daniel35970ec2017-11-10 10:03:05 -05001234 sources += [ "tools/gpu/vk/VkTestUtils.cpp" ]
mtkleind68f9b02016-09-23 13:18:41 -07001235 }
Greg Danielb76a72a2017-07-13 15:07:54 -04001236 if (skia_use_metal) {
1237 sources += [ "tools/gpu/mtl/MtlTestContext.mm" ]
1238 }
mtkleina627b5c2016-09-20 13:36:47 -07001239 }
mtklein25c81d42016-07-27 13:55:26 -07001240 }
mtklein25c81d42016-07-27 13:55:26 -07001241
mtkleinc095df52016-08-24 12:23:52 -07001242 test_lib("flags") {
1243 public_include_dirs = [ "tools/flags" ]
1244 sources = [
1245 "tools/flags/SkCommandLineFlags.cpp",
mtklein046cb562016-09-16 10:23:12 -07001246 ]
1247 }
1248 test_lib("common_flags") {
1249 public_include_dirs = [ "tools/flags" ]
1250 sources = [
mtkleinc095df52016-08-24 12:23:52 -07001251 "tools/flags/SkCommonFlags.cpp",
1252 "tools/flags/SkCommonFlagsConfig.cpp",
1253 ]
1254 deps = [
mtklein046cb562016-09-16 10:23:12 -07001255 ":flags",
mtkleinc095df52016-08-24 12:23:52 -07001256 ":gpu_tool_utils",
1257 ]
1258 }
mtklein25c81d42016-07-27 13:55:26 -07001259
mtkleinc095df52016-08-24 12:23:52 -07001260 test_lib("tool_utils") {
1261 public_include_dirs = [
1262 "tools",
1263 "tools/debugger",
Ben Wagner483c7722018-02-20 17:06:07 -05001264 "tools/fonts",
mtkleinc095df52016-08-24 12:23:52 -07001265 "tools/timer",
Brian Salomondcbb9d92017-07-19 10:53:20 -04001266 "tools/trace",
mtkleinc095df52016-08-24 12:23:52 -07001267 ]
1268 sources = [
mtkleinb37c0342016-09-09 11:07:45 -07001269 "tools/AndroidSkDebugToStdOut.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001270 "tools/CrashHandler.cpp",
mtklein0590fa52016-09-01 07:06:54 -07001271 "tools/LsanSuppressions.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001272 "tools/ProcStats.cpp",
1273 "tools/Resources.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001274 "tools/UrlDataManager.cpp",
1275 "tools/debugger/SkDebugCanvas.cpp",
1276 "tools/debugger/SkDrawCommand.cpp",
1277 "tools/debugger/SkJsonWriteBuffer.cpp",
1278 "tools/debugger/SkObjectParser.cpp",
Brian Salomon5f33a8c2018-02-26 14:32:39 -05001279 "tools/fonts/SkRandomScalerContext.cpp",
1280 "tools/fonts/SkTestFontMgr.cpp",
1281 "tools/fonts/SkTestScalerContext.cpp",
1282 "tools/fonts/sk_tool_utils_font.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001283 "tools/picture_utils.cpp",
1284 "tools/random_parse_path.cpp",
1285 "tools/sk_tool_utils.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001286 "tools/timer/Timer.cpp",
Brian Osman53136aa2017-07-20 15:43:35 -04001287 "tools/trace/SkChromeTracingTracer.cpp",
1288 "tools/trace/SkChromeTracingTracer.h",
Brian Salomondcbb9d92017-07-19 10:53:20 -04001289 "tools/trace/SkDebugfTracer.cpp",
1290 "tools/trace/SkDebugfTracer.h",
Brian Osman53136aa2017-07-20 15:43:35 -04001291 "tools/trace/SkEventTracingPriv.cpp",
1292 "tools/trace/SkEventTracingPriv.h",
mtkleinc095df52016-08-24 12:23:52 -07001293 ]
Mike Kleinadacaef2017-02-06 09:26:14 -05001294 libs = []
1295 if (is_ios) {
1296 sources += [ "tools/ios_utils.m" ]
1297 libs += [ "Foundation.framework" ]
1298 }
mtkleinc095df52016-08-24 12:23:52 -07001299 deps = [
mtklein046cb562016-09-16 10:23:12 -07001300 ":common_flags",
mtkleinc095df52016-08-24 12:23:52 -07001301 ":flags",
1302 "//third_party/libpng",
1303 ]
1304 public_deps = [
1305 "//third_party/jsoncpp",
1306 ]
1307 }
mtklein25c81d42016-07-27 13:55:26 -07001308
Mike Klein6e744122016-10-27 12:21:40 -04001309 import("gn/gm.gni")
mtkleinc095df52016-08-24 12:23:52 -07001310 test_lib("gm") {
1311 public_include_dirs = [ "gm" ]
1312 sources = gm_sources
1313 deps = [
Florin Malita4aa44412017-12-19 12:21:02 -05001314 ":experimental_sksg",
scroggo19b91532016-10-24 09:03:26 -07001315 ":flags",
mtkleinc095df52016-08-24 12:23:52 -07001316 ":gpu_tool_utils",
1317 ":skia",
1318 ":tool_utils",
1319 ]
1320 }
mtklein25c81d42016-07-27 13:55:26 -07001321
Mike Klein6e744122016-10-27 12:21:40 -04001322 import("gn/tests.gni")
mtkleinc095df52016-08-24 12:23:52 -07001323 test_lib("tests") {
1324 public_include_dirs = [ "tests" ]
Mike Klein6e744122016-10-27 12:21:40 -04001325 sources = tests_sources + pathops_tests_sources
mtkleina45be612016-08-29 15:22:10 -07001326 if (!fontmgr_android_enabled) {
Mike Klein6e744122016-10-27 12:21:40 -04001327 sources -= [ "//tests/FontMgrAndroidParserTest.cpp" ]
mtkleina45be612016-08-29 15:22:10 -07001328 }
mtkleinc095df52016-08-24 12:23:52 -07001329 deps = [
Florin Malita4aa44412017-12-19 12:21:02 -05001330 ":experimental_sksg",
mtkleinc095df52016-08-24 12:23:52 -07001331 ":flags",
mtkleinc095df52016-08-24 12:23:52 -07001332 ":skia",
1333 ":tool_utils",
1334 "//third_party/libpng",
1335 "//third_party/zlib",
1336 ]
Hal Canaryff2742e2018-01-30 11:35:47 -05001337 if (skia_use_expat) {
1338 deps += [ ":experimental_svg_model" ]
1339 }
Mike Kleind63442d2017-03-27 14:16:04 -04001340 public_deps = [
1341 ":gpu_tool_utils", # Test.h #includes headers from this target.
1342 ]
mtkleinc095df52016-08-24 12:23:52 -07001343 }
mtklein2f3416d2016-08-02 16:02:05 -07001344
Mike Klein6e744122016-10-27 12:21:40 -04001345 import("gn/bench.gni")
mtkleinc095df52016-08-24 12:23:52 -07001346 test_lib("bench") {
1347 public_include_dirs = [ "bench" ]
1348 sources = bench_sources
mtkleinc095df52016-08-24 12:23:52 -07001349 deps = [
1350 ":flags",
1351 ":gm",
1352 ":gpu_tool_utils",
1353 ":skia",
1354 ":tool_utils",
1355 ]
1356 }
mtklein2b6870c2016-07-28 14:17:33 -07001357
Florin Malita54f65c42018-01-16 17:04:30 -05001358 test_lib("experimental_skottie") {
1359 public_include_dirs = [ "experimental/skottie" ]
Florin Malita094ccde2017-12-30 12:27:00 -05001360 include_dirs = [ "tools" ]
1361 sources = [
Florin Malita54f65c42018-01-16 17:04:30 -05001362 "experimental/skottie/Skottie.cpp",
1363 "experimental/skottie/SkottieAnimator.cpp",
Florin Malitacf8ed522018-01-25 15:27:33 -05001364 "experimental/skottie/SkottieParser.cpp",
Florin Malita54f65c42018-01-16 17:04:30 -05001365 "experimental/skottie/SkottieProperties.cpp",
Florin Malita094ccde2017-12-30 12:27:00 -05001366 ]
1367 deps = [
1368 ":experimental_sksg",
1369 ":skia",
1370 "//third_party/jsoncpp",
1371 ]
1372 }
1373
mtkleinc095df52016-08-24 12:23:52 -07001374 test_lib("experimental_svg_model") {
1375 public_include_dirs = [ "experimental/svg/model" ]
1376 sources = [
1377 "experimental/svg/model/SkSVGAttribute.cpp",
1378 "experimental/svg/model/SkSVGAttributeParser.cpp",
1379 "experimental/svg/model/SkSVGCircle.cpp",
Florin Malitace8840e2016-12-08 09:26:47 -05001380 "experimental/svg/model/SkSVGClipPath.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001381 "experimental/svg/model/SkSVGContainer.cpp",
1382 "experimental/svg/model/SkSVGDOM.cpp",
1383 "experimental/svg/model/SkSVGEllipse.cpp",
Florin Malitadf007e12017-10-09 15:14:13 -04001384 "experimental/svg/model/SkSVGGradient.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001385 "experimental/svg/model/SkSVGLine.cpp",
fmalita28d5b722016-09-12 17:06:47 -07001386 "experimental/svg/model/SkSVGLinearGradient.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001387 "experimental/svg/model/SkSVGNode.cpp",
1388 "experimental/svg/model/SkSVGPath.cpp",
Florin Malita1aa1bb62017-10-11 14:34:33 -04001389 "experimental/svg/model/SkSVGPattern.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001390 "experimental/svg/model/SkSVGPoly.cpp",
Florin Malitacc6cc292017-10-09 16:05:30 -04001391 "experimental/svg/model/SkSVGRadialGradient.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001392 "experimental/svg/model/SkSVGRect.cpp",
1393 "experimental/svg/model/SkSVGRenderContext.cpp",
1394 "experimental/svg/model/SkSVGSVG.cpp",
1395 "experimental/svg/model/SkSVGShape.cpp",
fmalita28d5b722016-09-12 17:06:47 -07001396 "experimental/svg/model/SkSVGStop.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001397 "experimental/svg/model/SkSVGTransformableNode.cpp",
Florin Malita6a69c052017-10-11 14:02:11 -04001398 "experimental/svg/model/SkSVGUse.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001399 "experimental/svg/model/SkSVGValue.cpp",
1400 ]
1401 deps = [
1402 ":skia",
1403 ]
1404 }
fmalitaa2b9fdf2016-08-03 19:53:36 -07001405
Florin Malita4aa44412017-12-19 12:21:02 -05001406 test_lib("experimental_sksg") {
1407 public_include_dirs = [
1408 "experimental/sksg",
1409 "experimental/sksg/effects",
1410 "experimental/sksg/geometry",
1411 "experimental/sksg/paint",
1412 ]
1413 sources = [
1414 "experimental/sksg/SkSGDraw.cpp",
1415 "experimental/sksg/SkSGEffectNode.cpp",
1416 "experimental/sksg/SkSGGeometryNode.cpp",
1417 "experimental/sksg/SkSGGroup.cpp",
Florin Malita49328072018-01-08 12:51:12 -05001418 "experimental/sksg/SkSGImage.cpp",
Florin Malita4aa44412017-12-19 12:21:02 -05001419 "experimental/sksg/SkSGInvalidationController.cpp",
1420 "experimental/sksg/SkSGNode.cpp",
1421 "experimental/sksg/SkSGPaintNode.cpp",
1422 "experimental/sksg/SkSGRenderNode.cpp",
Florin Malita35efaa82018-01-22 12:57:06 -05001423 "experimental/sksg/SkSGScene.cpp",
Florin Malita38ea40e2018-01-29 16:31:14 -05001424 "experimental/sksg/effects/SkSGClipEffect.cpp",
Florin Malita5f9102f2018-01-10 13:36:22 -05001425 "experimental/sksg/effects/SkSGMaskEffect.cpp",
Florin Malitac0034172018-01-08 16:42:59 -05001426 "experimental/sksg/effects/SkSGOpacityEffect.cpp",
Florin Malita4aa44412017-12-19 12:21:02 -05001427 "experimental/sksg/effects/SkSGTransform.cpp",
Florin Malita16d0ad02018-01-19 15:07:29 -05001428 "experimental/sksg/geometry/SkSGGeometryTransform.cpp",
Florin Malitae6345d92018-01-03 23:37:54 -05001429 "experimental/sksg/geometry/SkSGMerge.cpp",
Florin Malita047ae272017-12-27 11:13:13 -05001430 "experimental/sksg/geometry/SkSGPath.cpp",
Florin Malita97b3d2b2018-02-20 11:26:15 -05001431 "experimental/sksg/geometry/SkSGPlane.cpp",
Florin Malita4aa44412017-12-19 12:21:02 -05001432 "experimental/sksg/geometry/SkSGRect.cpp",
Florin Malita51012ce2018-01-31 17:06:59 -05001433 "experimental/sksg/geometry/SkSGText.cpp",
Florin Malita51b8c892018-01-07 08:54:24 -05001434 "experimental/sksg/geometry/SkSGTrimEffect.cpp",
Florin Malita4aa44412017-12-19 12:21:02 -05001435 "experimental/sksg/paint/SkSGColor.cpp",
Florin Malita6aaee592018-01-12 12:25:09 -05001436 "experimental/sksg/paint/SkSGGradient.cpp",
Florin Malita4aa44412017-12-19 12:21:02 -05001437 ]
1438 deps = [
1439 ":skia",
1440 ]
1441 }
1442
Kevin Lubickebf648e2017-09-21 13:45:16 -04001443 if (target_cpu != "wasm") {
1444 test_lib("views") {
1445 public_include_dirs = [ "include/views" ]
1446 sources = [
1447 "src/views/SkEvent.cpp",
1448 "src/views/SkEventSink.cpp",
Kevin Lubickebf648e2017-09-21 13:45:16 -04001449 "src/views/SkTouchGesture.cpp",
1450 "src/views/SkView.cpp",
Brian Osman2dd96932016-10-18 15:33:53 -04001451 ]
Brian Osman34755e22016-12-05 09:46:02 -05001452 }
Brian Osman16adfa32016-10-18 14:42:44 -04001453 }
1454
Mike Klein38af9432016-11-11 11:39:44 -05001455 if (skia_use_lua) {
1456 test_lib("lua") {
1457 public_include_dirs = []
1458 sources = [
1459 "src/utils/SkLua.cpp",
1460 "src/utils/SkLuaCanvas.cpp",
1461 ]
1462 deps = [
1463 "//third_party/lua",
1464 ]
1465 }
1466
Mike Kleine6682eb2017-01-05 10:54:57 -05001467 test_app("lua_app") {
Mike Klein38af9432016-11-11 11:39:44 -05001468 sources = [
1469 "tools/lua/lua_app.cpp",
1470 ]
1471 deps = [
1472 ":lua",
1473 ":skia",
1474 "//third_party/lua",
1475 ]
Mike Klein38af9432016-11-11 11:39:44 -05001476 }
1477
Mike Kleine6682eb2017-01-05 10:54:57 -05001478 test_app("lua_pictures") {
Mike Klein38af9432016-11-11 11:39:44 -05001479 sources = [
1480 "tools/lua/lua_pictures.cpp",
1481 ]
1482 deps = [
1483 ":flags",
1484 ":lua",
1485 ":skia",
1486 ":tool_utils",
1487 "//third_party/lua",
1488 ]
Mike Klein38af9432016-11-11 11:39:44 -05001489 }
1490 }
1491
Cary Clark8032b982017-07-28 11:04:54 -04001492 test_app("bookmaker") {
1493 sources = [
1494 "tools/bookmaker/bookmaker.cpp",
Cary Clarkbef063a2017-10-31 15:44:45 -04001495 "tools/bookmaker/cataloger.cpp",
Cary Clarka560c472017-11-27 10:44:06 -05001496 "tools/bookmaker/definition.cpp",
Cary Clark8032b982017-07-28 11:04:54 -04001497 "tools/bookmaker/fiddleParser.cpp",
1498 "tools/bookmaker/includeParser.cpp",
1499 "tools/bookmaker/includeWriter.cpp",
1500 "tools/bookmaker/mdOut.cpp",
1501 "tools/bookmaker/parserCommon.cpp",
Cary Clarkac47b882018-01-11 10:35:44 -05001502 "tools/bookmaker/selfCheck.cpp",
Cary Clark8032b982017-07-28 11:04:54 -04001503 "tools/bookmaker/spellCheck.cpp",
1504 ]
1505 deps = [
1506 ":flags",
1507 ":skia",
1508 ":tool_utils",
Cary Clark2f466242017-12-11 16:03:17 -05001509 "//third_party/jsoncpp",
Cary Clark8032b982017-07-28 11:04:54 -04001510 ]
1511 }
1512
Kevin Lubickebf648e2017-09-21 13:45:16 -04001513 if (target_cpu != "wasm") {
1514 import("gn/samples.gni")
1515 test_lib("samples") {
1516 public_include_dirs = [ "samplecode" ]
1517 include_dirs = [ "experimental" ]
Yuqian Li56a4a092018-02-12 14:47:34 +08001518 sources = samples_sources
Kevin Lubickebf648e2017-09-21 13:45:16 -04001519 deps = [
Florin Malita4aa44412017-12-19 12:21:02 -05001520 ":experimental_sksg",
Kevin Lubickebf648e2017-09-21 13:45:16 -04001521 ":experimental_svg_model",
1522 ":flags",
1523 ":gm",
Mike Reed193d3a02018-02-08 15:45:51 -05001524 ":skshaper",
Kevin Lubickebf648e2017-09-21 13:45:16 -04001525 ":tool_utils",
1526 ":views",
1527 ":xml",
1528 ]
Mike Klein38af9432016-11-11 11:39:44 -05001529
Kevin Lubickebf648e2017-09-21 13:45:16 -04001530 if (skia_use_lua) {
1531 sources += [ "samplecode/SampleLua.cpp" ]
1532 deps += [
1533 ":lua",
1534 "//third_party/lua",
1535 ]
1536 }
1537 }
1538 test_app("dm") {
1539 sources = [
1540 "dm/DM.cpp",
Hal Canaryb6c5e5b2017-10-09 16:13:02 -04001541 "dm/DMGpuTestProcs.cpp",
Kevin Lubickebf648e2017-09-21 13:45:16 -04001542 "dm/DMJsonWriter.cpp",
1543 "dm/DMSrcSink.cpp",
1544 ]
1545 include_dirs = [ "tests" ]
1546 deps = [
1547 ":common_flags",
Florin Malita54f65c42018-01-16 17:04:30 -05001548 ":experimental_skottie",
Florin Malita4aa44412017-12-19 12:21:02 -05001549 ":experimental_sksg",
Kevin Lubickebf648e2017-09-21 13:45:16 -04001550 ":experimental_svg_model",
1551 ":flags",
1552 ":gm",
1553 ":gpu_tool_utils",
1554 ":skia",
1555 ":tests",
1556 ":tool_utils",
1557 "//third_party/jsoncpp",
1558 "//third_party/libpng",
Mike Klein38af9432016-11-11 11:39:44 -05001559 ]
1560 }
Brian Osman16adfa32016-10-18 14:42:44 -04001561 }
1562
Mike Kleina8a51ce2018-01-09 12:34:11 -05001563 if (!is_win) {
1564 test_app("remote_demo") {
1565 sources = [
1566 "tools/remote_demo.cpp",
1567 ]
1568 deps = [
1569 ":skia",
1570 ]
1571 }
1572 }
1573
Mike Kleine6682eb2017-01-05 10:54:57 -05001574 test_app("nanobench") {
mtklein2b6870c2016-07-28 14:17:33 -07001575 sources = [
1576 "bench/nanobench.cpp",
1577 ]
1578 deps = [
1579 ":bench",
mtklein046cb562016-09-16 10:23:12 -07001580 ":common_flags",
Florin Malita4aa44412017-12-19 12:21:02 -05001581 ":experimental_sksg",
fmalita6519c212016-09-14 08:05:17 -07001582 ":experimental_svg_model",
mtklein2b6870c2016-07-28 14:17:33 -07001583 ":flags",
1584 ":gm",
1585 ":gpu_tool_utils",
1586 ":skia",
1587 ":tool_utils",
1588 "//third_party/jsoncpp",
1589 ]
mtklein2b6870c2016-07-28 14:17:33 -07001590 }
halcanary19a97202016-08-03 15:08:04 -07001591
Ravi Mistry10d36c52017-01-31 09:49:18 -05001592 test_app("skpinfo") {
1593 sources = [
1594 "tools/skpinfo.cpp",
1595 ]
1596 deps = [
1597 ":flags",
1598 ":skia",
1599 ]
1600 }
1601
Jim Van Verth8f5468f2016-10-31 09:52:33 -04001602 if (skia_enable_gpu) {
Mike Kleine6682eb2017-01-05 10:54:57 -05001603 test_app("skpbench") {
Jim Van Verth8f5468f2016-10-31 09:52:33 -04001604 sources = [
1605 "tools/skpbench/skpbench.cpp",
1606 ]
1607 deps = [
1608 ":flags",
1609 ":gpu_tool_utils",
1610 ":skia",
1611 ":tool_utils",
1612 ]
Jim Van Verthb6c5e532016-10-28 10:38:08 -04001613 }
csmartdalton4b5179b2016-09-19 11:03:58 -07001614 }
1615
Hal Canary96c57252018-02-09 11:43:05 -05001616 test_lib("skshaper") {
1617 public_include_dirs = [ "tools/shape" ]
1618 deps = [
1619 ":skia",
1620 ]
1621
Hal Canary8bb40832018-02-08 15:16:28 -05001622 if (target_cpu == "wasm") {
Hal Canary96c57252018-02-09 11:43:05 -05001623 sources = [
1624 "tools/shape/SkShaper_primitive.cpp",
1625 ]
1626 } else {
mtklein6f5df6a2016-08-29 16:01:10 -07001627 sources = [
Ben Wagnera25fbef2017-08-30 13:56:19 -04001628 "tools/shape/SkShaper_harfbuzz.cpp",
mtklein6f5df6a2016-08-29 16:01:10 -07001629 ]
Hal Canary96c57252018-02-09 11:43:05 -05001630 deps += [
mtklein6f5df6a2016-08-29 16:01:10 -07001631 "//third_party/harfbuzz",
Ben Wagnera25fbef2017-08-30 13:56:19 -04001632 "//third_party/icu",
mtklein6f5df6a2016-08-29 16:01:10 -07001633 ]
mtklein6f5df6a2016-08-29 16:01:10 -07001634 }
halcanary19a97202016-08-03 15:08:04 -07001635 }
Mike Kleine6682eb2017-01-05 10:54:57 -05001636 test_app("sktexttopdf") {
halcanary3eee9d92016-09-10 07:01:53 -07001637 sources = [
Ben Wagnera25fbef2017-08-30 13:56:19 -04001638 "tools/shape/using_skia_and_harfbuzz.cpp",
halcanary3eee9d92016-09-10 07:01:53 -07001639 ]
1640 deps = [
1641 ":skia",
Hal Canary96c57252018-02-09 11:43:05 -05001642 ":skshaper",
halcanary3eee9d92016-09-10 07:01:53 -07001643 ]
halcanary3eee9d92016-09-10 07:01:53 -07001644 }
mtklein046cb562016-09-16 10:23:12 -07001645
Matt Sarett9f1c4032017-05-17 10:06:32 -04001646 test_app("create_flutter_test_images") {
1647 sources = [
1648 "tools/create_flutter_test_images.cpp",
1649 ]
1650 deps = [
1651 ":skia",
1652 ":tool_utils",
1653 ]
1654 }
1655
Ben Wagner219f3622017-07-17 15:32:25 -04001656 test_app("create_test_font") {
1657 sources = [
Ben Wagner483c7722018-02-20 17:06:07 -05001658 "tools/fonts/create_test_font.cpp",
Ben Wagner219f3622017-07-17 15:32:25 -04001659 ]
1660 deps = [
1661 ":skia",
1662 ]
1663 assert_no_deps = [
1664 # tool_utils requires the output of this app.
1665 ":tool_utils",
1666 ]
1667 }
1668
Mike Kleine6682eb2017-01-05 10:54:57 -05001669 test_app("get_images_from_skps") {
mtklein046cb562016-09-16 10:23:12 -07001670 sources = [
1671 "tools/get_images_from_skps.cpp",
1672 ]
1673 deps = [
1674 ":flags",
1675 ":skia",
1676 "//third_party/jsoncpp",
1677 ]
mtklein046cb562016-09-16 10:23:12 -07001678 }
mtkleinecbc5262016-09-22 11:51:24 -07001679
Mike Kleine6682eb2017-01-05 10:54:57 -05001680 test_app("colorspaceinfo") {
Matt Sarett8740d582016-11-11 13:59:14 -05001681 sources = [
1682 "tools/colorspaceinfo.cpp",
1683 ]
1684 deps = [
1685 ":flags",
1686 ":skia",
1687 ":tool_utils",
1688 ]
Matt Sarett8740d582016-11-11 13:59:14 -05001689 }
1690
Kevin Lubickebf648e2017-09-21 13:45:16 -04001691 if (!is_ios && target_cpu != "wasm") {
Mike Kleine6682eb2017-01-05 10:54:57 -05001692 test_app("skiaserve") {
Mike Klein7d302882016-11-03 14:06:31 -04001693 sources = [
1694 "tools/skiaserve/Request.cpp",
1695 "tools/skiaserve/Response.cpp",
1696 "tools/skiaserve/skiaserve.cpp",
Mike Klein7d302882016-11-03 14:06:31 -04001697 "tools/skiaserve/urlhandlers/BreakHandler.cpp",
1698 "tools/skiaserve/urlhandlers/ClipAlphaHandler.cpp",
1699 "tools/skiaserve/urlhandlers/CmdHandler.cpp",
1700 "tools/skiaserve/urlhandlers/ColorModeHandler.cpp",
1701 "tools/skiaserve/urlhandlers/DataHandler.cpp",
1702 "tools/skiaserve/urlhandlers/DownloadHandler.cpp",
1703 "tools/skiaserve/urlhandlers/EnableGPUHandler.cpp",
1704 "tools/skiaserve/urlhandlers/ImgHandler.cpp",
1705 "tools/skiaserve/urlhandlers/InfoHandler.cpp",
Brian Salomon144a5c52016-12-20 16:48:59 -05001706 "tools/skiaserve/urlhandlers/OpBoundsHandler.cpp",
1707 "tools/skiaserve/urlhandlers/OpsHandler.cpp",
Mike Klein7d302882016-11-03 14:06:31 -04001708 "tools/skiaserve/urlhandlers/OverdrawHandler.cpp",
1709 "tools/skiaserve/urlhandlers/PostHandler.cpp",
1710 "tools/skiaserve/urlhandlers/QuitHandler.cpp",
1711 "tools/skiaserve/urlhandlers/RootHandler.cpp",
1712 ]
1713 deps = [
1714 ":flags",
1715 ":gpu_tool_utils",
1716 ":skia",
1717 ":tool_utils",
1718 "//third_party/jsoncpp",
1719 "//third_party/libmicrohttpd",
1720 "//third_party/libpng",
1721 ]
Mike Klein7d302882016-11-03 14:06:31 -04001722 }
mtkleinecbc5262016-09-22 11:51:24 -07001723 }
kjlubick14f984b2016-10-03 11:49:45 -07001724
Mike Kleine6682eb2017-01-05 10:54:57 -05001725 test_app("fuzz") {
Kevin Lubick9ff5dc92018-01-09 12:47:33 -05001726 include_dirs = [
1727 "tools",
1728 "tools/debugger",
1729 ]
kjlubick14f984b2016-10-03 11:49:45 -07001730 sources = [
Hal Canary24ac42b2017-02-14 13:35:14 -05001731 "fuzz/FuzzCanvas.cpp",
Cary Clark91390c82018-03-09 14:02:46 -05001732 "fuzz/FuzzCommon.cpp",
Kevin Lubickfec1dea2016-11-22 13:57:18 -05001733 "fuzz/FuzzDrawFunctions.cpp",
kjlubick14f984b2016-10-03 11:49:45 -07001734 "fuzz/FuzzGradients.cpp",
1735 "fuzz/FuzzParsePath.cpp",
Cary Clark91390c82018-03-09 14:02:46 -05001736 "fuzz/FuzzPathMeasure.cpp",
kjlubick14f984b2016-10-03 11:49:45 -07001737 "fuzz/FuzzPathop.cpp",
kjlubick14f984b2016-10-03 11:49:45 -07001738 "fuzz/fuzz.cpp",
Kevin Lubick2416f962018-02-12 08:26:39 -05001739 "fuzz/oss_fuzz/FuzzAnimatedImage.cpp",
1740 "fuzz/oss_fuzz/FuzzImage.cpp",
Kevin Lubickf034d112018-02-08 14:31:24 -05001741 "fuzz/oss_fuzz/FuzzImageFilterDeserialize.cpp",
1742 "fuzz/oss_fuzz/FuzzPathDeserialize.cpp",
Kevin Lubick2541edf2018-01-11 10:27:14 -05001743 "fuzz/oss_fuzz/FuzzRegionDeserialize.cpp",
1744 "fuzz/oss_fuzz/FuzzRegionSetPath.cpp",
Kevin Lubickf034d112018-02-08 14:31:24 -05001745 "fuzz/oss_fuzz/FuzzTextBlobDeserialize.cpp",
Kevin Lubick9ff5dc92018-01-09 12:47:33 -05001746 "tools/UrlDataManager.cpp",
1747 "tools/debugger/SkDebugCanvas.cpp",
1748 "tools/debugger/SkDrawCommand.cpp",
1749 "tools/debugger/SkJsonWriteBuffer.cpp",
1750 "tools/debugger/SkObjectParser.cpp",
1751 "tools/picture_utils.cpp",
kjlubick14f984b2016-10-03 11:49:45 -07001752 ]
1753 deps = [
1754 ":flags",
Hal Canary44801ca2017-03-15 11:39:06 -04001755 ":gpu_tool_utils",
kjlubick14f984b2016-10-03 11:49:45 -07001756 ":skia",
Kevin Lubick9ff5dc92018-01-09 12:47:33 -05001757 "//third_party/jsoncpp",
1758 "//third_party/libpng",
kjlubick14f984b2016-10-03 11:49:45 -07001759 ]
kjlubick14f984b2016-10-03 11:49:45 -07001760 }
Mike Klein38312422016-10-05 15:41:01 -04001761
Mike Kleine6682eb2017-01-05 10:54:57 -05001762 test_app("pathops_unittest") {
Mike Klein6e744122016-10-27 12:21:40 -04001763 sources = pathops_tests_sources + [
Mike Klein6e55fef2016-10-26 11:41:47 -04001764 rebase_path("tests/skia_test.cpp"),
1765 rebase_path("tests/Test.cpp"),
1766 ]
caryclark9feb6322016-10-25 08:58:26 -07001767 deps = [
1768 ":flags",
1769 ":gpu_tool_utils",
1770 ":skia",
1771 ":tool_utils",
1772 ]
caryclark9feb6322016-10-25 08:58:26 -07001773 }
1774
Mike Kleine6682eb2017-01-05 10:54:57 -05001775 test_app("dump_record") {
Mike Klein38312422016-10-05 15:41:01 -04001776 sources = [
1777 "tools/DumpRecord.cpp",
1778 "tools/dump_record.cpp",
1779 ]
1780 deps = [
1781 ":flags",
1782 ":skia",
1783 ]
Mike Klein38312422016-10-05 15:41:01 -04001784 }
bungemanfe917272016-10-13 17:36:40 -04001785
Mike Kleine6682eb2017-01-05 10:54:57 -05001786 test_app("skdiff") {
bungemanfe917272016-10-13 17:36:40 -04001787 sources = [
1788 "tools/skdiff/skdiff.cpp",
1789 "tools/skdiff/skdiff_html.cpp",
1790 "tools/skdiff/skdiff_main.cpp",
1791 "tools/skdiff/skdiff_utils.cpp",
1792 ]
1793 deps = [
1794 ":skia",
1795 ":tool_utils",
1796 ]
bungemanfe917272016-10-13 17:36:40 -04001797 }
halcanarya73d76a2016-10-17 13:19:02 -07001798
Mike Kleine6682eb2017-01-05 10:54:57 -05001799 test_app("skp_parser") {
halcanarya73d76a2016-10-17 13:19:02 -07001800 sources = [
1801 "tools/skp_parser.cpp",
1802 ]
1803 deps = [
1804 ":skia",
1805 ":tool_utils",
1806 "//third_party/jsoncpp",
1807 ]
halcanarya73d76a2016-10-17 13:19:02 -07001808 }
Brian Osman16adfa32016-10-18 14:42:44 -04001809
Hal Canaryd7b38452017-12-11 17:46:26 -05001810 if (!is_win && skia_enable_gpu) {
1811 test_lib("skqp_lib") {
1812 public_include_dirs = [ "tools/skqp" ]
Hal Canary0e07ad72018-02-08 13:06:56 -05001813 defines =
1814 [ "SK_SKQP_GLOBAL_ERROR_TOLERANCE=$skia_skqp_global_error_tolerance" ]
Hal Canary4689b542018-01-31 11:54:14 -05001815 if (skia_skqp_enable_driver_correctness_workarounds) {
1816 defines += [ "SK_SKQP_ENABLE_DRIVER_CORRECTNESS_WORKAROUNDS" ]
1817 }
Hal Canary75427132017-10-11 16:00:31 -04001818 sources = [
1819 "dm/DMGpuTestProcs.cpp",
Hal Canaryd7b38452017-12-11 17:46:26 -05001820 "tools/skqp/gm_knowledge.cpp",
1821 "tools/skqp/gm_runner.cpp",
Hal Canary75427132017-10-11 16:00:31 -04001822 ]
1823 deps = [
1824 ":gm",
1825 ":gpu_tool_utils",
1826 ":skia",
1827 ":tests",
Hal Canaryd7b38452017-12-11 17:46:26 -05001828 ":tool_utils",
1829 ]
1830 }
1831 test_app("skqp") {
1832 sources = [
1833 "tools/skqp/skqp.cpp",
1834 ]
1835 deps = [
1836 ":skia",
1837 ":skqp_lib",
Hal Canary537d9c02018-01-30 11:30:48 -05001838 ":tool_utils",
Hal Canary75427132017-10-11 16:00:31 -04001839 "//third_party/googletest",
1840 ]
1841 }
1842 }
Hal Canary28f89382017-12-12 09:42:14 -05001843 if (is_android && skia_enable_gpu) {
1844 test_app("skqp_app") {
1845 is_shared_library = true
1846 sources = [
1847 "tools/skqp/jni/org_skia_skqp_SkQPRunner.cpp",
1848 ]
1849 deps = [
1850 ":skia",
1851 ":skqp_lib",
Hal Canaryb4d01a92018-01-29 13:10:08 -05001852 ":tool_utils",
Hal Canary28f89382017-12-12 09:42:14 -05001853 ]
1854 libs = [ "android" ]
1855 }
1856 }
Hal Canary75427132017-10-11 16:00:31 -04001857
Hal Canarya9de7602018-01-19 13:08:23 -05001858 test_app("list_gms") {
1859 sources = [
1860 "tools/list_gms.cpp",
1861 ]
1862 deps = [
1863 ":gm",
1864 ":skia",
1865 ]
1866 }
1867 test_app("list_gpu_unit_tests") {
1868 sources = [
1869 "dm/DMGpuTestProcs.cpp",
1870 "tools/list_gpu_unit_tests.cpp",
1871 ]
1872 deps = [
1873 ":skia",
1874 ":tests",
1875 ]
1876 }
1877
Jim Van Verthdbb24ef2017-09-01 11:01:51 -04001878 if (skia_enable_gpu) {
Brian Osmaneff04b52017-11-21 13:18:02 -05001879 test_lib("sk_app") {
1880 public_include_dirs = [ "tools/sk_app" ]
Brian Osman16adfa32016-10-18 14:42:44 -04001881 sources = [
Brian Osmaneff04b52017-11-21 13:18:02 -05001882 "tools/sk_app/CommandSet.cpp",
1883 "tools/sk_app/GLWindowContext.cpp",
1884 "tools/sk_app/Window.cpp",
Brian Osman16adfa32016-10-18 14:42:44 -04001885 ]
Brian Osman2dd96932016-10-18 15:33:53 -04001886 libs = []
Brian Osman16adfa32016-10-18 14:42:44 -04001887
Jim Van Verth4e56a912016-10-21 10:58:52 -04001888 if (is_android) {
1889 sources += [
Brian Osmaneff04b52017-11-21 13:18:02 -05001890 "tools/sk_app/android/GLWindowContext_android.cpp",
1891 "tools/sk_app/android/RasterWindowContext_android.cpp",
1892 "tools/sk_app/android/Window_android.cpp",
1893 "tools/sk_app/android/main_android.cpp",
1894 "tools/sk_app/android/surface_glue_android.cpp",
Jim Van Verth4e56a912016-10-21 10:58:52 -04001895 ]
Brian Osman462334e2017-02-09 11:22:57 -05001896 libs += [ "android" ]
Jim Van Verth4e56a912016-10-21 10:58:52 -04001897 } else if (is_linux) {
Brian Osman2dd96932016-10-18 15:33:53 -04001898 sources += [
Brian Osmaneff04b52017-11-21 13:18:02 -05001899 "tools/sk_app/unix/GLWindowContext_unix.cpp",
1900 "tools/sk_app/unix/RasterWindowContext_unix.cpp",
1901 "tools/sk_app/unix/Window_unix.cpp",
Brian Osmanfa916272017-12-01 09:18:20 -05001902 "tools/sk_app/unix/keysym2ucs.c",
Brian Osmaneff04b52017-11-21 13:18:02 -05001903 "tools/sk_app/unix/main_unix.cpp",
Brian Osman2dd96932016-10-18 15:33:53 -04001904 ]
Brian Osmanfa916272017-12-01 09:18:20 -05001905 libs += [
1906 "GL",
1907 "X11",
1908 ]
Brian Osman2dd96932016-10-18 15:33:53 -04001909 } else if (is_win) {
Brian Osman16adfa32016-10-18 14:42:44 -04001910 sources += [
Brian Osmaneff04b52017-11-21 13:18:02 -05001911 "tools/sk_app/win/GLWindowContext_win.cpp",
1912 "tools/sk_app/win/RasterWindowContext_win.cpp",
1913 "tools/sk_app/win/Window_win.cpp",
1914 "tools/sk_app/win/main_win.cpp",
Brian Osman16adfa32016-10-18 14:42:44 -04001915 ]
Brian Salomon194db172017-08-17 14:37:06 -04001916 if (skia_use_angle) {
Brian Osmaneff04b52017-11-21 13:18:02 -05001917 sources += [ "tools/sk_app/win/ANGLEWindowContext_win.cpp" ]
Brian Salomon194db172017-08-17 14:37:06 -04001918 }
Mike Klein43c25262016-10-20 10:17:47 -04001919 } else if (is_mac) {
1920 sources += [
Brian Osmaneff04b52017-11-21 13:18:02 -05001921 "tools/sk_app/mac/GLWindowContext_mac.cpp",
1922 "tools/sk_app/mac/RasterWindowContext_mac.cpp",
1923 "tools/sk_app/mac/Window_mac.cpp",
1924 "tools/sk_app/mac/main_mac.cpp",
Mike Klein43c25262016-10-20 10:17:47 -04001925 ]
Brian Osmanfa916272017-12-01 09:18:20 -05001926 libs += [
1927 "QuartzCore.framework",
1928 "Cocoa.framework",
1929 "Foundation.framework",
1930 ]
Jim Van Verthdbb24ef2017-09-01 11:01:51 -04001931 } else if (is_ios) {
1932 sources += [
Brian Osmaneff04b52017-11-21 13:18:02 -05001933 "tools/sk_app/ios/GLWindowContext_ios.cpp",
1934 "tools/sk_app/ios/RasterWindowContext_ios.cpp",
1935 "tools/sk_app/ios/Window_ios.cpp",
1936 "tools/sk_app/ios/main_ios.cpp",
Jim Van Verthdbb24ef2017-09-01 11:01:51 -04001937 ]
Brian Osman16adfa32016-10-18 14:42:44 -04001938 }
1939
1940 if (skia_use_vulkan) {
Brian Osmaneff04b52017-11-21 13:18:02 -05001941 sources += [ "tools/sk_app/VulkanWindowContext.cpp" ]
Jim Van Verth4e56a912016-10-21 10:58:52 -04001942 if (is_android) {
Brian Osmaneff04b52017-11-21 13:18:02 -05001943 sources += [ "tools/sk_app/android/VulkanWindowContext_android.cpp" ]
Jim Van Verth4e56a912016-10-21 10:58:52 -04001944 } else if (is_linux) {
Brian Osmaneff04b52017-11-21 13:18:02 -05001945 sources += [ "tools/sk_app/unix/VulkanWindowContext_unix.cpp" ]
Brian Osman2dd96932016-10-18 15:33:53 -04001946 libs += [ "X11-xcb" ]
1947 } else if (is_win) {
Brian Osmaneff04b52017-11-21 13:18:02 -05001948 sources += [ "tools/sk_app/win/VulkanWindowContext_win.cpp" ]
Brian Osman16adfa32016-10-18 14:42:44 -04001949 }
1950 }
1951
Brian Osman16adfa32016-10-18 14:42:44 -04001952 deps = [
Brian Osman16adfa32016-10-18 14:42:44 -04001953 ":gpu_tool_utils",
Brian Osman16adfa32016-10-18 14:42:44 -04001954 ":skia",
1955 ":tool_utils",
1956 ":views",
Brian Osman16adfa32016-10-18 14:42:44 -04001957 ]
Jim Van Verth4e56a912016-10-21 10:58:52 -04001958 if (is_android) {
1959 deps += [ "//third_party/native_app_glue" ]
Jim Van Verthdbb24ef2017-09-01 11:01:51 -04001960 } else if (is_mac || is_ios) {
Mike Klein43c25262016-10-20 10:17:47 -04001961 deps += [ "//third_party/libsdl" ]
1962 }
Brian Salomon194db172017-08-17 14:37:06 -04001963 if (skia_use_angle) {
1964 deps += [ "//third_party/angle2" ]
1965 }
Mike Kleina92c3832016-12-08 09:49:39 -05001966 }
Brian Osman16adfa32016-10-18 14:42:44 -04001967 }
Ethan Nicholas4f3985c2016-11-14 11:16:37 -05001968
Brian Osmaneff04b52017-11-21 13:18:02 -05001969 if (skia_enable_gpu) {
1970 test_app("viewer") {
1971 is_shared_library = is_android
Jim Van Verth329c5a62017-11-29 11:42:33 -05001972 if (is_ios) {
1973 bundle_ios_data = true
1974 }
Brian Osmaneff04b52017-11-21 13:18:02 -05001975 sources = [
Chris Dalton2d18f412018-02-20 13:23:32 -07001976 "tools/viewer/BisectSlide.cpp",
Brian Osmaneff04b52017-11-21 13:18:02 -05001977 "tools/viewer/GMSlide.cpp",
Brian Osmand67e5182017-12-08 16:46:09 -05001978 "tools/viewer/ImGuiLayer.cpp",
Brian Osmaneff04b52017-11-21 13:18:02 -05001979 "tools/viewer/ImageSlide.cpp",
1980 "tools/viewer/SKPSlide.cpp",
1981 "tools/viewer/SampleSlide.cpp",
Florin Malita54f65c42018-01-16 17:04:30 -05001982 "tools/viewer/SkottieSlide.cpp",
Florin Malita76a076b2018-02-15 18:40:48 -05001983 "tools/viewer/SlideDir.cpp",
Brian Osman56a24812017-12-19 11:15:16 -05001984 "tools/viewer/StatsLayer.cpp",
Brian Osmaneff04b52017-11-21 13:18:02 -05001985 "tools/viewer/Viewer.cpp",
1986 ]
1987 libs = []
1988
1989 include_dirs = []
1990 deps = [
Florin Malita54f65c42018-01-16 17:04:30 -05001991 ":experimental_skottie",
Florin Malitabcd07232018-01-31 11:08:58 -05001992 ":experimental_sksg",
Brian Osmaneff04b52017-11-21 13:18:02 -05001993 ":flags",
1994 ":gm",
1995 ":gpu_tool_utils",
1996 ":samples",
1997 ":sk_app",
1998 ":skia",
1999 ":tool_utils",
2000 ":views",
2001 "//third_party/imgui",
2002 "//third_party/jsoncpp",
2003 ]
2004 }
2005 }
2006
2007 if (skia_enable_gpu && !skia_use_angle && (is_linux || is_win || is_mac)) {
2008 test_app("HelloWorld") {
2009 sources = [
2010 "example/HelloWorld.cpp",
2011 ]
2012 libs = []
2013
2014 include_dirs = []
2015 deps = [
2016 ":flags",
2017 ":gpu_tool_utils",
2018 ":sk_app",
2019 ":skia",
2020 ":tool_utils",
2021 ":views",
2022 ]
2023 }
2024 }
2025
Jim Van Verthecfed2b2017-08-30 14:02:50 -04002026 if (skia_enable_gpu && (is_linux || is_mac || is_ios)) {
Jim Van Verth4c70c752017-07-11 12:03:01 -04002027 test_app("SkiaSDLExample") {
2028 sources = [
2029 "example/SkiaSDLExample.cpp",
2030 ]
2031 libs = []
2032 include_dirs = []
2033 deps = [
2034 ":gpu_tool_utils",
2035 ":skia",
2036 "//third_party/libsdl",
2037 ]
2038 }
2039 }
2040
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002041 if (skia_qt_path != "" && (is_win || is_linux || is_mac)) {
2042 action_foreach("generate_mocs") {
2043 script = "gn/call.py"
2044 sources = [
2045 "tools/mdbviz/MainWindow.h",
2046 ]
2047 outputs = [
2048 "$target_gen_dir/mdbviz/{{source_name_part}}_moc.cpp",
2049 ]
2050 args = [
2051 "$skia_qt_path" + "/bin/moc",
2052 "{{source}}",
2053 "-o",
2054 "gen/mdbviz/{{source_name_part}}_moc.cpp",
2055 ]
2056 }
2057 action_foreach("generate_resources") {
2058 script = "gn/call.py"
2059 sources = [
2060 "tools/mdbviz/resources.qrc",
2061 ]
2062 outputs = [
2063 "$target_gen_dir/mdbviz/{{source_name_part}}_res.cpp",
2064 ]
2065 args = [
2066 "$skia_qt_path" + "/bin/rcc",
2067 "{{source}}",
2068 "-o",
2069 "gen/mdbviz/{{source_name_part}}_res.cpp",
2070 ]
2071 }
2072 test_app("mdbviz") {
2073 if (is_win) {
2074 # on Windows we need to disable some exception handling warnings due to the Qt headers
2075 cflags = [ "/Wv:18" ] # 18 -> VS2013, 19 -> VS2015, 1910 -> VS2017
2076 }
2077 sources = [
Robert Phillips5fccf9d2017-09-05 15:10:12 -04002078 "tools/UrlDataManager.cpp",
2079 "tools/debugger/SkDebugCanvas.cpp",
2080 "tools/debugger/SkDrawCommand.cpp",
2081 "tools/debugger/SkJsonWriteBuffer.cpp",
2082 "tools/debugger/SkObjectParser.cpp",
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002083 "tools/mdbviz/MainWindow.cpp",
Robert Phillipsdeaf5682017-09-06 13:07:21 -04002084 "tools/mdbviz/Model.cpp",
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002085 "tools/mdbviz/main.cpp",
Robert Phillips5fccf9d2017-09-05 15:10:12 -04002086 "tools/picture_utils.cpp",
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002087
2088 # generated files
2089 "$target_gen_dir/mdbviz/MainWindow_moc.cpp",
2090 "$target_gen_dir/mdbviz/resources_res.cpp",
2091 ]
2092 lib_dirs = [ "$skia_qt_path/lib" ]
2093 libs = [
2094 "Qt5Core.lib",
2095 "Qt5Gui.lib",
2096 "Qt5Widgets.lib",
2097 ]
2098 include_dirs = [
2099 "$skia_qt_path/include",
Robert Phillips276066b2017-09-06 17:17:44 -04002100 "$skia_qt_path/include/QtCore",
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002101 "$skia_qt_path/include/QtWidgets",
Robert Phillips5fccf9d2017-09-05 15:10:12 -04002102 "tools",
2103 "tools/debugger",
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002104 ]
2105 deps = [
2106 ":generate_mocs",
2107 ":generate_resources",
2108 ":skia",
Robert Phillips5fccf9d2017-09-05 15:10:12 -04002109 "//third_party/jsoncpp",
2110 "//third_party/libpng",
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002111 ]
2112 }
2113 }
2114
Mike Kleine459afd2017-03-03 09:21:30 -05002115 if (is_android && defined(ndk) && ndk != "") {
Derek Sollenberger70120c72017-01-05 11:39:04 -05002116 copy("gdbserver") {
2117 sources = [
2118 "$ndk/$ndk_gdbserver",
2119 ]
2120 outputs = [
2121 "$root_out_dir/gdbserver",
2122 ]
2123 }
Derek Sollenberger70120c72017-01-05 11:39:04 -05002124 }
mtklein25c81d42016-07-27 13:55:26 -07002125}