blob: 361d388717b0519a078dba9f3a4e304982b300d3 [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 Kleinf9ae6702018-06-20 14:05:05 -040029 skia_use_opencl = false
Mike Klein10d665d2016-11-01 11:46:10 -040030 skia_use_piex = !is_win
mtklein63213812016-08-24 09:55:56 -070031 skia_use_zlib = true
Greg Daniele5ddff52017-07-05 16:49:36 -040032 skia_use_metal = false
Mike Klein36f182f2017-10-20 12:33:53 -040033 skia_use_libheif = is_skia_dev_build
Chinmay Garded92d0352018-09-17 10:23:28 -070034 skia_use_x11 = is_linux
mtklein1bd72ba2016-09-16 07:45:52 -070035
Mike Klein7d921032017-01-05 12:20:41 -050036 skia_android_serial = ""
Brian Osman3f375d02016-12-28 11:19:22 -050037 skia_enable_discrete_gpu = true
Mike Kleina04bb452017-02-09 12:24:07 -050038 skia_enable_effects = true
Mike Reed0917fad2018-06-19 10:17:30 -040039 skia_enable_effects_imagefilters = true
Brian Osmanf2c90142017-07-13 15:50:03 -040040 skia_enable_flutter_defines = false
Hal Canaryff2742e2018-01-30 11:35:47 -050041 skia_enable_fontmgr_empty = false
Brian Osman74511012018-04-02 20:13:46 +000042 skia_enable_gpu = true
Hal Canary43fb7a02016-12-30 13:09:03 -050043 skia_enable_pdf = true
Ethan Nicholasa6ae1f72017-03-16 09:56:54 -040044 skia_enable_spirv_validation = is_skia_dev_build && is_debug
Mike Klein3669a822017-03-03 10:55:02 -050045 skia_enable_tools = is_skia_dev_build
46 skia_enable_vulkan_debug_layers = is_skia_dev_build && is_debug
Greg Danielda16cce2018-08-01 09:23:57 -040047 skia_vulkan_header = "" # temporary as we remove the use from clients
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 Canary4689b542018-01-31 11:54:14 -050053 skia_skqp_enable_driver_correctness_workarounds = false
Hal Canary2331c822018-02-01 14:06:13 -050054 skia_skqp_global_error_tolerance = 0
Ethan Nicholas26a9aad2018-03-27 14:10:52 -040055
56 skia_llvm_path = ""
57 skia_llvm_lib = "LLVM"
Hal Canaryfd9bcab2018-04-24 11:47:23 -040058
59 skia_tools_require_resources = false
mtkleinc04ff472016-06-23 10:29:30 -070060}
Brian Salomon23d73ea2016-10-27 13:31:37 -040061declare_args() {
Matt Sarett189491c2017-03-20 18:09:30 -040062 skia_use_dng_sdk = !is_fuchsia && skia_use_libjpeg_turbo && skia_use_zlib
Mike Klein10d665d2016-11-01 11:46:10 -040063 skia_use_sfntly = skia_use_icu
Brian Salomoncbcb0a12017-11-19 13:20:13 -050064 skia_enable_atlas_text = is_skia_dev_build && skia_enable_gpu
Mike Klein10d665d2016-11-01 11:46:10 -040065
Mike Klein4d598a32016-10-31 13:44:49 -040066 if (is_android) {
67 skia_use_vulkan = defined(ndk_api) && ndk_api >= 24
Forrest Reiling30229ac2017-04-17 13:36:39 -070068 } else if (is_fuchsia) {
69 skia_use_vulkan = fuchsia_use_vulkan
Mike Klein4d598a32016-10-31 13:44:49 -040070 } else {
Greg Daniel91dfa3b2018-05-22 13:25:15 -040071 skia_use_vulkan = (defined(skia_vulkan_sdk) && skia_vulkan_sdk != "") ||
72 (defined(skia_moltenvk_path) && skia_moltenvk_path != "")
Mike Klein4d598a32016-10-31 13:44:49 -040073 }
Jim Van Verth4e502972017-12-07 15:16:10 -050074
75 if (is_ios) {
76 skia_ios_identity = ".*Google.*"
77 skia_ios_profile = "Google Development"
78 }
Brian Salomon23d73ea2016-10-27 13:31:37 -040079}
Brian Salomon789e25e2016-09-30 13:41:03 -040080
Adam Barth54ef74a2017-10-13 10:59:38 -070081if (defined(skia_settings)) {
82 import(skia_settings)
83}
84
Brian Osmanc9a42472018-05-31 13:17:12 -040085# Our tools require static linking (they use non-exported symbols), and the GPU backend.
86skia_enable_tools = skia_enable_tools && !is_component_build && skia_enable_gpu
mtklein06c35c02016-09-20 12:28:12 -070087
mtkleina45be612016-08-29 15:22:10 -070088fontmgr_android_enabled = skia_use_expat && skia_use_freetype
89
mtklein1211e0c2016-07-26 13:55:45 -070090skia_public_includes = [
mtklein25c81d42016-07-27 13:55:26 -070091 "include/android",
mtkleinfa84d942016-07-28 09:45:14 -070092 "include/c",
mtklein1211e0c2016-07-26 13:55:45 -070093 "include/codec",
94 "include/config",
95 "include/core",
Hal Canary23564b92018-09-07 14:33:14 -040096 "include/docs",
mtklein1211e0c2016-07-26 13:55:45 -070097 "include/effects",
Matt Sarett94fd06f2017-05-08 17:31:00 -040098 "include/encode",
mtklein1211e0c2016-07-26 13:55:45 -070099 "include/gpu",
Brian Salomoncbcb0a12017-11-19 13:20:13 -0500100 "include/atlastext",
mtklein1211e0c2016-07-26 13:55:45 -0700101 "include/pathops",
102 "include/ports",
mtklein25c81d42016-07-27 13:55:26 -0700103 "include/svg",
mtklein1211e0c2016-07-26 13:55:45 -0700104 "include/utils",
105 "include/utils/mac",
mtklein1211e0c2016-07-26 13:55:45 -0700106]
107
Brian Salomoncbcb0a12017-11-19 13:20:13 -0500108if (skia_enable_atlas_text) {
109 skia_public_includes += [ "include/atlastext" ]
110}
Robert Phillipsfcd5fdd2017-06-14 01:43:29 +0000111
mtkleinc04ff472016-06-23 10:29:30 -0700112# Skia public API, generally provided by :skia.
113config("skia_public") {
mtklein1211e0c2016-07-26 13:55:45 -0700114 include_dirs = skia_public_includes
Mike Kleinae7e6712016-10-11 17:49:33 -0400115 defines = []
116 if (is_component_build) {
117 defines += [ "SKIA_DLL" ]
118 }
Mike Kleinc4cbd742016-09-26 21:37:09 -0400119 if (is_fuchsia || is_linux) {
jcgregorio5561e3d2016-08-25 09:25:11 -0700120 defines += [ "SK_SAMPLES_FOR_X" ]
121 }
Brian Osmanf2c90142017-07-13 15:50:03 -0400122 if (skia_enable_flutter_defines) {
123 defines += flutter_defines
124 }
mtklein06c35c02016-09-20 12:28:12 -0700125 if (!skia_enable_gpu) {
126 defines += [ "SK_SUPPORT_GPU=0" ]
127 }
Brian Salomoncbcb0a12017-11-19 13:20:13 -0500128 if (skia_enable_atlas_text) {
129 defines += [ "SK_SUPPORT_ATLAS_TEXT=1" ]
130 }
mtkleinc04ff472016-06-23 10:29:30 -0700131}
132
133# Skia internal APIs, used by Skia itself and a few test tools.
134config("skia_private") {
135 visibility = [ ":*" ]
136
137 include_dirs = [
138 "include/private",
139 "src/c",
mtklein1211e0c2016-07-26 13:55:45 -0700140 "src/codec",
mtkleinc04ff472016-06-23 10:29:30 -0700141 "src/core",
142 "src/effects",
mtklein25c81d42016-07-27 13:55:26 -0700143 "src/fonts",
mtkleinc04ff472016-06-23 10:29:30 -0700144 "src/image",
145 "src/images",
146 "src/lazy",
147 "src/opts",
148 "src/pathops",
mtklein2b6870c2016-07-28 14:17:33 -0700149 "src/pdf",
mtkleinc04ff472016-06-23 10:29:30 -0700150 "src/ports",
151 "src/sfnt",
Florin Malita5edba452017-05-30 16:39:47 -0400152 "src/shaders",
153 "src/shaders/gradients",
mtklein9e0d9dd2016-08-30 10:37:19 -0700154 "src/sksl",
mtkleinc04ff472016-06-23 10:29:30 -0700155 "src/utils",
mtklein7a1f45f2016-08-04 06:19:33 -0700156 "src/utils/win",
Herb Derby5a8fe972017-02-14 14:42:30 -0500157 "src/xml",
scroggo19b91532016-10-24 09:03:26 -0700158 "third_party/gif",
mtkleinc04ff472016-06-23 10:29:30 -0700159 ]
mtklein150d1132016-08-01 06:56:40 -0700160
Mike Reeda9e241d2017-05-03 10:52:00 -0400161 defines = [ "SK_GAMMA_APPLY_TO_A8" ]
mtkleinb37c0342016-09-09 11:07:45 -0700162 if (is_android) {
163 defines += [
164 "SK_GAMMA_EXPONENT=1.4",
165 "SK_GAMMA_CONTRAST=0.0",
166 ]
167 }
mtklein88a7ac02016-09-14 11:16:49 -0700168 if (is_official_build || is_android) {
169 # TODO(bsalomon): it'd be nice to make Android normal.
170 defines += [ "SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0" ]
171 }
Brian Salomon789e25e2016-09-30 13:41:03 -0400172 libs = []
173 lib_dirs = []
Brian Salomon03e05842017-02-23 12:23:47 -0500174 if (skia_enable_gpu) {
175 include_dirs += [ "src/gpu" ]
Greg Danielafb7ec72017-12-07 12:48:30 -0500176 if (is_skia_dev_build && skia_use_vulkan) {
177 include_dirs += [ "tools/gpu/vk" ]
178 }
Brian Salomon03e05842017-02-23 12:23:47 -0500179 }
Brian Osman34755e22016-12-05 09:46:02 -0500180 if (skia_use_angle) {
181 defines += [ "SK_ANGLE" ]
182 }
Brian Osman3f375d02016-12-28 11:19:22 -0500183 if (skia_enable_discrete_gpu) {
184 defines += [ "SK_ENABLE_DISCRETE_GPU" ]
185 }
Brian Salomon0c26a9d2017-07-06 10:09:38 -0400186 if (!is_official_build) {
187 defines += [ "GR_TEST_UTILS=1" ]
188 }
Ethan Nicholas26a9aad2018-03-27 14:10:52 -0400189 if (skia_llvm_path != "") {
190 defines += [ "SK_LLVM_AVAILABLE" ]
191 include_dirs += [ "$skia_llvm_path/include" ]
192 libs += [ skia_llvm_lib ]
193 lib_dirs += [ "$skia_llvm_path/lib/" ]
194 }
mtkleinc04ff472016-06-23 10:29:30 -0700195}
196
197# Any code that's linked into Skia-the-library should use this config via += skia_library_configs.
198config("skia_library") {
199 visibility = [ ":*" ]
mtkleinc04ff472016-06-23 10:29:30 -0700200 defines = [ "SKIA_IMPLEMENTATION=1" ]
201}
202
203skia_library_configs = [
204 ":skia_public",
205 ":skia_private",
206 ":skia_library",
207]
208
mtklein9b8583d2016-08-24 17:32:30 -0700209# Use for CPU-specific Skia code that needs particular compiler flags.
210template("opts") {
211 if (invoker.enabled) {
212 source_set(target_name) {
213 forward_variables_from(invoker, "*")
214 configs += skia_library_configs
215 }
216 } else {
217 # If not enabled, a phony empty target that swallows all otherwise unused variables.
218 source_set(target_name) {
219 forward_variables_from(invoker,
220 "*",
221 [
222 "sources",
223 "cflags",
224 ])
225 }
226 }
anmittala7eaf2e2016-08-17 13:57:26 -0700227}
228
mtklein422310d2016-08-16 18:28:43 -0700229is_x86 = current_cpu == "x64" || current_cpu == "x86"
mtkleinc04ff472016-06-23 10:29:30 -0700230
mtklein7d6fb2c2016-08-25 14:50:44 -0700231opts("none") {
232 enabled = !is_x86 && current_cpu != "arm" && current_cpu != "arm64"
brettwb9447282016-09-01 14:24:39 -0700233 sources = skia_opts.none_sources
anmittalb8b3f712016-08-25 04:55:19 -0700234 cflags = []
235}
236
mtklein7d6fb2c2016-08-25 14:50:44 -0700237opts("armv7") {
anmittalb8b3f712016-08-25 04:55:19 -0700238 enabled = current_cpu == "arm"
brettwb9447282016-09-01 14:24:39 -0700239 sources = skia_opts.armv7_sources + skia_opts.neon_sources
mtklein7d6fb2c2016-08-25 14:50:44 -0700240 cflags = []
anmittalb8b3f712016-08-25 04:55:19 -0700241}
242
243opts("arm64") {
244 enabled = current_cpu == "arm64"
brettwb9447282016-09-01 14:24:39 -0700245 sources = skia_opts.arm64_sources
anmittalb8b3f712016-08-25 04:55:19 -0700246 cflags = []
247}
248
249opts("crc32") {
250 enabled = current_cpu == "arm64"
brettwb9447282016-09-01 14:24:39 -0700251 sources = skia_opts.crc32_sources
anmittalb8b3f712016-08-25 04:55:19 -0700252 cflags = [ "-march=armv8-a+crc" ]
253}
254
mtklein9b8583d2016-08-24 17:32:30 -0700255opts("sse2") {
256 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700257 sources = skia_opts.sse2_sources
Mike Kleinc722f792017-07-31 11:57:21 -0400258 if (!is_clang && is_win) {
Mike Kleind8765e32016-10-19 13:39:13 -0400259 defines = [ "SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSE2" ]
260 } else {
Mike Klein3eb71212016-10-11 17:08:53 -0400261 cflags = [ "-msse2" ]
262 }
mtklein9b8583d2016-08-24 17:32:30 -0700263}
mtkleinc04ff472016-06-23 10:29:30 -0700264
mtklein9b8583d2016-08-24 17:32:30 -0700265opts("ssse3") {
266 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700267 sources = skia_opts.ssse3_sources
Mike Kleinc722f792017-07-31 11:57:21 -0400268 if (!is_clang && is_win) {
Mike Kleind8765e32016-10-19 13:39:13 -0400269 defines = [ "SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSSE3" ]
270 } else {
Mike Klein3eb71212016-10-11 17:08:53 -0400271 cflags = [ "-mssse3" ]
272 }
mtklein9b8583d2016-08-24 17:32:30 -0700273}
mtkleinc04ff472016-06-23 10:29:30 -0700274
mtklein9b8583d2016-08-24 17:32:30 -0700275opts("sse41") {
276 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700277 sources = skia_opts.sse41_sources
Mike Kleinc722f792017-07-31 11:57:21 -0400278 if (!is_clang && is_win) {
Mike Kleind8765e32016-10-19 13:39:13 -0400279 defines = [ "SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSE41" ]
280 } else {
Mike Klein3eb71212016-10-11 17:08:53 -0400281 cflags = [ "-msse4.1" ]
282 }
mtklein9b8583d2016-08-24 17:32:30 -0700283}
mtklein4e976072016-08-08 09:06:27 -0700284
mtklein9b8583d2016-08-24 17:32:30 -0700285opts("sse42") {
286 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700287 sources = skia_opts.sse42_sources
Mike Kleinc722f792017-07-31 11:57:21 -0400288 if (!is_clang && is_win) {
Mike Kleind8765e32016-10-19 13:39:13 -0400289 defines = [ "SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSE42" ]
290 } else {
Mike Klein3eb71212016-10-11 17:08:53 -0400291 cflags = [ "-msse4.2" ]
292 }
mtklein9b8583d2016-08-24 17:32:30 -0700293}
294
295opts("avx") {
296 enabled = is_x86
brettwb9447282016-09-01 14:24:39 -0700297 sources = skia_opts.avx_sources
Mike Klein4d4b3aa2018-03-21 13:07:35 -0400298 if (is_win) {
Mike Klein17b6e482016-11-18 22:11:41 +0000299 cflags = [ "/arch:AVX" ]
Mike Klein3eb71212016-10-11 17:08:53 -0400300 } else {
301 cflags = [ "-mavx" ]
302 }
mtkleinc04ff472016-06-23 10:29:30 -0700303}
304
Mike Klein1b9b7d52018-02-27 10:37:40 -0500305opts("hsw") {
306 enabled = is_x86
307 sources = skia_opts.hsw_sources
Mike Klein4d4b3aa2018-03-21 13:07:35 -0400308 if (is_win) {
Mike Klein1b9b7d52018-02-27 10:37:40 -0500309 cflags = [ "/arch:AVX2" ]
310 } else {
Mike Kleine87c4862018-03-23 00:13:58 +0000311 cflags = [ "-march=haswell" ]
Mike Klein1b9b7d52018-02-27 10:37:40 -0500312 }
313
314 # Oddly, clang-cl doesn't recognize this as a valid flag.
315 # If it ever does, it'd nice to move this up with -mavx2 and co.
316 if (is_clang && !is_win) {
317 # This flag lets Clang generate FMAs when it sees a mul-then-add. It's optional,
318 # but nice to have, generating slightly better code for paths without explicit FMAs.
319 cflags += [ "-ffp-contract=fast" ]
320 }
321}
322
mtkleinc095df52016-08-24 12:23:52 -0700323# Any feature of Skia that requires third-party code should be optional and use this template.
mtklein457b42a2016-08-23 13:56:37 -0700324template("optional") {
325 if (invoker.enabled) {
326 config(target_name + "_public") {
mtkleincd01b032016-08-31 04:58:19 -0700327 if (defined(invoker.public_defines)) {
328 defines = invoker.public_defines
329 }
Chris Dalton3a67b8e2018-05-03 09:30:29 -0600330 if (defined(invoker.public_configs)) {
331 configs = invoker.public_configs
332 }
mtklein457b42a2016-08-23 13:56:37 -0700333 }
334 source_set(target_name) {
mtkleincd01b032016-08-31 04:58:19 -0700335 forward_variables_from(invoker,
336 "*",
337 [
338 "public_defines",
339 "sources_when_disabled",
scroggof84ad642016-10-31 09:02:57 -0700340 "configs_to_remove",
mtkleincd01b032016-08-31 04:58:19 -0700341 ])
mtklein457b42a2016-08-23 13:56:37 -0700342 all_dependent_configs = [ ":" + target_name + "_public" ]
mtklein9b8583d2016-08-24 17:32:30 -0700343 configs += skia_library_configs
scroggof84ad642016-10-31 09:02:57 -0700344 if (defined(invoker.configs_to_remove)) {
345 configs -= invoker.configs_to_remove
346 }
mtklein457b42a2016-08-23 13:56:37 -0700347 }
348 } else {
mtklein457b42a2016-08-23 13:56:37 -0700349 source_set(target_name) {
350 forward_variables_from(invoker,
351 "*",
352 [
353 "public_defines",
Greg Daniel91dfa3b2018-05-22 13:25:15 -0400354 "public_deps",
mtklein457b42a2016-08-23 13:56:37 -0700355 "deps",
mtklein6ef69992016-09-14 06:12:09 -0700356 "libs",
mtklein457b42a2016-08-23 13:56:37 -0700357 "sources",
mtkleincd01b032016-08-31 04:58:19 -0700358 "sources_when_disabled",
scroggof84ad642016-10-31 09:02:57 -0700359 "configs_to_remove",
mtklein457b42a2016-08-23 13:56:37 -0700360 ])
mtkleincd01b032016-08-31 04:58:19 -0700361 if (defined(invoker.sources_when_disabled)) {
362 sources = invoker.sources_when_disabled
363 }
364 configs += skia_library_configs
mtklein457b42a2016-08-23 13:56:37 -0700365 }
mtkleineb3c4252016-08-23 07:38:09 -0700366 }
mtklein457b42a2016-08-23 13:56:37 -0700367}
mtklein457b42a2016-08-23 13:56:37 -0700368
Mike Kleina04bb452017-02-09 12:24:07 -0500369optional("effects") {
370 enabled = skia_enable_effects
Ethan Nicholas762466e2017-06-29 10:03:38 -0400371 deps = [
372 ":compile_processors",
373 ]
Mike Kleina04bb452017-02-09 12:24:07 -0500374 sources =
375 skia_effects_sources + [ "src/ports/SkGlobalInitialization_default.cpp" ]
Mike Reed0917fad2018-06-19 10:17:30 -0400376 if (skia_enable_effects_imagefilters) {
377 sources += skia_effects_imagefilter_sources
378 } else {
379 sources += [ "src/ports/SkGlobalInitialization_none_imagefilters.cpp" ]
380 }
381 sources_when_disabled = [
382 "src/ports/SkGlobalInitialization_none.cpp",
383 "src/ports/SkGlobalInitialization_none_imagefilters.cpp",
384 ]
Mike Kleina04bb452017-02-09 12:24:07 -0500385}
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") {
Kevin Lubick217056c2018-09-20 17:39:31 -0400402 enabled = (is_linux || target_cpu == "wasm") && skia_use_freetype &&
403 !skia_use_fontconfig
mtkleind2e39db2016-09-07 07:52:55 -0700404
405 deps = [
Ben Wagnerfc497342017-02-24 11:15:26 -0500406 ":typeface_freetype",
mtkleind2e39db2016-09-07 07:52:55 -0700407 ]
408 sources = [
409 "src/ports/SkFontMgr_custom.cpp",
Ben Wagner8ab590f2017-02-08 17:29:33 -0500410 "src/ports/SkFontMgr_custom.h",
411 "src/ports/SkFontMgr_custom_directory.cpp",
mtkleind2e39db2016-09-07 07:52:55 -0700412 "src/ports/SkFontMgr_custom_directory_factory.cpp",
Ben Wagner8ab590f2017-02-08 17:29:33 -0500413 "src/ports/SkFontMgr_custom_embedded.cpp",
414 "src/ports/SkFontMgr_custom_empty.cpp",
mtkleind2e39db2016-09-07 07:52:55 -0700415 ]
416}
417
Hal Canaryff2742e2018-01-30 11:35:47 -0500418optional("fontmgr_empty") {
419 enabled = skia_enable_fontmgr_empty
420 sources = [
421 "src/ports/SkFontMgr_empty_factory.cpp",
422 ]
423}
424
mtklein3cc22182016-08-29 13:26:14 -0700425optional("fontmgr_fontconfig") {
426 enabled = skia_use_freetype && skia_use_fontconfig
mtklein3cc22182016-08-29 13:26:14 -0700427
428 deps = [
Ben Wagnerfc497342017-02-24 11:15:26 -0500429 ":typeface_freetype",
mtklein3cc22182016-08-29 13:26:14 -0700430 "//third_party:fontconfig",
mtklein3cc22182016-08-29 13:26:14 -0700431 ]
432 sources = [
bungeman1ae0e012016-09-19 12:13:16 -0700433 "src/ports/SkFontConfigInterface.cpp",
mtklein3cc22182016-08-29 13:26:14 -0700434 "src/ports/SkFontConfigInterface_direct.cpp",
435 "src/ports/SkFontConfigInterface_direct_factory.cpp",
436 "src/ports/SkFontMgr_FontConfigInterface.cpp",
437 "src/ports/SkFontMgr_fontconfig.cpp",
438 "src/ports/SkFontMgr_fontconfig_factory.cpp",
439 ]
440}
441
mtkleincdedd0e2016-09-12 15:15:44 -0700442optional("fontmgr_fuchsia") {
443 enabled = is_fuchsia && skia_use_freetype
444
445 deps = [
Ben Wagnerfc497342017-02-24 11:15:26 -0500446 ":typeface_freetype",
mtkleincdedd0e2016-09-12 15:15:44 -0700447 ]
448 sources = [
449 "src/ports/SkFontMgr_custom.cpp",
Ben Wagner8ab590f2017-02-08 17:29:33 -0500450 "src/ports/SkFontMgr_custom_empty.cpp",
mtkleincdedd0e2016-09-12 15:15:44 -0700451 "src/ports/SkFontMgr_custom_empty_factory.cpp",
452 ]
453}
454
Ethan Nicholas5b5f0962017-09-11 13:50:14 -0700455if (skia_lex) {
Ethan Nicholasca82a922017-09-07 09:39:50 -0400456 executable("sksllex") {
457 sources = [
458 "src/sksl/lex/Main.cpp",
459 "src/sksl/lex/NFA.cpp",
460 "src/sksl/lex/RegexNode.cpp",
461 "src/sksl/lex/RegexParser.cpp",
462 ]
463 include_dirs = [ "src/sksl/lex" ]
464 }
465
Ethan Nicholas5b5f0962017-09-11 13:50:14 -0700466 action("run_sksllex") {
467 script = "gn/run_sksllex.py"
Ethan Nicholase148bf72017-10-06 14:22:22 -0400468 deps = [
469 ":sksllex(//gn/toolchain:$host_toolchain)",
470 ]
Ethan Nicholas5b5f0962017-09-11 13:50:14 -0700471 sources = [
Ethan Nicholas5b5f0962017-09-11 13:50:14 -0700472 "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 ]
Adrienne Walker1df7cd82018-04-18 13:46:25 -0700579 if (skia_generate_workarounds) {
580 deps += [ ":workaround_list" ]
581 }
mtkleine9fb3d52016-09-20 15:11:46 -0700582 public_defines = []
Chris Dalton3a67b8e2018-05-03 09:30:29 -0600583 public_configs = []
Greg Daniel91dfa3b2018-05-22 13:25:15 -0400584 public_deps = []
mtkleine9fb3d52016-09-20 15:11:46 -0700585
Brian Salomon3d6801e2017-12-11 10:06:31 -0500586 sources = skia_gpu_sources + skia_sksl_sources + skia_gpu_processor_outputs
mtklein06c35c02016-09-20 12:28:12 -0700587
588 # These paths need to be absolute to match the ones produced by shared_sources.gni.
Brian Salomon3d6801e2017-12-11 10:06:31 -0500589 sources -= get_path_info([ "src/gpu/gl/GrGLMakeNativeInterface_none.cpp" ],
mtklein06c35c02016-09-20 12:28:12 -0700590 "abspath")
Mike Klein703cf5a2016-10-13 17:18:04 -0400591 libs = []
mtklein06c35c02016-09-20 12:28:12 -0700592 if (is_android) {
Hal Canary25375e82018-03-14 15:16:56 -0400593 sources += [ "src/gpu/gl/egl/GrGLMakeNativeInterface_egl.cpp" ]
Derek Sollenberger7a869872017-06-27 15:37:25 -0400594
595 # this lib is required to link against AHardwareBuffer
596 if (defined(ndk_api) && ndk_api >= 26) {
597 libs += [ "android" ]
598 }
Kevin Lubick4a24e102017-03-29 11:19:01 -0400599 } else if (skia_use_egl) {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500600 sources += [ "src/gpu/gl/egl/GrGLMakeNativeInterface_egl.cpp" ]
Kevin Lubick4a24e102017-03-29 11:19:01 -0400601 libs += [ "EGL" ]
Chinmay Garded92d0352018-09-17 10:23:28 -0700602 } else if (is_linux && skia_use_x11) {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500603 sources += [ "src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp" ]
Mike Kleina27f2692018-06-20 11:06:39 -0400604 libs += [ "GL" ]
mtklein06c35c02016-09-20 12:28:12 -0700605 } else if (is_mac) {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500606 sources += [ "src/gpu/gl/mac/GrGLMakeNativeInterface_mac.cpp" ]
Chinmay Garde130a1182016-11-23 11:43:56 -0800607 } else if (is_ios) {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500608 sources += [ "src/gpu/gl/iOS/GrGLMakeNativeInterface_iOS.cpp" ]
Mike Klein703cf5a2016-10-13 17:18:04 -0400609 } else if (is_win) {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500610 sources += [ "src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp" ]
Mike Klein703cf5a2016-10-13 17:18:04 -0400611 libs += [ "OpenGL32.lib" ]
mtklein06c35c02016-09-20 12:28:12 -0700612 } else {
Brian Salomon3d6801e2017-12-11 10:06:31 -0500613 sources += [ "src/gpu/gl/GrGLMakeNativeInterface_none.cpp" ]
mtklein06c35c02016-09-20 12:28:12 -0700614 }
mtkleine9fb3d52016-09-20 15:11:46 -0700615
616 if (skia_use_vulkan) {
Greg Danielda16cce2018-08-01 09:23:57 -0400617 public_defines += [ "SK_VULKAN" ]
Greg Daniel18dbfd02018-05-29 10:46:51 -0400618 deps += [ "third_party/vulkanmemoryallocator" ]
mtkleine9fb3d52016-09-20 15:11:46 -0700619 sources += skia_vk_sources
egdaniele4a9bd72016-09-21 07:36:14 -0700620 if (skia_enable_vulkan_debug_layers) {
621 public_defines += [ "SK_ENABLE_VK_LAYERS" ]
622 }
mtkleine9fb3d52016-09-20 15:11:46 -0700623 }
Greg Daniel91dfa3b2018-05-22 13:25:15 -0400624
Ethan Nicholasa6ae1f72017-03-16 09:56:54 -0400625 if (skia_enable_spirv_validation) {
Ethan Nicholas762466e2017-06-29 10:03:38 -0400626 deps += [ "//third_party/spirv-tools" ]
Ethan Nicholasa6ae1f72017-03-16 09:56:54 -0400627 public_defines += [ "SK_ENABLE_SPIRV_VALIDATION" ]
628 }
Greg Daniele5ddff52017-07-05 16:49:36 -0400629
Greg Daniel6b7e0e22017-07-12 16:21:09 -0400630 cflags_objcc = []
Greg Daniele5ddff52017-07-05 16:49:36 -0400631 if (skia_use_metal) {
632 public_defines += [ "SK_METAL" ]
633 sources += skia_metal_sources
634 libs += [ "Metal.framework" ]
Greg Daniel53956d92018-08-08 14:41:19 -0400635 libs += [ "Foundation.framework" ]
Greg Daniel6b7e0e22017-07-12 16:21:09 -0400636 cflags_objcc += [ "-fobjc-arc" ]
Greg Daniele5ddff52017-07-05 16:49:36 -0400637 }
Brian Salomoncbcb0a12017-11-19 13:20:13 -0500638
639 if (skia_enable_atlas_text) {
640 sources += skia_atlas_text_sources
641 }
mtklein06c35c02016-09-20 12:28:12 -0700642}
643
Leon Scroggins III04be2b52017-08-17 15:13:20 -0400644optional("heif") {
645 enabled = skia_use_libheif
646 public_defines = [ "SK_HAS_HEIF_LIBRARY" ]
647
648 deps = []
649
650 sources = [
651 "src/codec/SkHeifCodec.cpp",
652 ]
653}
654
mtklein63213812016-08-24 09:55:56 -0700655optional("jpeg") {
656 enabled = skia_use_libjpeg_turbo
657 public_defines = [ "SK_HAS_JPEG_LIBRARY" ]
658
mtklein63213812016-08-24 09:55:56 -0700659 deps = [
660 "//third_party/libjpeg-turbo:libjpeg",
661 ]
Mike Kleinf105dc72018-06-05 15:22:54 -0400662 public = [
663 "include/encode/SkJpegEncoder.h",
664 ]
mtklein63213812016-08-24 09:55:56 -0700665 sources = [
666 "src/codec/SkJpegCodec.cpp",
667 "src/codec/SkJpegDecoderMgr.cpp",
668 "src/codec/SkJpegUtility.cpp",
mtklein63213812016-08-24 09:55:56 -0700669 "src/images/SkJPEGWriteUtility.cpp",
Matt Sarett04c37312017-05-05 14:02:13 -0400670 "src/images/SkJpegEncoder.cpp",
mtklein63213812016-08-24 09:55:56 -0700671 ]
672}
673
674optional("pdf") {
Hal Canary43fb7a02016-12-30 13:09:03 -0500675 enabled = skia_use_zlib && skia_enable_pdf
676 public_defines = [ "SK_SUPPORT_PDF" ]
mtklein63213812016-08-24 09:55:56 -0700677
mtklein63213812016-08-24 09:55:56 -0700678 deps = [
679 "//third_party/zlib",
680 ]
Hal Canary83e0f1b2018-04-05 16:58:41 -0400681 if (skia_use_libjpeg_turbo) {
Adrienne Walker1df7cd82018-04-18 13:46:25 -0700682 deps += [ ":jpeg" ]
Hal Canary83e0f1b2018-04-05 16:58:41 -0400683 }
brettwb9447282016-09-01 14:24:39 -0700684 sources = skia_pdf_sources
mtkleincd01b032016-08-31 04:58:19 -0700685 sources_when_disabled = [ "src/pdf/SkDocument_PDF_None.cpp" ]
mtklein63213812016-08-24 09:55:56 -0700686
687 if (skia_use_sfntly) {
688 deps += [ "//third_party/sfntly" ]
Hal Canary43fb7a02016-12-30 13:09:03 -0500689 public_defines += [ "SK_PDF_USE_SFNTLY" ]
mtklein63213812016-08-24 09:55:56 -0700690 }
691}
692
693optional("png") {
694 enabled = skia_use_libpng
695 public_defines = [ "SK_HAS_PNG_LIBRARY" ]
696
mtklein63213812016-08-24 09:55:56 -0700697 deps = [
698 "//third_party/libpng",
699 ]
700 sources = [
701 "src/codec/SkIcoCodec.cpp",
702 "src/codec/SkPngCodec.cpp",
Matt Sarett04c37312017-05-05 14:02:13 -0400703 "src/images/SkPngEncoder.cpp",
mtklein63213812016-08-24 09:55:56 -0700704 ]
705}
706
scroggof84ad642016-10-31 09:02:57 -0700707optional("raw") {
Mike Klein10d665d2016-11-01 11:46:10 -0400708 enabled = skia_use_dng_sdk && skia_use_libjpeg_turbo && skia_use_piex
scroggof84ad642016-10-31 09:02:57 -0700709 public_defines = [ "SK_CODEC_DECODES_RAW" ]
710
711 deps = [
712 "//third_party/dng_sdk",
713 "//third_party/libjpeg-turbo:libjpeg",
714 "//third_party/piex",
715 ]
716
717 # SkRawCodec catches any exceptions thrown by dng_sdk, insulating the rest of
718 # Skia.
719 configs_to_remove = [ "//gn:no_exceptions" ]
720
721 sources = [
722 "src/codec/SkRawAdapterCodec.cpp",
723 "src/codec/SkRawCodec.cpp",
724 ]
725}
726
Mike Klein852a8cb2018-05-15 10:46:58 -0400727import("third_party/skcms/skcms.gni")
Brian Osman8dc68c62018-05-30 12:57:45 -0400728source_set("skcms") {
Mike Klein852a8cb2018-05-15 10:46:58 -0400729 cflags = []
730 if (!is_win || is_clang) {
731 cflags += [
732 "-w",
733 "-std=c11",
734 ]
735 }
736
737 public = [
738 "third_party/skcms/skcms.h",
739 ]
740 sources = rebase_path(skcms_sources, ".", "third_party/skcms")
741}
742
mtklein3cc22182016-08-29 13:26:14 -0700743optional("typeface_freetype") {
744 enabled = skia_use_freetype
mtklein3cc22182016-08-29 13:26:14 -0700745
746 deps = [
747 "//third_party/freetype2",
748 ]
749 sources = [
750 "src/ports/SkFontHost_FreeType.cpp",
751 "src/ports/SkFontHost_FreeType_common.cpp",
752 ]
753}
754
mtklein457b42a2016-08-23 13:56:37 -0700755optional("webp") {
756 enabled = skia_use_libwebp
757 public_defines = [ "SK_HAS_WEBP_LIBRARY" ]
758
mtklein457b42a2016-08-23 13:56:37 -0700759 deps = [
760 "//third_party/libwebp",
761 ]
762 sources = [
763 "src/codec/SkWebpAdapterCodec.cpp",
764 "src/codec/SkWebpCodec.cpp",
Matt Sarett04c37312017-05-05 14:02:13 -0400765 "src/images/SkWebpEncoder.cpp",
mtklein457b42a2016-08-23 13:56:37 -0700766 ]
mtkleineb3c4252016-08-23 07:38:09 -0700767}
768
mtklein63213812016-08-24 09:55:56 -0700769optional("xml") {
770 enabled = skia_use_expat
Florin Malita442fff92016-11-08 16:07:52 +0000771 public_defines = [ "SK_XML" ]
mtklein63213812016-08-24 09:55:56 -0700772
mtklein63213812016-08-24 09:55:56 -0700773 deps = [
774 "//third_party/expat",
775 ]
776 sources = [
Mike Kleinbd41bcc2017-02-09 16:38:15 -0500777 "src/svg/SkSVGCanvas.cpp",
778 "src/svg/SkSVGDevice.cpp",
mtklein63213812016-08-24 09:55:56 -0700779 "src/xml/SkDOM.cpp",
780 "src/xml/SkXMLParser.cpp",
781 "src/xml/SkXMLWriter.cpp",
782 ]
783}
784
Adrienne Walker1df7cd82018-04-18 13:46:25 -0700785if (skia_enable_gpu && skia_generate_workarounds) {
786 action("workaround_list") {
787 script = "tools/build_workaround_header.py"
788
789 inputs = [
790 "src/gpu/gpu_workaround_list.txt",
791 ]
792
793 # see comments in skia_compile_processors about out dir path shenanigans.
794 output_file =
Adrienne Walkerab7181d2018-05-14 14:02:03 -0700795 rebase_path("include/gpu/GrDriverBugWorkaroundsAutogen.h", root_out_dir)
Adrienne Walker1df7cd82018-04-18 13:46:25 -0700796
797 outputs = [
798 "$root_out_dir/$output_file",
799 ]
800 args = [
801 "--output-file",
802 "$output_file",
803 ]
804
805 foreach(file, inputs) {
806 args += [ rebase_path(file, root_build_dir) ]
807 }
808 }
809}
810
mtkleinc04ff472016-06-23 10:29:30 -0700811component("skia") {
812 public_configs = [ ":skia_public" ]
813 configs += skia_library_configs
mtkleinc04ff472016-06-23 10:29:30 -0700814
815 deps = [
anmittalb8b3f712016-08-25 04:55:19 -0700816 ":arm64",
817 ":armv7",
mtklein9b8583d2016-08-24 17:32:30 -0700818 ":avx",
anmittalb8b3f712016-08-25 04:55:19 -0700819 ":crc32",
Mike Kleina04bb452017-02-09 12:24:07 -0500820 ":effects",
mtkleina45be612016-08-29 15:22:10 -0700821 ":fontmgr_android",
mtkleind2e39db2016-09-07 07:52:55 -0700822 ":fontmgr_custom",
Hal Canaryff2742e2018-01-30 11:35:47 -0500823 ":fontmgr_empty",
mtklein3cc22182016-08-29 13:26:14 -0700824 ":fontmgr_fontconfig",
mtkleincdedd0e2016-09-12 15:15:44 -0700825 ":fontmgr_fuchsia",
Greg Danielda16cce2018-08-01 09:23:57 -0400826 ":gpu",
Leon Scroggins III04be2b52017-08-17 15:13:20 -0400827 ":heif",
Mike Klein1b9b7d52018-02-27 10:37:40 -0500828 ":hsw",
mtklein63213812016-08-24 09:55:56 -0700829 ":jpeg",
mtklein9b8583d2016-08-24 17:32:30 -0700830 ":none",
mtklein63213812016-08-24 09:55:56 -0700831 ":pdf",
832 ":png",
scroggof84ad642016-10-31 09:02:57 -0700833 ":raw",
Mike Kleinfb333552018-01-25 12:49:37 -0500834 ":skcms",
mtklein9b8583d2016-08-24 17:32:30 -0700835 ":sse2",
836 ":sse41",
837 ":sse42",
838 ":ssse3",
mtkleineb3c4252016-08-23 07:38:09 -0700839 ":webp",
mtklein63213812016-08-24 09:55:56 -0700840 ":xml",
mtkleinc04ff472016-06-23 10:29:30 -0700841 ]
842
Chinmay Garde43f115c2016-11-16 15:04:12 -0800843 # This file (and all GN files in Skia) are designed to work with an
844 # empty sources assignment filter; we handle all that explicitly.
845 # We clear the filter here for clients who may have set up a global filter.
846 set_sources_assignment_filter([])
847
mtkleinc04ff472016-06-23 10:29:30 -0700848 sources = []
brettwb9447282016-09-01 14:24:39 -0700849 sources += skia_core_sources
brettwb9447282016-09-01 14:24:39 -0700850 sources += skia_utils_sources
Hal Canary6ad3d2f2016-12-20 16:15:56 -0500851 sources += skia_xps_sources
mtkleinc04ff472016-06-23 10:29:30 -0700852 sources += [
Stan Iliev73d8fd92017-08-02 15:36:24 -0400853 "src/android/SkAndroidFrameworkUtils.cpp",
Leon Scroggins III42ee2842018-01-14 14:46:51 -0500854 "src/android/SkAnimatedImage.cpp",
mtklein25c81d42016-07-27 13:55:26 -0700855 "src/android/SkBitmapRegionCodec.cpp",
856 "src/android/SkBitmapRegionDecoder.cpp",
857 "src/codec/SkAndroidCodec.cpp",
Leon Scroggins IIId81fed92017-06-01 13:42:28 -0400858 "src/codec/SkBmpBaseCodec.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700859 "src/codec/SkBmpCodec.cpp",
860 "src/codec/SkBmpMaskCodec.cpp",
861 "src/codec/SkBmpRLECodec.cpp",
862 "src/codec/SkBmpStandardCodec.cpp",
863 "src/codec/SkCodec.cpp",
864 "src/codec/SkCodecImageGenerator.cpp",
Leon Scroggins III22f673d2018-05-30 15:33:46 -0400865 "src/codec/SkColorTable.cpp",
Leon Scroggins III36f7e322018-08-27 11:55:46 -0400866 "src/codec/SkEncodedInfo.cpp",
scroggo19b91532016-10-24 09:03:26 -0700867 "src/codec/SkGifCodec.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700868 "src/codec/SkMaskSwizzler.cpp",
869 "src/codec/SkMasks.cpp",
mtklein25c81d42016-07-27 13:55:26 -0700870 "src/codec/SkSampledCodec.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700871 "src/codec/SkSampler.cpp",
scroggo19b91532016-10-24 09:03:26 -0700872 "src/codec/SkStreamBuffer.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700873 "src/codec/SkSwizzler.cpp",
874 "src/codec/SkWbmpCodec.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700875 "src/images/SkImageEncoder.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700876 "src/ports/SkDiscardableMemory_none.cpp",
mtklein1211e0c2016-07-26 13:55:45 -0700877 "src/ports/SkImageGenerator_skia.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700878 "src/ports/SkMemory_malloc.cpp",
879 "src/ports/SkOSFile_stdio.cpp",
880 "src/sfnt/SkOTTable_name.cpp",
881 "src/sfnt/SkOTUtils.cpp",
882 "src/utils/mac/SkStream_mac.cpp",
scroggo3d3a65c2016-10-24 12:28:30 -0700883 "third_party/gif/SkGifImageReader.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700884 ]
brettwb9447282016-09-01 14:24:39 -0700885
mtklein7d6fb2c2016-08-25 14:50:44 -0700886 libs = []
887
mtkleinc04ff472016-06-23 10:29:30 -0700888 if (is_win) {
889 sources += [
Mike Kleinae7e6712016-10-11 17:49:33 -0400890 "src/fonts/SkFontMgr_indirect.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700891 "src/ports/SkDebug_win.cpp",
892 "src/ports/SkFontHost_win.cpp",
893 "src/ports/SkFontMgr_win_dw.cpp",
Mike Klein0c5fdcb2017-11-13 12:40:46 -0500894 "src/ports/SkFontMgr_win_dw_factory.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700895 "src/ports/SkImageEncoder_WIC.cpp",
896 "src/ports/SkImageGeneratorWIC.cpp",
897 "src/ports/SkOSFile_win.cpp",
mtklein605d9522016-09-21 14:01:32 -0700898 "src/ports/SkOSLibrary_win.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700899 "src/ports/SkScalerContext_win_dw.cpp",
900 "src/ports/SkTLS_win.cpp",
901 "src/ports/SkTypeface_win_dw.cpp",
902 ]
Mike Klein4b167fc2016-10-11 18:13:53 -0400903 libs += [
904 "FontSub.lib",
Mike Klein0c5fdcb2017-11-13 12:40:46 -0500905 "Gdi32.lib",
Mike Klein4b167fc2016-10-11 18:13:53 -0400906 "Ole32.lib",
907 "OleAut32.lib",
908 "User32.lib",
Mike Klein0c5fdcb2017-11-13 12:40:46 -0500909 "Usp10.lib",
Mike Klein4b167fc2016-10-11 18:13:53 -0400910 ]
mtkleinc04ff472016-06-23 10:29:30 -0700911 } else {
912 sources += [
mtkleinc04ff472016-06-23 10:29:30 -0700913 "src/ports/SkOSFile_posix.cpp",
mtklein605d9522016-09-21 14:01:32 -0700914 "src/ports/SkOSLibrary_posix.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700915 "src/ports/SkTLS_pthread.cpp",
916 ]
Ben Wagnerbe6ae5b2017-08-31 16:45:23 -0400917 libs += [ "dl" ]
mtkleinc04ff472016-06-23 10:29:30 -0700918 }
919
mtklein7d6fb2c2016-08-25 14:50:44 -0700920 if (is_android) {
Mike Klein1c471872017-01-13 15:27:45 -0500921 deps += [ "//third_party/expat" ]
Mike Kleine459afd2017-03-03 09:21:30 -0500922 if (defined(ndk) && ndk != "") {
Mike Klein1c471872017-01-13 15:27:45 -0500923 deps += [ "//third_party/cpu-features" ]
924 }
mtklein06c35c02016-09-20 12:28:12 -0700925 sources += [ "src/ports/SkDebug_android.cpp" ]
mtklein7d6fb2c2016-08-25 14:50:44 -0700926 libs += [
927 "EGL",
928 "GLESv2",
929 "log",
930 ]
931 }
932
Kevin Lubick217056c2018-09-20 17:39:31 -0400933 if (is_linux || target_cpu == "wasm") {
mtklein06c35c02016-09-20 12:28:12 -0700934 sources += [ "src/ports/SkDebug_stdio.cpp" ]
Hal Canary25375e82018-03-14 15:16:56 -0400935 if (skia_use_egl) {
936 libs += [ "GLESv2" ]
937 }
mtkleinc04ff472016-06-23 10:29:30 -0700938 }
939
940 if (is_mac) {
941 sources += [
mtklein7d6fb2c2016-08-25 14:50:44 -0700942 "src/ports/SkDebug_stdio.cpp",
mtkleinc04ff472016-06-23 10:29:30 -0700943 "src/ports/SkFontHost_mac.cpp",
944 "src/ports/SkImageEncoder_CG.cpp",
945 "src/ports/SkImageGeneratorCG.cpp",
946 ]
mtklein09e61f72016-08-23 13:35:28 -0700947 libs += [
bungeman3e306f62017-03-29 11:32:02 -0400948 # AppKit symbols NSFontWeightXXX may be dlsym'ed.
949 "AppKit.framework",
mtklein09e61f72016-08-23 13:35:28 -0700950 "ApplicationServices.framework",
951 "OpenGL.framework",
952 ]
mtkleinc04ff472016-06-23 10:29:30 -0700953 }
abarth6fc8ff02016-07-15 15:15:15 -0700954
Mike Klein7d302882016-11-03 14:06:31 -0400955 if (is_ios) {
956 sources += [
957 "src/ports/SkDebug_stdio.cpp",
958 "src/ports/SkFontHost_mac.cpp",
959 "src/ports/SkImageEncoder_CG.cpp",
960 "src/ports/SkImageGeneratorCG.cpp",
961 ]
962 libs += [
963 "CoreFoundation.framework",
964 "CoreGraphics.framework",
965 "CoreText.framework",
966 "ImageIO.framework",
967 "MobileCoreServices.framework",
bungeman3e306f62017-03-29 11:32:02 -0400968
969 # UIKit symbols UIFontWeightXXX may be dlsym'ed.
970 "UIKit.framework",
Mike Klein7d302882016-11-03 14:06:31 -0400971 ]
972 }
973
abarth6fc8ff02016-07-15 15:15:15 -0700974 if (is_fuchsia) {
mtklein06c35c02016-09-20 12:28:12 -0700975 sources += [ "src/ports/SkDebug_stdio.cpp" ]
abarth6fc8ff02016-07-15 15:15:15 -0700976 }
mtkleinc04ff472016-06-23 10:29:30 -0700977}
978
mtkleinc095df52016-08-24 12:23:52 -0700979# Targets guarded by skia_enable_tools may use //third_party freely.
980if (skia_enable_tools) {
Mike Klein308b5ac2016-12-06 16:03:52 -0500981 # Used by gn_to_bp.py to list our public include dirs.
982 source_set("public") {
983 configs += [ ":skia_public" ]
984 }
985
Mike Kleinc36dedf2016-11-18 09:35:28 -0500986 config("skia.h_config") {
987 include_dirs = [ "$target_gen_dir" ]
988 }
989 action("skia.h") {
990 public_configs = [ ":skia.h_config" ]
991 skia_h = "$target_gen_dir/skia.h"
992 script = "gn/find_headers.py"
Florin Malita6e4d95f2018-05-30 09:27:32 -0400993
994 # TODO: would be cool to not hard-code these here, but how?
995 module_public_includes = [
996 "modules/sksg/include",
997 "modules/skottie/include",
998 ]
999 args =
1000 [ rebase_path("//bin/gn") ] + [ rebase_path("//") ] +
1001 [ rebase_path(skia_h, root_build_dir) ] +
1002 rebase_path(skia_public_includes) + rebase_path(module_public_includes)
Mike Kleinc36dedf2016-11-18 09:35:28 -05001003 depfile = "$skia_h.deps"
1004 outputs = [
1005 skia_h,
1006 ]
1007 }
1008
Brian Osmanc9a42472018-05-31 13:17:12 -04001009 if (target_cpu == "x64") {
Mike Kleinc36dedf2016-11-18 09:35:28 -05001010 executable("fiddle") {
1011 libs = []
Mike Kleinc36dedf2016-11-18 09:35:28 -05001012 sources = [
Mike Kleinc36dedf2016-11-18 09:35:28 -05001013 "tools/fiddle/draw.cpp",
1014 "tools/fiddle/fiddle_main.cpp",
1015 ]
Joe Gregorioa8fabd32017-05-31 09:45:19 -04001016
1017 if (skia_use_egl) {
1018 sources += [ "tools/fiddle/egl_context.cpp" ]
Joe Gregorioa8fabd32017-05-31 09:45:19 -04001019 } else {
1020 sources += [ "tools/fiddle/null_context.cpp" ]
1021 }
Joe Gregorio1e735c02017-04-19 14:05:14 -04001022 testonly = true
Mike Kleinc36dedf2016-11-18 09:35:28 -05001023 deps = [
Joe Gregorio1e735c02017-04-19 14:05:14 -04001024 ":flags",
Robert Phillips57e08282017-11-16 14:59:48 -05001025 ":gpu_tool_utils",
Mike Kleinc36dedf2016-11-18 09:35:28 -05001026 ":skia",
1027 ":skia.h",
Florin Malita6e4d95f2018-05-30 09:27:32 -04001028 "modules/skottie",
Mike Kleinc36dedf2016-11-18 09:35:28 -05001029 ]
1030 }
1031 }
1032
Brian Osmanc9a42472018-05-31 13:17:12 -04001033 source_set("public_headers_warnings_check") {
1034 sources = [
1035 "tools/public_headers_warnings_check.cpp",
1036 ]
1037 configs -= [ "//gn:warnings_except_public_headers" ]
1038 deps = [
1039 ":skia",
1040 ":skia.h",
1041 "modules/skottie",
1042 ]
Mike Kleinc36dedf2016-11-18 09:35:28 -05001043 }
1044
mtkleinc095df52016-08-24 12:23:52 -07001045 template("test_lib") {
1046 config(target_name + "_config") {
1047 include_dirs = invoker.public_include_dirs
mtkleina627b5c2016-09-20 13:36:47 -07001048 if (defined(invoker.public_defines)) {
1049 defines = invoker.public_defines
1050 }
mtklein25c81d42016-07-27 13:55:26 -07001051 }
mtkleinc095df52016-08-24 12:23:52 -07001052 source_set(target_name) {
1053 forward_variables_from(invoker, "*", [ "public_include_dirs" ])
1054 public_configs = [
1055 ":" + target_name + "_config",
1056 ":skia_private",
1057 ]
1058
1059 if (!defined(deps)) {
1060 deps = []
1061 }
1062 deps += [ ":skia" ]
1063 testonly = true
1064 }
mtklein25c81d42016-07-27 13:55:26 -07001065 }
mtklein25c81d42016-07-27 13:55:26 -07001066
Mike Kleine6682eb2017-01-05 10:54:57 -05001067 template("test_app") {
Jim Van Verth443a9132017-11-28 09:45:26 -05001068 if (is_ios) {
1069 app_name = target_name
1070 gen_path = target_gen_dir
1071
1072 action("${app_name}_generate_info_plist") {
1073 script = "//gn/gen_plist_ios.py"
1074 outputs = [
1075 "$gen_path/${app_name}_Info.plist",
1076 ]
1077 args = [ rebase_path("$gen_path/$app_name", root_build_dir) ]
1078 }
1079
1080 bundle_data("${app_name}_bundle_info_plist") {
1081 public_deps = [
1082 ":${app_name}_generate_info_plist",
1083 ]
1084 sources = [
1085 "$gen_path/${app_name}_Info.plist",
1086 ]
1087 outputs = [
1088 "{{bundle_root_dir}}/Info.plist",
1089 ]
1090 }
1091
Jim Van Verth329c5a62017-11-29 11:42:33 -05001092 bundle_ios_data =
1093 defined(invoker.bundle_ios_data) && invoker.bundle_ios_data
1094
1095 if (bundle_ios_data) {
1096 has_skps =
1097 "True" == exec_script("//gn/checkdir.py",
1098 [ rebase_path("skps", root_build_dir) ],
1099 "trim string")
1100 bundle_data("${app_name}_bundle_resources") {
1101 sources = [
1102 "resources",
1103 ]
1104 outputs = [
1105 # iOS reserves the folders 'Resources' and 'resources' so store one level deeper
1106 "{{bundle_resources_dir}}/data/resources",
1107 ]
1108 }
1109
1110 if (has_skps) {
1111 bundle_data("${app_name}_bundle_skps") {
1112 sources = [
1113 "skps",
1114 ]
1115 outputs = [
1116 # Store in same folder as resources
1117 "{{bundle_resources_dir}}/data/skps",
1118 ]
1119 }
1120 }
1121 }
1122
Jim Van Verth443a9132017-11-28 09:45:26 -05001123 executable("${app_name}_generate_executable") {
1124 forward_variables_from(invoker,
1125 "*",
1126 [
1127 "output_name",
1128 "visibility",
1129 "is_shared_library",
1130 ])
Mike Klein154e6da2017-07-26 15:13:47 -04001131 configs += [ ":skia_private" ]
Mike Kleine6682eb2017-01-05 10:54:57 -05001132 testonly = true
Jim Van Verth443a9132017-11-28 09:45:26 -05001133 output_name = rebase_path("$gen_path/$app_name", root_build_dir)
1134 }
1135
1136 bundle_data("${app_name}_bundle_executable") {
1137 public_deps = [
1138 ":${app_name}_generate_executable",
1139 ]
1140 sources = [
1141 "$gen_path/$app_name",
1142 ]
1143 outputs = [
1144 "{{bundle_executable_dir}}/$app_name",
1145 ]
1146 testonly = true
1147 }
1148
1149 create_bundle("$app_name") {
1150 product_type = "com.apple.product-type.application"
1151 testonly = true
1152
1153 bundle_root_dir = "${root_build_dir}/${target_name}.app"
1154 bundle_resources_dir = bundle_root_dir
1155 bundle_executable_dir = bundle_root_dir
1156 bundle_plugins_dir = bundle_root_dir + "/Plugins"
1157
1158 deps = [
1159 ":${app_name}_bundle_executable",
1160 ":${app_name}_bundle_info_plist",
1161 ]
Jim Van Verth329c5a62017-11-29 11:42:33 -05001162 if (bundle_ios_data) {
1163 deps += [ ":${app_name}_bundle_resources" ]
1164 if (has_skps) {
1165 deps += [ ":${app_name}_bundle_skps" ]
1166 }
1167 }
Jim Van Verth443a9132017-11-28 09:45:26 -05001168
1169 # should only code sign when running on a device, not the simulator
1170 if (target_cpu != "x64") {
1171 code_signing_script = "//gn/codesign_ios.py"
1172 code_signing_sources = [ "$target_gen_dir/$app_name" ]
1173 code_signing_outputs = [
1174 "$bundle_root_dir/_CodeSignature/CodeResources",
1175 "$bundle_root_dir/embedded.mobileprovision",
1176 ]
Jim Van Verth4e502972017-12-07 15:16:10 -05001177 code_signing_args = [
1178 rebase_path("$bundle_root_dir", root_build_dir),
1179 skia_ios_identity,
1180 skia_ios_profile,
1181 ]
Jim Van Verth443a9132017-11-28 09:45:26 -05001182 }
Mike Kleine6682eb2017-01-05 10:54:57 -05001183 }
1184 } else {
Jim Van Verth443a9132017-11-28 09:45:26 -05001185 # !is_ios
1186
1187 if (defined(invoker.is_shared_library) && invoker.is_shared_library) {
1188 shared_library("lib" + target_name) {
1189 forward_variables_from(invoker, "*", [ "is_shared_library" ])
1190 configs += [ ":skia_private" ]
1191 testonly = true
1192 }
1193 } else {
1194 _executable = target_name
1195 executable(_executable) {
1196 forward_variables_from(invoker, "*", [ "is_shared_library" ])
1197 configs += [ ":skia_private" ]
1198 testonly = true
1199 }
Mike Kleine6682eb2017-01-05 10:54:57 -05001200 }
Jim Van Verth443a9132017-11-28 09:45:26 -05001201 if (is_android && skia_android_serial != "" && defined(_executable)) {
1202 action("push_" + target_name) {
1203 script = "gn/push_to_android.py"
1204 deps = [
1205 ":" + _executable,
1206 ]
1207 _stamp = "$target_gen_dir/$_executable.pushed_$skia_android_serial"
1208 outputs = [
1209 _stamp,
1210 ]
1211 args = [
1212 rebase_path("$root_build_dir/$_executable"),
1213 skia_android_serial,
1214 rebase_path(_stamp),
1215 ]
1216 testonly = true
1217 }
Mike Klein7d921032017-01-05 12:20:41 -05001218 }
1219 }
Mike Kleine6682eb2017-01-05 10:54:57 -05001220 }
1221
Greg Danielda16cce2018-08-01 09:23:57 -04001222 config("moltenvk_config") {
1223 if (defined(skia_moltenvk_path) && skia_moltenvk_path != "") {
1224 if (is_ios) {
1225 moltenvk_framework_path = "$skia_moltenvk_path/MoltenVK/iOS"
1226 } else {
1227 moltenvk_framework_path = "$skia_moltenvk_path/MoltenVK/macOS"
1228 }
1229 cflags = [ "-F$moltenvk_framework_path" ]
1230 ldflags = [ "-F$moltenvk_framework_path" ]
1231 libs = [
1232 "MoltenVK.framework",
1233 "Metal.framework",
1234 "IOSurface.framework",
1235 "QuartzCore.framework",
1236 "Foundation.framework",
1237 ]
1238 if (is_ios) {
1239 libs += [ "UIKit.framework" ]
1240 } else {
1241 libs += [ "IOKit.framework" ]
1242 }
1243 defines = [ "SK_MOLTENVK" ]
1244 }
1245 }
1246
1247 source_set("moltenvk") {
1248 public_configs = [ ":moltenvk_config" ]
1249 }
1250
mtkleinc095df52016-08-24 12:23:52 -07001251 test_lib("gpu_tool_utils") {
mtklein38925aa2016-09-21 10:11:25 -07001252 public_include_dirs = []
Brian Osmanc9a42472018-05-31 13:17:12 -04001253 public_defines = []
1254 public_include_dirs += [ "tools/gpu" ]
mtkleind68f9b02016-09-23 13:18:41 -07001255
Brian Osmanc9a42472018-05-31 13:17:12 -04001256 deps = []
Greg Danielda16cce2018-08-01 09:23:57 -04001257 public_deps = []
Brian Osmanc9a42472018-05-31 13:17:12 -04001258 sources = [
1259 "tools/gpu/GrContextFactory.cpp",
1260 "tools/gpu/GrTest.cpp",
Brian Salomon00a5eb82018-07-11 15:32:05 -04001261 "tools/gpu/MemoryCache.cpp",
1262 "tools/gpu/MemoryCache.h",
Brian Osmanc9a42472018-05-31 13:17:12 -04001263 "tools/gpu/ProxyUtils.cpp",
1264 "tools/gpu/TestContext.cpp",
1265 "tools/gpu/atlastext/GLTestAtlasTextRenderer.cpp",
1266 "tools/gpu/gl/GLTestContext.cpp",
1267 "tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp",
Brian Osmanc9a42472018-05-31 13:17:12 -04001268 "tools/gpu/gl/null/NullGLTestContext.cpp",
1269 "tools/gpu/mock/MockTestContext.cpp",
1270 ]
1271 libs = []
1272
1273 if (is_android || skia_use_egl) {
1274 sources += [ "tools/gpu/gl/egl/CreatePlatformGLTestContext_egl.cpp" ]
1275 } else if (is_ios) {
1276 sources += [ "tools/gpu/gl/iOS/CreatePlatformGLTestContext_iOS.mm" ]
1277 libs += [ "OpenGLES.framework" ]
1278 } else if (is_linux) {
1279 sources += [ "tools/gpu/gl/glx/CreatePlatformGLTestContext_glx.cpp" ]
Mike Kleina27f2692018-06-20 11:06:39 -04001280 libs += [
1281 "GLU",
1282 "X11",
1283 ]
Brian Osmanc9a42472018-05-31 13:17:12 -04001284 } else if (is_mac) {
1285 sources += [ "tools/gpu/gl/mac/CreatePlatformGLTestContext_mac.cpp" ]
1286 } else if (is_win) {
1287 sources += [ "tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp" ]
1288 libs += [
1289 "Gdi32.lib",
1290 "OpenGL32.lib",
mtklein38925aa2016-09-21 10:11:25 -07001291 ]
Brian Osmanc9a42472018-05-31 13:17:12 -04001292 }
mtklein25c81d42016-07-27 13:55:26 -07001293
Brian Osmanc9a42472018-05-31 13:17:12 -04001294 cflags_objcc = [ "-fobjc-arc" ]
mtklein6ef69992016-09-14 06:12:09 -07001295
Brian Osmanc9a42472018-05-31 13:17:12 -04001296 if (skia_use_angle) {
1297 deps += [ "//third_party/angle2" ]
1298 sources += [ "tools/gpu/gl/angle/GLTestContext_angle.cpp" ]
1299 }
1300 if (skia_use_vulkan) {
Greg Danielda16cce2018-08-01 09:23:57 -04001301 public_include_dirs += [ "third_party/vulkan" ]
Brian Osmanc9a42472018-05-31 13:17:12 -04001302 sources += [ "tools/gpu/vk/VkTestContext.cpp" ]
1303 sources += [ "tools/gpu/vk/VkTestUtils.cpp" ]
Greg Danielda16cce2018-08-01 09:23:57 -04001304 if (defined(skia_moltenvk_path) && skia_moltenvk_path != "") {
1305 public_deps += [ ":moltenvk" ]
1306 }
Brian Osmanc9a42472018-05-31 13:17:12 -04001307 }
1308 if (skia_use_metal) {
1309 sources += [ "tools/gpu/mtl/MtlTestContext.mm" ]
mtkleina627b5c2016-09-20 13:36:47 -07001310 }
mtklein25c81d42016-07-27 13:55:26 -07001311 }
mtklein25c81d42016-07-27 13:55:26 -07001312
mtkleinc095df52016-08-24 12:23:52 -07001313 test_lib("flags") {
1314 public_include_dirs = [ "tools/flags" ]
1315 sources = [
1316 "tools/flags/SkCommandLineFlags.cpp",
mtklein046cb562016-09-16 10:23:12 -07001317 ]
1318 }
1319 test_lib("common_flags") {
1320 public_include_dirs = [ "tools/flags" ]
1321 sources = [
mtkleinc095df52016-08-24 12:23:52 -07001322 "tools/flags/SkCommonFlags.cpp",
1323 "tools/flags/SkCommonFlagsConfig.cpp",
1324 ]
1325 deps = [
mtklein046cb562016-09-16 10:23:12 -07001326 ":flags",
Greg Danielda16cce2018-08-01 09:23:57 -04001327 ]
1328 public_deps = [
mtkleinc095df52016-08-24 12:23:52 -07001329 ":gpu_tool_utils",
1330 ]
1331 }
mtklein25c81d42016-07-27 13:55:26 -07001332
mtkleinc095df52016-08-24 12:23:52 -07001333 test_lib("tool_utils") {
1334 public_include_dirs = [
1335 "tools",
1336 "tools/debugger",
Ben Wagner483c7722018-02-20 17:06:07 -05001337 "tools/fonts",
mtkleinc095df52016-08-24 12:23:52 -07001338 "tools/timer",
Brian Salomondcbb9d92017-07-19 10:53:20 -04001339 "tools/trace",
mtkleinc095df52016-08-24 12:23:52 -07001340 ]
1341 sources = [
mtkleinb37c0342016-09-09 11:07:45 -07001342 "tools/AndroidSkDebugToStdOut.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001343 "tools/CrashHandler.cpp",
Robert Phillips96601082018-05-29 16:13:26 -04001344 "tools/DDLPromiseImageHelper.cpp",
1345 "tools/DDLTileHelper.cpp",
mtklein0590fa52016-09-01 07:06:54 -07001346 "tools/LsanSuppressions.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001347 "tools/ProcStats.cpp",
1348 "tools/Resources.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001349 "tools/UrlDataManager.cpp",
1350 "tools/debugger/SkDebugCanvas.cpp",
1351 "tools/debugger/SkDrawCommand.cpp",
1352 "tools/debugger/SkJsonWriteBuffer.cpp",
Brian Salomon5f33a8c2018-02-26 14:32:39 -05001353 "tools/fonts/SkRandomScalerContext.cpp",
Herb Derby33ac15e2018-08-29 12:36:22 -04001354 "tools/fonts/SkTestEmptyTypeface.h",
Brian Salomon5f33a8c2018-02-26 14:32:39 -05001355 "tools/fonts/SkTestFontMgr.cpp",
Ben Wagner97182cc2018-02-15 10:20:04 -05001356 "tools/fonts/SkTestFontMgr.h",
1357 "tools/fonts/SkTestSVGTypeface.cpp",
1358 "tools/fonts/SkTestSVGTypeface.h",
1359 "tools/fonts/SkTestTypeface.cpp",
1360 "tools/fonts/SkTestTypeface.h",
Brian Salomon5f33a8c2018-02-26 14:32:39 -05001361 "tools/fonts/sk_tool_utils_font.cpp",
mtkleinc095df52016-08-24 12:23:52 -07001362 "tools/random_parse_path.cpp",
1363 "tools/sk_tool_utils.cpp",
Ben Wagnerb2c4ea62018-08-08 11:36:17 -04001364 "tools/timer/SkAnimTimer.h",
mtkleinc095df52016-08-24 12:23:52 -07001365 "tools/timer/Timer.cpp",
Brian Osman53136aa2017-07-20 15:43:35 -04001366 "tools/trace/SkChromeTracingTracer.cpp",
1367 "tools/trace/SkChromeTracingTracer.h",
Brian Salomondcbb9d92017-07-19 10:53:20 -04001368 "tools/trace/SkDebugfTracer.cpp",
1369 "tools/trace/SkDebugfTracer.h",
Brian Osman53136aa2017-07-20 15:43:35 -04001370 "tools/trace/SkEventTracingPriv.cpp",
1371 "tools/trace/SkEventTracingPriv.h",
mtkleinc095df52016-08-24 12:23:52 -07001372 ]
Mike Kleinadacaef2017-02-06 09:26:14 -05001373 libs = []
1374 if (is_ios) {
1375 sources += [ "tools/ios_utils.m" ]
1376 libs += [ "Foundation.framework" ]
1377 }
Hal Canaryfd9bcab2018-04-24 11:47:23 -04001378 defines = []
1379 if (skia_tools_require_resources) {
1380 defines += [ "SK_TOOLS_REQUIRE_RESOURCES" ]
1381 }
mtkleinc095df52016-08-24 12:23:52 -07001382 deps = [
Ben Wagner97182cc2018-02-15 10:20:04 -05001383 ":experimental_svg_model",
mtkleinc095df52016-08-24 12:23:52 -07001384 ":flags",
1385 "//third_party/libpng",
1386 ]
1387 public_deps = [
Greg Danielda16cce2018-08-01 09:23:57 -04001388 ":common_flags",
mtkleinc095df52016-08-24 12:23:52 -07001389 "//third_party/jsoncpp",
1390 ]
1391 }
mtklein25c81d42016-07-27 13:55:26 -07001392
Mike Klein6e744122016-10-27 12:21:40 -04001393 import("gn/gm.gni")
mtkleinc095df52016-08-24 12:23:52 -07001394 test_lib("gm") {
1395 public_include_dirs = [ "gm" ]
1396 sources = gm_sources
1397 deps = [
scroggo19b91532016-10-24 09:03:26 -07001398 ":flags",
mtkleinc095df52016-08-24 12:23:52 -07001399 ":skia",
1400 ":tool_utils",
Mike Reed2f0edd52018-05-31 14:22:30 -04001401 "modules/skottie",
Florin Malita26870722018-09-20 14:35:30 -04001402 "modules/skottie:gm",
Florin Malita3b526b02018-05-25 12:43:51 -04001403 "modules/sksg",
mtkleinc095df52016-08-24 12:23:52 -07001404 ]
Greg Danielda16cce2018-08-01 09:23:57 -04001405 public_deps = [
1406 ":gpu_tool_utils",
1407 ]
mtkleinc095df52016-08-24 12:23:52 -07001408 }
mtklein25c81d42016-07-27 13:55:26 -07001409
Mike Klein6e744122016-10-27 12:21:40 -04001410 import("gn/tests.gni")
mtkleinc095df52016-08-24 12:23:52 -07001411 test_lib("tests") {
1412 public_include_dirs = [ "tests" ]
Mike Klein6e744122016-10-27 12:21:40 -04001413 sources = tests_sources + pathops_tests_sources
mtkleina45be612016-08-29 15:22:10 -07001414 if (!fontmgr_android_enabled) {
Mike Klein6e744122016-10-27 12:21:40 -04001415 sources -= [ "//tests/FontMgrAndroidParserTest.cpp" ]
mtkleina45be612016-08-29 15:22:10 -07001416 }
Ben Wagner37a06c02018-06-22 21:11:00 +00001417 if (!(skia_use_freetype && skia_use_fontconfig)) {
1418 sources -= [ "//tests/FontMgrFontConfigTest.cpp" ]
1419 }
mtkleinc095df52016-08-24 12:23:52 -07001420 deps = [
Mike Klein60900b52018-09-21 11:19:45 -04001421 ":experimental_pipe",
Hal Canary0f666812018-03-22 15:21:12 -04001422 ":experimental_svg_model",
mtkleinc095df52016-08-24 12:23:52 -07001423 ":flags",
mtkleinc095df52016-08-24 12:23:52 -07001424 ":skia",
1425 ":tool_utils",
Florin Malita94d4d3e2018-06-18 13:10:51 -04001426 "modules/skottie:tests",
Brian Osmanccb87522018-06-01 19:20:00 +00001427 "modules/sksg:tests",
mtkleinc095df52016-08-24 12:23:52 -07001428 "//third_party/libpng",
1429 "//third_party/zlib",
1430 ]
Mike Kleind63442d2017-03-27 14:16:04 -04001431 public_deps = [
1432 ":gpu_tool_utils", # Test.h #includes headers from this target.
1433 ]
mtkleinc095df52016-08-24 12:23:52 -07001434 }
mtklein2f3416d2016-08-02 16:02:05 -07001435
Mike Klein6e744122016-10-27 12:21:40 -04001436 import("gn/bench.gni")
mtkleinc095df52016-08-24 12:23:52 -07001437 test_lib("bench") {
1438 public_include_dirs = [ "bench" ]
1439 sources = bench_sources
mtkleinc095df52016-08-24 12:23:52 -07001440 deps = [
1441 ":flags",
1442 ":gm",
1443 ":gpu_tool_utils",
1444 ":skia",
1445 ":tool_utils",
1446 ]
1447 }
mtklein2b6870c2016-07-28 14:17:33 -07001448
Mike Klein60900b52018-09-21 11:19:45 -04001449 test_lib("experimental_pipe") {
1450 public_include_dirs = [ "experimental/pipe" ]
1451 sources = [
1452 "experimental/pipe/SkPipe.h",
1453 "experimental/pipe/SkPipeCanvas.cpp",
1454 "experimental/pipe/SkPipeCanvas.h",
1455 "experimental/pipe/SkPipeFormat.h",
1456 "experimental/pipe/SkPipeReader.cpp",
1457 "experimental/pipe/SkRefSet.h",
1458 ]
1459 }
1460
mtkleinc095df52016-08-24 12:23:52 -07001461 test_lib("experimental_svg_model") {
Hal Canary0f666812018-03-22 15:21:12 -04001462 public_include_dirs = []
1463 if (skia_use_expat) {
1464 public_include_dirs += [ "experimental/svg/model" ]
1465 sources = [
1466 "experimental/svg/model/SkSVGAttribute.cpp",
1467 "experimental/svg/model/SkSVGAttributeParser.cpp",
1468 "experimental/svg/model/SkSVGCircle.cpp",
1469 "experimental/svg/model/SkSVGClipPath.cpp",
1470 "experimental/svg/model/SkSVGContainer.cpp",
1471 "experimental/svg/model/SkSVGDOM.cpp",
1472 "experimental/svg/model/SkSVGEllipse.cpp",
1473 "experimental/svg/model/SkSVGGradient.cpp",
1474 "experimental/svg/model/SkSVGLine.cpp",
1475 "experimental/svg/model/SkSVGLinearGradient.cpp",
1476 "experimental/svg/model/SkSVGNode.cpp",
1477 "experimental/svg/model/SkSVGPath.cpp",
1478 "experimental/svg/model/SkSVGPattern.cpp",
1479 "experimental/svg/model/SkSVGPoly.cpp",
1480 "experimental/svg/model/SkSVGRadialGradient.cpp",
1481 "experimental/svg/model/SkSVGRect.cpp",
1482 "experimental/svg/model/SkSVGRenderContext.cpp",
1483 "experimental/svg/model/SkSVGSVG.cpp",
1484 "experimental/svg/model/SkSVGShape.cpp",
1485 "experimental/svg/model/SkSVGStop.cpp",
1486 "experimental/svg/model/SkSVGTransformableNode.cpp",
1487 "experimental/svg/model/SkSVGUse.cpp",
1488 "experimental/svg/model/SkSVGValue.cpp",
1489 ]
1490 deps = [
1491 ":skia",
1492 ":xml",
1493 ]
1494 }
mtkleinc095df52016-08-24 12:23:52 -07001495 }
fmalitaa2b9fdf2016-08-03 19:53:36 -07001496
Mike Klein38af9432016-11-11 11:39:44 -05001497 if (skia_use_lua) {
1498 test_lib("lua") {
1499 public_include_dirs = []
1500 sources = [
1501 "src/utils/SkLua.cpp",
1502 "src/utils/SkLuaCanvas.cpp",
1503 ]
1504 deps = [
Herb Derby264182c2018-05-29 15:53:40 -04001505 "modules/skshaper",
Mike Klein38af9432016-11-11 11:39:44 -05001506 "//third_party/lua",
1507 ]
1508 }
1509
Mike Kleine6682eb2017-01-05 10:54:57 -05001510 test_app("lua_app") {
Mike Klein38af9432016-11-11 11:39:44 -05001511 sources = [
1512 "tools/lua/lua_app.cpp",
1513 ]
1514 deps = [
1515 ":lua",
1516 ":skia",
1517 "//third_party/lua",
1518 ]
Mike Klein38af9432016-11-11 11:39:44 -05001519 }
1520
Mike Kleine6682eb2017-01-05 10:54:57 -05001521 test_app("lua_pictures") {
Mike Klein38af9432016-11-11 11:39:44 -05001522 sources = [
1523 "tools/lua/lua_pictures.cpp",
1524 ]
1525 deps = [
1526 ":flags",
1527 ":lua",
1528 ":skia",
1529 ":tool_utils",
1530 "//third_party/lua",
1531 ]
Mike Klein38af9432016-11-11 11:39:44 -05001532 }
1533 }
1534
Cary Clark8032b982017-07-28 11:04:54 -04001535 test_app("bookmaker") {
1536 sources = [
1537 "tools/bookmaker/bookmaker.cpp",
Cary Clarkbef063a2017-10-31 15:44:45 -04001538 "tools/bookmaker/cataloger.cpp",
Cary Clarka560c472017-11-27 10:44:06 -05001539 "tools/bookmaker/definition.cpp",
Cary Clark8032b982017-07-28 11:04:54 -04001540 "tools/bookmaker/fiddleParser.cpp",
1541 "tools/bookmaker/includeParser.cpp",
1542 "tools/bookmaker/includeWriter.cpp",
1543 "tools/bookmaker/mdOut.cpp",
1544 "tools/bookmaker/parserCommon.cpp",
Cary Clarkac47b882018-01-11 10:35:44 -05001545 "tools/bookmaker/selfCheck.cpp",
Cary Clark8032b982017-07-28 11:04:54 -04001546 "tools/bookmaker/spellCheck.cpp",
1547 ]
1548 deps = [
1549 ":flags",
1550 ":skia",
1551 ":tool_utils",
Cary Clark2f466242017-12-11 16:03:17 -05001552 "//third_party/jsoncpp",
Cary Clark8032b982017-07-28 11:04:54 -04001553 ]
1554 }
1555
Florin Malitabfe876a2018-09-02 12:33:59 -04001556 if (is_linux || is_mac) {
Florin Malita79725d32018-06-05 16:16:57 -04001557 test_app("skottie_tool") {
1558 deps = [
1559 "modules/skottie:tool",
1560 ]
1561 }
1562 }
1563
Kevin Lubickebf648e2017-09-21 13:45:16 -04001564 if (target_cpu != "wasm") {
1565 import("gn/samples.gni")
1566 test_lib("samples") {
1567 public_include_dirs = [ "samplecode" ]
1568 include_dirs = [ "experimental" ]
Yuqian Li56a4a092018-02-12 14:47:34 +08001569 sources = samples_sources
Ben Wagnerb2c4ea62018-08-08 11:36:17 -04001570 public_deps = [
1571 ":tool_utils",
1572 ]
Kevin Lubickebf648e2017-09-21 13:45:16 -04001573 deps = [
1574 ":experimental_svg_model",
1575 ":flags",
Kevin Lubickebf648e2017-09-21 13:45:16 -04001576 ":xml",
Herb Derby264182c2018-05-29 15:53:40 -04001577 "modules/skshaper",
Kevin Lubickebf648e2017-09-21 13:45:16 -04001578 ]
Mike Klein38af9432016-11-11 11:39:44 -05001579
Ruiqi Maof5101492018-06-29 14:32:21 -04001580 # NIMA does not build on Windows clang
1581 if (!is_win || !is_clang) {
1582 deps += [ "//third_party/Nima-Cpp" ]
1583 }
1584
Kevin Lubickebf648e2017-09-21 13:45:16 -04001585 if (skia_use_lua) {
1586 sources += [ "samplecode/SampleLua.cpp" ]
1587 deps += [
1588 ":lua",
1589 "//third_party/lua",
1590 ]
1591 }
1592 }
Mike Klein7af351a2018-07-27 09:54:43 -04001593 test_app("imgcvt") {
1594 sources = [
1595 "tools/imgcvt.cpp",
1596 ]
1597 deps = [
1598 ":skcms",
1599 ":skia",
1600 ]
1601 }
Kevin Lubickebf648e2017-09-21 13:45:16 -04001602 test_app("dm") {
1603 sources = [
1604 "dm/DM.cpp",
Hal Canaryb6c5e5b2017-10-09 16:13:02 -04001605 "dm/DMGpuTestProcs.cpp",
Kevin Lubickebf648e2017-09-21 13:45:16 -04001606 "dm/DMJsonWriter.cpp",
1607 "dm/DMSrcSink.cpp",
1608 ]
1609 include_dirs = [ "tests" ]
1610 deps = [
1611 ":common_flags",
Mike Klein60900b52018-09-21 11:19:45 -04001612 ":experimental_pipe",
Kevin Lubickebf648e2017-09-21 13:45:16 -04001613 ":experimental_svg_model",
1614 ":flags",
1615 ":gm",
1616 ":gpu_tool_utils",
1617 ":skia",
1618 ":tests",
1619 ":tool_utils",
Florin Malita3d856bd2018-05-26 09:49:28 -04001620 "modules/skottie",
Florin Malita3b526b02018-05-25 12:43:51 -04001621 "modules/sksg",
Kevin Lubickebf648e2017-09-21 13:45:16 -04001622 "//third_party/jsoncpp",
1623 "//third_party/libpng",
Mike Klein38af9432016-11-11 11:39:44 -05001624 ]
Ruiqi Maof5101492018-06-29 14:32:21 -04001625
1626 # NIMA does not build on Windows clang
1627 if (!is_win || !is_clang) {
1628 deps += [ "//third_party/Nima-Cpp" ]
1629 }
Mike Klein38af9432016-11-11 11:39:44 -05001630 }
Brian Osman16adfa32016-10-18 14:42:44 -04001631 }
1632
Mike Kleina8a51ce2018-01-09 12:34:11 -05001633 if (!is_win) {
1634 test_app("remote_demo") {
1635 sources = [
1636 "tools/remote_demo.cpp",
1637 ]
1638 deps = [
1639 ":skia",
1640 ]
1641 }
1642 }
1643
Mike Kleine6682eb2017-01-05 10:54:57 -05001644 test_app("nanobench") {
mtklein2b6870c2016-07-28 14:17:33 -07001645 sources = [
1646 "bench/nanobench.cpp",
1647 ]
1648 deps = [
1649 ":bench",
mtklein046cb562016-09-16 10:23:12 -07001650 ":common_flags",
fmalita6519c212016-09-14 08:05:17 -07001651 ":experimental_svg_model",
mtklein2b6870c2016-07-28 14:17:33 -07001652 ":flags",
1653 ":gm",
1654 ":gpu_tool_utils",
1655 ":skia",
1656 ":tool_utils",
Florin Malita3b526b02018-05-25 12:43:51 -04001657 "modules/sksg",
mtklein2b6870c2016-07-28 14:17:33 -07001658 "//third_party/jsoncpp",
1659 ]
mtklein2b6870c2016-07-28 14:17:33 -07001660 }
halcanary19a97202016-08-03 15:08:04 -07001661
Ravi Mistry10d36c52017-01-31 09:49:18 -05001662 test_app("skpinfo") {
1663 sources = [
1664 "tools/skpinfo.cpp",
1665 ]
1666 deps = [
1667 ":flags",
1668 ":skia",
1669 ]
1670 }
1671
Brian Osmanc9a42472018-05-31 13:17:12 -04001672 test_app("skpbench") {
1673 sources = [
1674 "tools/skpbench/skpbench.cpp",
1675 ]
1676 deps = [
1677 ":flags",
1678 ":gpu_tool_utils",
1679 ":skia",
1680 ":tool_utils",
1681 ]
csmartdalton4b5179b2016-09-19 11:03:58 -07001682 }
1683
Mike Kleine6682eb2017-01-05 10:54:57 -05001684 test_app("sktexttopdf") {
halcanary3eee9d92016-09-10 07:01:53 -07001685 sources = [
Herb Derby264182c2018-05-29 15:53:40 -04001686 "tools/using_skia_and_harfbuzz.cpp",
halcanary3eee9d92016-09-10 07:01:53 -07001687 ]
1688 deps = [
1689 ":skia",
Herb Derby264182c2018-05-29 15:53:40 -04001690 "modules/skshaper",
halcanary3eee9d92016-09-10 07:01:53 -07001691 ]
halcanary3eee9d92016-09-10 07:01:53 -07001692 }
mtklein046cb562016-09-16 10:23:12 -07001693
Ben Wagner219f3622017-07-17 15:32:25 -04001694 test_app("create_test_font") {
1695 sources = [
Ben Wagner483c7722018-02-20 17:06:07 -05001696 "tools/fonts/create_test_font.cpp",
Ben Wagner219f3622017-07-17 15:32:25 -04001697 ]
1698 deps = [
1699 ":skia",
1700 ]
1701 assert_no_deps = [
1702 # tool_utils requires the output of this app.
1703 ":tool_utils",
1704 ]
1705 }
1706
Florin Malita5d3ff432018-07-31 16:38:43 -04001707 if (skia_use_expat) {
1708 test_app("create_test_font_color") {
1709 sources = [
1710 "tools/fonts/create_test_font_color.cpp",
1711 ]
1712 deps = [
1713 ":flags",
1714 ":skia",
1715 ":tool_utils",
1716 ]
1717 }
Ben Wagner97182cc2018-02-15 10:20:04 -05001718 }
1719
Mike Kleine6682eb2017-01-05 10:54:57 -05001720 test_app("get_images_from_skps") {
mtklein046cb562016-09-16 10:23:12 -07001721 sources = [
1722 "tools/get_images_from_skps.cpp",
1723 ]
1724 deps = [
1725 ":flags",
1726 ":skia",
mtklein046cb562016-09-16 10:23:12 -07001727 ]
mtklein046cb562016-09-16 10:23:12 -07001728 }
mtkleinecbc5262016-09-22 11:51:24 -07001729
Kevin Lubickebf648e2017-09-21 13:45:16 -04001730 if (!is_ios && target_cpu != "wasm") {
Mike Kleine6682eb2017-01-05 10:54:57 -05001731 test_app("skiaserve") {
Mike Klein7d302882016-11-03 14:06:31 -04001732 sources = [
1733 "tools/skiaserve/Request.cpp",
1734 "tools/skiaserve/Response.cpp",
1735 "tools/skiaserve/skiaserve.cpp",
Mike Klein7d302882016-11-03 14:06:31 -04001736 "tools/skiaserve/urlhandlers/BreakHandler.cpp",
1737 "tools/skiaserve/urlhandlers/ClipAlphaHandler.cpp",
1738 "tools/skiaserve/urlhandlers/CmdHandler.cpp",
1739 "tools/skiaserve/urlhandlers/ColorModeHandler.cpp",
1740 "tools/skiaserve/urlhandlers/DataHandler.cpp",
1741 "tools/skiaserve/urlhandlers/DownloadHandler.cpp",
1742 "tools/skiaserve/urlhandlers/EnableGPUHandler.cpp",
1743 "tools/skiaserve/urlhandlers/ImgHandler.cpp",
1744 "tools/skiaserve/urlhandlers/InfoHandler.cpp",
Brian Salomon144a5c52016-12-20 16:48:59 -05001745 "tools/skiaserve/urlhandlers/OpBoundsHandler.cpp",
1746 "tools/skiaserve/urlhandlers/OpsHandler.cpp",
Mike Klein7d302882016-11-03 14:06:31 -04001747 "tools/skiaserve/urlhandlers/OverdrawHandler.cpp",
1748 "tools/skiaserve/urlhandlers/PostHandler.cpp",
1749 "tools/skiaserve/urlhandlers/QuitHandler.cpp",
1750 "tools/skiaserve/urlhandlers/RootHandler.cpp",
1751 ]
1752 deps = [
1753 ":flags",
1754 ":gpu_tool_utils",
1755 ":skia",
1756 ":tool_utils",
1757 "//third_party/jsoncpp",
1758 "//third_party/libmicrohttpd",
1759 "//third_party/libpng",
1760 ]
Mike Klein7d302882016-11-03 14:06:31 -04001761 }
mtkleinecbc5262016-09-22 11:51:24 -07001762 }
kjlubick14f984b2016-10-03 11:49:45 -07001763
Mike Kleine6682eb2017-01-05 10:54:57 -05001764 test_app("fuzz") {
Kevin Lubick9ff5dc92018-01-09 12:47:33 -05001765 include_dirs = [
1766 "tools",
1767 "tools/debugger",
1768 ]
kjlubick14f984b2016-10-03 11:49:45 -07001769 sources = [
Kevin Lubickbc9a1a82018-09-17 14:46:57 -04001770 "fuzz/Fuzz.cpp",
Hal Canary24ac42b2017-02-14 13:35:14 -05001771 "fuzz/FuzzCanvas.cpp",
Cary Clark91390c82018-03-09 14:02:46 -05001772 "fuzz/FuzzCommon.cpp",
Kevin Lubickfec1dea2016-11-22 13:57:18 -05001773 "fuzz/FuzzDrawFunctions.cpp",
Kevin Lubicke4be55d2018-03-30 15:05:13 -04001774 "fuzz/FuzzEncoders.cpp",
kjlubick14f984b2016-10-03 11:49:45 -07001775 "fuzz/FuzzGradients.cpp",
Kevin Lubickbc9a1a82018-09-17 14:46:57 -04001776 "fuzz/FuzzMain.cpp",
kjlubick14f984b2016-10-03 11:49:45 -07001777 "fuzz/FuzzParsePath.cpp",
Cary Clark91390c82018-03-09 14:02:46 -05001778 "fuzz/FuzzPathMeasure.cpp",
kjlubick14f984b2016-10-03 11:49:45 -07001779 "fuzz/FuzzPathop.cpp",
Jim Van Verth061cc212018-07-11 14:09:09 -04001780 "fuzz/FuzzPolyUtils.cpp",
Hal Canary13872dd2018-04-06 10:25:12 -04001781 "fuzz/FuzzRegionOp.cpp",
Kevin Lubick2416f962018-02-12 08:26:39 -05001782 "fuzz/oss_fuzz/FuzzAnimatedImage.cpp",
1783 "fuzz/oss_fuzz/FuzzImage.cpp",
Kevin Lubickf034d112018-02-08 14:31:24 -05001784 "fuzz/oss_fuzz/FuzzImageFilterDeserialize.cpp",
Florin Malita80452be2018-06-19 11:27:20 -04001785 "fuzz/oss_fuzz/FuzzJSON.cpp",
Kevin Lubickf034d112018-02-08 14:31:24 -05001786 "fuzz/oss_fuzz/FuzzPathDeserialize.cpp",
Kevin Lubick2541edf2018-01-11 10:27:14 -05001787 "fuzz/oss_fuzz/FuzzRegionDeserialize.cpp",
1788 "fuzz/oss_fuzz/FuzzRegionSetPath.cpp",
Kevin Lubickf034d112018-02-08 14:31:24 -05001789 "fuzz/oss_fuzz/FuzzTextBlobDeserialize.cpp",
Kevin Lubick9ff5dc92018-01-09 12:47:33 -05001790 "tools/UrlDataManager.cpp",
1791 "tools/debugger/SkDebugCanvas.cpp",
1792 "tools/debugger/SkDrawCommand.cpp",
1793 "tools/debugger/SkJsonWriteBuffer.cpp",
kjlubick14f984b2016-10-03 11:49:45 -07001794 ]
1795 deps = [
1796 ":flags",
Hal Canary44801ca2017-03-15 11:39:06 -04001797 ":gpu_tool_utils",
kjlubick14f984b2016-10-03 11:49:45 -07001798 ":skia",
Florin Malita3d856bd2018-05-26 09:49:28 -04001799 "modules/skottie:fuzz",
Kevin Lubick9ff5dc92018-01-09 12:47:33 -05001800 "//third_party/jsoncpp",
1801 "//third_party/libpng",
kjlubick14f984b2016-10-03 11:49:45 -07001802 ]
kjlubick14f984b2016-10-03 11:49:45 -07001803 }
Mike Klein38312422016-10-05 15:41:01 -04001804
Mike Kleine6682eb2017-01-05 10:54:57 -05001805 test_app("pathops_unittest") {
Mike Klein6e744122016-10-27 12:21:40 -04001806 sources = pathops_tests_sources + [
Mike Klein6e55fef2016-10-26 11:41:47 -04001807 rebase_path("tests/skia_test.cpp"),
1808 rebase_path("tests/Test.cpp"),
1809 ]
caryclark9feb6322016-10-25 08:58:26 -07001810 deps = [
1811 ":flags",
1812 ":gpu_tool_utils",
1813 ":skia",
1814 ":tool_utils",
1815 ]
caryclark9feb6322016-10-25 08:58:26 -07001816 }
1817
Mike Kleine6682eb2017-01-05 10:54:57 -05001818 test_app("dump_record") {
Mike Klein38312422016-10-05 15:41:01 -04001819 sources = [
1820 "tools/DumpRecord.cpp",
1821 "tools/dump_record.cpp",
1822 ]
1823 deps = [
1824 ":flags",
1825 ":skia",
1826 ]
Mike Klein38312422016-10-05 15:41:01 -04001827 }
bungemanfe917272016-10-13 17:36:40 -04001828
Mike Kleine6682eb2017-01-05 10:54:57 -05001829 test_app("skdiff") {
bungemanfe917272016-10-13 17:36:40 -04001830 sources = [
1831 "tools/skdiff/skdiff.cpp",
1832 "tools/skdiff/skdiff_html.cpp",
1833 "tools/skdiff/skdiff_main.cpp",
1834 "tools/skdiff/skdiff_utils.cpp",
1835 ]
1836 deps = [
1837 ":skia",
1838 ":tool_utils",
1839 ]
bungemanfe917272016-10-13 17:36:40 -04001840 }
halcanarya73d76a2016-10-17 13:19:02 -07001841
Mike Kleine6682eb2017-01-05 10:54:57 -05001842 test_app("skp_parser") {
halcanarya73d76a2016-10-17 13:19:02 -07001843 sources = [
1844 "tools/skp_parser.cpp",
1845 ]
1846 deps = [
1847 ":skia",
1848 ":tool_utils",
1849 "//third_party/jsoncpp",
1850 ]
halcanarya73d76a2016-10-17 13:19:02 -07001851 }
Brian Osman16adfa32016-10-18 14:42:44 -04001852
Brian Osmanc9a42472018-05-31 13:17:12 -04001853 if (!is_win) {
Hal Canaryd7b38452017-12-11 17:46:26 -05001854 test_lib("skqp_lib") {
1855 public_include_dirs = [ "tools/skqp" ]
Hal Canary0e07ad72018-02-08 13:06:56 -05001856 defines =
1857 [ "SK_SKQP_GLOBAL_ERROR_TOLERANCE=$skia_skqp_global_error_tolerance" ]
Hal Canary4689b542018-01-31 11:54:14 -05001858 if (skia_skqp_enable_driver_correctness_workarounds) {
1859 defines += [ "SK_SKQP_ENABLE_DRIVER_CORRECTNESS_WORKAROUNDS" ]
1860 }
Hal Canary75427132017-10-11 16:00:31 -04001861 sources = [
1862 "dm/DMGpuTestProcs.cpp",
Hal Canaryd7b38452017-12-11 17:46:26 -05001863 "tools/skqp/gm_knowledge.cpp",
1864 "tools/skqp/gm_runner.cpp",
Hal Canary75427132017-10-11 16:00:31 -04001865 ]
1866 deps = [
1867 ":gm",
1868 ":gpu_tool_utils",
1869 ":skia",
1870 ":tests",
Hal Canaryd7b38452017-12-11 17:46:26 -05001871 ":tool_utils",
1872 ]
1873 }
1874 test_app("skqp") {
1875 sources = [
1876 "tools/skqp/skqp.cpp",
1877 ]
1878 deps = [
1879 ":skia",
1880 ":skqp_lib",
Hal Canary537d9c02018-01-30 11:30:48 -05001881 ":tool_utils",
Hal Canary75427132017-10-11 16:00:31 -04001882 "//third_party/googletest",
1883 ]
1884 }
1885 }
Brian Osmanc9a42472018-05-31 13:17:12 -04001886 if (is_android) {
Hal Canary28f89382017-12-12 09:42:14 -05001887 test_app("skqp_app") {
1888 is_shared_library = true
1889 sources = [
1890 "tools/skqp/jni/org_skia_skqp_SkQPRunner.cpp",
1891 ]
1892 deps = [
1893 ":skia",
1894 ":skqp_lib",
Hal Canaryb4d01a92018-01-29 13:10:08 -05001895 ":tool_utils",
Hal Canary28f89382017-12-12 09:42:14 -05001896 ]
1897 libs = [ "android" ]
1898 }
1899 }
Stan Iliev93151722018-08-02 11:10:52 -04001900 if (is_android && skia_enable_gpu) {
1901 test_app("skottie_android") {
1902 is_shared_library = true
1903
1904 sources = [
1905 "platform_tools/android/apps/skottie/src/main/cpp/JavaInputStreamAdaptor.cpp",
1906 "platform_tools/android/apps/skottie/src/main/cpp/native-lib.cpp",
1907 ]
1908 libs = []
1909
1910 include_dirs = []
1911 deps = [
1912 ":skia",
1913 "modules/skottie",
Stan Ilieva7a52b92018-10-01 15:36:32 -04001914 "modules/sksg:samples",
Stan Iliev93151722018-08-02 11:10:52 -04001915 ]
1916 }
1917 }
Hal Canary75427132017-10-11 16:00:31 -04001918
Hal Canarya9de7602018-01-19 13:08:23 -05001919 test_app("list_gms") {
1920 sources = [
1921 "tools/list_gms.cpp",
1922 ]
1923 deps = [
1924 ":gm",
1925 ":skia",
1926 ]
1927 }
1928 test_app("list_gpu_unit_tests") {
1929 sources = [
1930 "dm/DMGpuTestProcs.cpp",
1931 "tools/list_gpu_unit_tests.cpp",
1932 ]
1933 deps = [
1934 ":skia",
1935 ":tests",
1936 ]
1937 }
1938
Brian Osmanc9a42472018-05-31 13:17:12 -04001939 test_lib("sk_app") {
1940 public_include_dirs = [ "tools/sk_app" ]
1941 sources = [
1942 "tools/sk_app/CommandSet.cpp",
1943 "tools/sk_app/GLWindowContext.cpp",
1944 "tools/sk_app/Window.cpp",
1945 ]
1946 libs = []
1947
1948 if (is_android) {
1949 sources += [
1950 "tools/sk_app/android/GLWindowContext_android.cpp",
1951 "tools/sk_app/android/RasterWindowContext_android.cpp",
1952 "tools/sk_app/android/Window_android.cpp",
1953 "tools/sk_app/android/main_android.cpp",
1954 "tools/sk_app/android/surface_glue_android.cpp",
Brian Osman16adfa32016-10-18 14:42:44 -04001955 ]
Brian Osmanc9a42472018-05-31 13:17:12 -04001956 libs += [ "android" ]
1957 } else if (is_linux) {
1958 sources += [
1959 "tools/sk_app/unix/GLWindowContext_unix.cpp",
1960 "tools/sk_app/unix/RasterWindowContext_unix.cpp",
1961 "tools/sk_app/unix/Window_unix.cpp",
1962 "tools/sk_app/unix/keysym2ucs.c",
1963 "tools/sk_app/unix/main_unix.cpp",
Brian Osman16adfa32016-10-18 14:42:44 -04001964 ]
Brian Osmanc9a42472018-05-31 13:17:12 -04001965 libs += [
1966 "GL",
1967 "X11",
1968 ]
1969 } else if (is_win) {
1970 sources += [
1971 "tools/sk_app/win/GLWindowContext_win.cpp",
1972 "tools/sk_app/win/RasterWindowContext_win.cpp",
1973 "tools/sk_app/win/Window_win.cpp",
1974 "tools/sk_app/win/main_win.cpp",
1975 ]
Brian Salomon194db172017-08-17 14:37:06 -04001976 if (skia_use_angle) {
Brian Osmanc9a42472018-05-31 13:17:12 -04001977 sources += [ "tools/sk_app/win/ANGLEWindowContext_win.cpp" ]
Brian Salomon194db172017-08-17 14:37:06 -04001978 }
Brian Osmanc9a42472018-05-31 13:17:12 -04001979 } else if (is_mac) {
1980 sources += [
1981 "tools/sk_app/mac/GLWindowContext_mac.cpp",
1982 "tools/sk_app/mac/RasterWindowContext_mac.cpp",
1983 "tools/sk_app/mac/Window_mac.cpp",
1984 "tools/sk_app/mac/main_mac.cpp",
1985 ]
1986 libs += [
1987 "QuartzCore.framework",
1988 "Cocoa.framework",
1989 "Foundation.framework",
1990 ]
1991 } else if (is_ios) {
1992 sources += [
1993 "tools/sk_app/ios/GLWindowContext_ios.cpp",
1994 "tools/sk_app/ios/RasterWindowContext_ios.cpp",
1995 "tools/sk_app/ios/Window_ios.cpp",
1996 "tools/sk_app/ios/main_ios.cpp",
1997 ]
1998 }
1999
2000 if (skia_use_vulkan) {
2001 sources += [ "tools/sk_app/VulkanWindowContext.cpp" ]
2002 if (is_android) {
2003 sources += [ "tools/sk_app/android/VulkanWindowContext_android.cpp" ]
2004 } else if (is_linux) {
2005 sources += [ "tools/sk_app/unix/VulkanWindowContext_unix.cpp" ]
2006 libs += [ "X11-xcb" ]
2007 } else if (is_win) {
2008 sources += [ "tools/sk_app/win/VulkanWindowContext_win.cpp" ]
2009 }
2010 }
2011
2012 deps = [
2013 ":gpu_tool_utils",
2014 ":skia",
2015 ":tool_utils",
Brian Osmanc9a42472018-05-31 13:17:12 -04002016 ]
2017 if (is_android) {
2018 deps += [ "//third_party/native_app_glue" ]
2019 } else if (is_mac || is_ios) {
2020 deps += [ "//third_party/libsdl" ]
2021 }
2022 if (skia_use_angle) {
2023 deps += [ "//third_party/angle2" ]
Mike Kleina92c3832016-12-08 09:49:39 -05002024 }
Brian Osman16adfa32016-10-18 14:42:44 -04002025 }
Ethan Nicholas4f3985c2016-11-14 11:16:37 -05002026
Brian Osmanc9a42472018-05-31 13:17:12 -04002027 test_app("viewer") {
2028 is_shared_library = is_android
2029 if (is_ios) {
2030 bundle_ios_data = true
Brian Osmaneff04b52017-11-21 13:18:02 -05002031 }
Brian Osmanc9a42472018-05-31 13:17:12 -04002032 sources = [
2033 "tools/viewer/BisectSlide.cpp",
2034 "tools/viewer/GMSlide.cpp",
2035 "tools/viewer/ImGuiLayer.cpp",
2036 "tools/viewer/ImageSlide.cpp",
2037 "tools/viewer/SKPSlide.cpp",
2038 "tools/viewer/SampleSlide.cpp",
2039 "tools/viewer/SkottieSlide.cpp",
2040 "tools/viewer/SlideDir.cpp",
2041 "tools/viewer/StatsLayer.cpp",
2042 "tools/viewer/SvgSlide.cpp",
Ben Wagnerb2c4ea62018-08-08 11:36:17 -04002043 "tools/viewer/TouchGesture.cpp",
Leon Scroggins III81886e82018-08-22 11:18:08 -04002044 "tools/viewer/TouchGesture.h",
Brian Osmanc9a42472018-05-31 13:17:12 -04002045 "tools/viewer/Viewer.cpp",
2046 ]
2047 libs = []
2048
2049 include_dirs = []
2050 deps = [
2051 ":experimental_svg_model",
2052 ":flags",
2053 ":gm",
2054 ":gpu_tool_utils",
2055 ":samples",
2056 ":sk_app",
2057 ":skia",
2058 ":tool_utils",
Brian Osmanc9a42472018-05-31 13:17:12 -04002059 "modules/skottie",
2060 "modules/sksg",
Ben Wagnerb2c4ea62018-08-08 11:36:17 -04002061 "modules/sksg:samples",
Brian Osmanc9a42472018-05-31 13:17:12 -04002062 "//third_party/imgui",
Brian Osmanc9a42472018-05-31 13:17:12 -04002063 ]
Ruiqi Maof5101492018-06-29 14:32:21 -04002064
2065 # NIMA does not build on Windows clang
2066 if (!is_win || !is_clang) {
2067 sources += [ "tools/viewer/NIMASlide.cpp" ]
2068 deps += [ "//third_party/Nima-Cpp" ]
2069 }
Brian Osmaneff04b52017-11-21 13:18:02 -05002070 }
2071
ziadbbceddbc2018-06-19 13:57:15 -04002072 if (is_android) {
2073 test_app("arcore") {
2074 is_shared_library = true
2075 configs = [
2076 ":skia_public",
2077 "gn:default",
2078 ]
2079
2080 # For internship expedience, yes, we're rebuilding Skia rather than depending on :skia.
2081 # At the moment there's no way to use Skia and Skottie/SkShaper unless they're in the same .so.
2082 sources = []
2083 sources += skia_core_sources
2084 sources += skia_utils_sources
2085 sources += skia_xps_sources
2086 sources += [
2087 "src/android/SkAndroidFrameworkUtils.cpp",
2088 "src/android/SkAnimatedImage.cpp",
2089 "src/android/SkBitmapRegionCodec.cpp",
2090 "src/android/SkBitmapRegionDecoder.cpp",
2091 "src/codec/SkAndroidCodec.cpp",
2092 "src/codec/SkBmpBaseCodec.cpp",
2093 "src/codec/SkBmpCodec.cpp",
2094 "src/codec/SkBmpMaskCodec.cpp",
2095 "src/codec/SkBmpRLECodec.cpp",
2096 "src/codec/SkBmpStandardCodec.cpp",
2097 "src/codec/SkCodec.cpp",
2098 "src/codec/SkCodecImageGenerator.cpp",
2099 "src/codec/SkColorTable.cpp",
2100 "src/codec/SkGifCodec.cpp",
2101 "src/codec/SkMaskSwizzler.cpp",
2102 "src/codec/SkMasks.cpp",
2103 "src/codec/SkSampledCodec.cpp",
2104 "src/codec/SkSampler.cpp",
2105 "src/codec/SkStreamBuffer.cpp",
2106 "src/codec/SkSwizzler.cpp",
2107 "src/codec/SkWbmpCodec.cpp",
2108 "src/images/SkImageEncoder.cpp",
2109 "src/ports/SkDiscardableMemory_none.cpp",
2110 "src/ports/SkImageGenerator_skia.cpp",
2111 "src/ports/SkMemory_malloc.cpp",
2112 "src/ports/SkOSFile_stdio.cpp",
2113 "src/sfnt/SkOTTable_name.cpp",
2114 "src/sfnt/SkOTUtils.cpp",
2115 "src/utils/mac/SkStream_mac.cpp",
2116 "third_party/gif/SkGifImageReader.cpp",
2117 ]
2118 deps = [
2119 ":tool_utils",
2120 "modules/skottie",
2121 "modules/skshaper",
2122 ]
2123 }
2124 }
2125
Brian Osmanc9a42472018-05-31 13:17:12 -04002126 if (!skia_use_angle && (is_linux || is_win || is_mac)) {
Brian Osmaneff04b52017-11-21 13:18:02 -05002127 test_app("HelloWorld") {
2128 sources = [
2129 "example/HelloWorld.cpp",
2130 ]
2131 libs = []
2132
2133 include_dirs = []
2134 deps = [
2135 ":flags",
2136 ":gpu_tool_utils",
2137 ":sk_app",
2138 ":skia",
2139 ":tool_utils",
Brian Osmaneff04b52017-11-21 13:18:02 -05002140 ]
2141 }
2142 }
2143
Brian Osmanc9a42472018-05-31 13:17:12 -04002144 if (is_linux || is_mac || is_ios) {
Jim Van Verth4c70c752017-07-11 12:03:01 -04002145 test_app("SkiaSDLExample") {
2146 sources = [
2147 "example/SkiaSDLExample.cpp",
2148 ]
2149 libs = []
2150 include_dirs = []
2151 deps = [
2152 ":gpu_tool_utils",
2153 ":skia",
2154 "//third_party/libsdl",
2155 ]
2156 }
2157 }
2158
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002159 if (skia_qt_path != "" && (is_win || is_linux || is_mac)) {
2160 action_foreach("generate_mocs") {
2161 script = "gn/call.py"
2162 sources = [
2163 "tools/mdbviz/MainWindow.h",
2164 ]
2165 outputs = [
2166 "$target_gen_dir/mdbviz/{{source_name_part}}_moc.cpp",
2167 ]
2168 args = [
2169 "$skia_qt_path" + "/bin/moc",
2170 "{{source}}",
2171 "-o",
2172 "gen/mdbviz/{{source_name_part}}_moc.cpp",
2173 ]
2174 }
2175 action_foreach("generate_resources") {
2176 script = "gn/call.py"
2177 sources = [
2178 "tools/mdbviz/resources.qrc",
2179 ]
2180 outputs = [
2181 "$target_gen_dir/mdbviz/{{source_name_part}}_res.cpp",
2182 ]
2183 args = [
2184 "$skia_qt_path" + "/bin/rcc",
2185 "{{source}}",
2186 "-o",
2187 "gen/mdbviz/{{source_name_part}}_res.cpp",
2188 ]
2189 }
2190 test_app("mdbviz") {
2191 if (is_win) {
2192 # on Windows we need to disable some exception handling warnings due to the Qt headers
2193 cflags = [ "/Wv:18" ] # 18 -> VS2013, 19 -> VS2015, 1910 -> VS2017
2194 }
2195 sources = [
Robert Phillips5fccf9d2017-09-05 15:10:12 -04002196 "tools/UrlDataManager.cpp",
2197 "tools/debugger/SkDebugCanvas.cpp",
2198 "tools/debugger/SkDrawCommand.cpp",
2199 "tools/debugger/SkJsonWriteBuffer.cpp",
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002200 "tools/mdbviz/MainWindow.cpp",
Robert Phillipsdeaf5682017-09-06 13:07:21 -04002201 "tools/mdbviz/Model.cpp",
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002202 "tools/mdbviz/main.cpp",
2203
2204 # generated files
2205 "$target_gen_dir/mdbviz/MainWindow_moc.cpp",
2206 "$target_gen_dir/mdbviz/resources_res.cpp",
2207 ]
2208 lib_dirs = [ "$skia_qt_path/lib" ]
2209 libs = [
2210 "Qt5Core.lib",
2211 "Qt5Gui.lib",
2212 "Qt5Widgets.lib",
2213 ]
2214 include_dirs = [
2215 "$skia_qt_path/include",
Robert Phillips276066b2017-09-06 17:17:44 -04002216 "$skia_qt_path/include/QtCore",
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002217 "$skia_qt_path/include/QtWidgets",
Robert Phillips5fccf9d2017-09-05 15:10:12 -04002218 "tools",
2219 "tools/debugger",
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002220 ]
2221 deps = [
2222 ":generate_mocs",
2223 ":generate_resources",
2224 ":skia",
Robert Phillips5fccf9d2017-09-05 15:10:12 -04002225 "//third_party/jsoncpp",
2226 "//third_party/libpng",
Robert Phillipsa6d2d702017-09-01 12:17:03 -04002227 ]
2228 }
2229 }
2230
Mike Kleine459afd2017-03-03 09:21:30 -05002231 if (is_android && defined(ndk) && ndk != "") {
Derek Sollenberger70120c72017-01-05 11:39:04 -05002232 copy("gdbserver") {
2233 sources = [
2234 "$ndk/$ndk_gdbserver",
2235 ]
2236 outputs = [
2237 "$root_out_dir/gdbserver",
2238 ]
2239 }
Derek Sollenberger70120c72017-01-05 11:39:04 -05002240 }
Mike Kleinf9ae6702018-06-20 14:05:05 -04002241
2242 if (skia_use_opencl) {
2243 test_app("hello-opencl") {
2244 sources = [
2245 "src/compute/common/cl/assert_cl.c",
2246 "src/compute/common/cl/find_cl.c",
2247 "tools/hello-opencl.cpp",
2248 ]
2249 include_dirs = [ "src/compute/common" ]
Ben Wagner30a4e3d2018-08-07 16:58:15 -04002250 if (is_linux) {
2251 libs = [ "OpenCL" ]
2252 } else if (is_win) {
2253 libs = [ "OpenCL.lib" ]
2254 }
Mike Kleinf9ae6702018-06-20 14:05:05 -04002255 }
2256 }
mtklein25c81d42016-07-27 13:55:26 -07002257}