1load("//bazel:macros.bzl", "generated_cc_atom") 2 3generated_cc_atom( 4 name = "GrContext_Base_hdr", 5 hdrs = ["GrContext_Base.h"], 6 visibility = ["//:__subpackages__"], 7 deps = [ 8 "//include/core:SkRefCnt_hdr", 9 "//include/gpu:GrBackendSurface_hdr", 10 "//include/gpu:GrContextOptions_hdr", 11 "//include/gpu:GrTypes_hdr", 12 ], 13) 14 15generated_cc_atom( 16 name = "GrD3DTypesMinimal_hdr", 17 hdrs = ["GrD3DTypesMinimal.h"], 18 visibility = ["//:__subpackages__"], 19 deps = [ 20 "//include/core:SkRefCnt_hdr", 21 "//include/gpu:GrTypes_hdr", 22 ], 23) 24 25generated_cc_atom( 26 name = "GrDawnTypesPriv_hdr", 27 hdrs = ["GrDawnTypesPriv.h"], 28 visibility = ["//:__subpackages__"], 29 deps = ["//include/gpu/dawn:GrDawnTypes_hdr"], 30) 31 32generated_cc_atom( 33 name = "GrGLTypesPriv_hdr", 34 hdrs = ["GrGLTypesPriv.h"], 35 visibility = ["//:__subpackages__"], 36 deps = [ 37 "//include/core:SkRefCnt_hdr", 38 "//include/gpu/gl:GrGLTypes_hdr", 39 ], 40) 41 42generated_cc_atom( 43 name = "GrImageContext_hdr", 44 hdrs = ["GrImageContext.h"], 45 visibility = ["//:__subpackages__"], 46 deps = [ 47 ":GrContext_Base_hdr", 48 ":SingleOwner_hdr", 49 ], 50) 51 52generated_cc_atom( 53 name = "GrMockTypesPriv_hdr", 54 hdrs = ["GrMockTypesPriv.h"], 55 visibility = ["//:__subpackages__"], 56 deps = ["//include/gpu/mock:GrMockTypes_hdr"], 57) 58 59generated_cc_atom( 60 name = "GrMtlTypesPriv_hdr", 61 hdrs = ["GrMtlTypesPriv.h"], 62 visibility = ["//:__subpackages__"], 63 deps = [ 64 "//include/gpu:GrTypes_hdr", 65 "//include/gpu/mtl:GrMtlTypes_hdr", 66 ], 67) 68 69generated_cc_atom( 70 name = "GrTypesPriv_hdr", 71 hdrs = ["GrTypesPriv.h"], 72 visibility = ["//:__subpackages__"], 73 deps = [ 74 ":SkImageInfoPriv_hdr", 75 ":SkMacros_hdr", 76 "//include/core:SkImageInfo_hdr", 77 "//include/core:SkImage_hdr", 78 "//include/core:SkPath_hdr", 79 "//include/core:SkRefCnt_hdr", 80 "//include/gpu:GrTypes_hdr", 81 ], 82) 83 84generated_cc_atom( 85 name = "GrVkTypesPriv_hdr", 86 hdrs = ["GrVkTypesPriv.h"], 87 visibility = ["//:__subpackages__"], 88 deps = [ 89 "//include/core:SkRefCnt_hdr", 90 "//include/gpu/vk:GrVkTypes_hdr", 91 ], 92) 93 94generated_cc_atom( 95 name = "SkBitmaskEnum_hdr", 96 hdrs = ["SkBitmaskEnum.h"], 97 visibility = ["//:__subpackages__"], 98) 99 100generated_cc_atom( 101 name = "SkChecksum_hdr", 102 hdrs = ["SkChecksum.h"], 103 visibility = ["//:__subpackages__"], 104 deps = [ 105 ":SkNoncopyable_hdr", 106 ":SkOpts_spi_hdr", 107 ":SkTLogic_hdr", 108 "//include/core:SkString_hdr", 109 "//include/core:SkTypes_hdr", 110 ], 111) 112 113generated_cc_atom( 114 name = "SkColorData_hdr", 115 hdrs = ["SkColorData.h"], 116 visibility = ["//:__subpackages__"], 117 deps = [ 118 ":SkNx_hdr", 119 ":SkTo_hdr", 120 "//include/core:SkColorPriv_hdr", 121 "//include/core:SkColor_hdr", 122 ], 123) 124 125generated_cc_atom( 126 name = "SkDeque_hdr", 127 hdrs = ["SkDeque.h"], 128 visibility = ["//:__subpackages__"], 129 deps = ["//include/core:SkTypes_hdr"], 130) 131 132generated_cc_atom( 133 name = "SkEncodedInfo_hdr", 134 hdrs = ["SkEncodedInfo.h"], 135 visibility = ["//:__subpackages__"], 136 deps = [ 137 "//include/core:SkData_hdr", 138 "//include/core:SkImageInfo_hdr", 139 "//include/third_party/skcms:skcms_hdr", 140 ], 141) 142 143generated_cc_atom( 144 name = "SkFixed_hdr", 145 hdrs = ["SkFixed.h"], 146 visibility = ["//:__subpackages__"], 147 deps = [ 148 ":SkSafe_math_hdr", 149 ":SkTPin_hdr", 150 ":SkTo_hdr", 151 "//include/core:SkScalar_hdr", 152 "//include/core:SkTypes_hdr", 153 ], 154) 155 156generated_cc_atom( 157 name = "SkFloatBits_hdr", 158 hdrs = ["SkFloatBits.h"], 159 visibility = ["//:__subpackages__"], 160 deps = [ 161 ":SkSafe_math_hdr", 162 "//include/core:SkTypes_hdr", 163 ], 164) 165 166generated_cc_atom( 167 name = "SkFloatingPoint_hdr", 168 hdrs = ["SkFloatingPoint.h"], 169 visibility = ["//:__subpackages__"], 170 deps = [ 171 ":SkFloatBits_hdr", 172 ":SkSafe_math_hdr", 173 "//include/core:SkTypes_hdr", 174 ], 175) 176 177generated_cc_atom( 178 name = "SkHalf_hdr", 179 hdrs = ["SkHalf.h"], 180 visibility = ["//:__subpackages__"], 181 deps = [ 182 ":SkNx_hdr", 183 "//include/core:SkTypes_hdr", 184 ], 185) 186 187generated_cc_atom( 188 name = "SkIDChangeListener_hdr", 189 hdrs = ["SkIDChangeListener.h"], 190 visibility = ["//:__subpackages__"], 191 deps = [ 192 ":SkMutex_hdr", 193 ":SkTDArray_hdr", 194 "//include/core:SkRefCnt_hdr", 195 ], 196) 197 198generated_cc_atom( 199 name = "SkImageInfoPriv_hdr", 200 hdrs = ["SkImageInfoPriv.h"], 201 visibility = ["//:__subpackages__"], 202 deps = [ 203 "//include/core:SkColor_hdr", 204 "//include/core:SkImageInfo_hdr", 205 ], 206) 207 208generated_cc_atom( 209 name = "SkMacros_hdr", 210 hdrs = ["SkMacros.h"], 211 visibility = ["//:__subpackages__"], 212) 213 214generated_cc_atom( 215 name = "SkMalloc_hdr", 216 hdrs = ["SkMalloc.h"], 217 visibility = ["//:__subpackages__"], 218 deps = ["//include/core:SkTypes_hdr"], 219) 220 221generated_cc_atom( 222 name = "SkMutex_hdr", 223 hdrs = ["SkMutex.h"], 224 visibility = ["//:__subpackages__"], 225 deps = [ 226 ":SkMacros_hdr", 227 ":SkSemaphore_hdr", 228 ":SkThreadAnnotations_hdr", 229 ":SkThreadID_hdr", 230 "//include/core:SkTypes_hdr", 231 ], 232) 233 234generated_cc_atom( 235 name = "SkNoncopyable_hdr", 236 hdrs = ["SkNoncopyable.h"], 237 visibility = ["//:__subpackages__"], 238 deps = ["//include/core:SkTypes_hdr"], 239) 240 241generated_cc_atom( 242 name = "SkNx_hdr", 243 hdrs = ["SkNx.h"], 244 visibility = ["//:__subpackages__"], 245 deps = [ 246 ":SkNx_neon_hdr", 247 ":SkNx_sse_hdr", 248 ":SkSafe_math_hdr", 249 "//include/core:SkScalar_hdr", 250 "//include/core:SkTypes_hdr", 251 ], 252) 253 254generated_cc_atom( 255 name = "SkNx_neon_hdr", 256 hdrs = ["SkNx_neon.h"], 257 visibility = ["//:__subpackages__"], 258) 259 260generated_cc_atom( 261 name = "SkNx_sse_hdr", 262 hdrs = ["SkNx_sse.h"], 263 visibility = ["//:__subpackages__"], 264 deps = ["//include/core:SkTypes_hdr"], 265) 266 267generated_cc_atom( 268 name = "SkOnce_hdr", 269 hdrs = ["SkOnce.h"], 270 visibility = ["//:__subpackages__"], 271 deps = [":SkThreadAnnotations_hdr"], 272) 273 274generated_cc_atom( 275 name = "SkOpts_spi_hdr", 276 hdrs = ["SkOpts_spi.h"], 277 visibility = ["//:__subpackages__"], 278 deps = ["//include/core:SkTypes_hdr"], 279) 280 281generated_cc_atom( 282 name = "SkPathRef_hdr", 283 hdrs = ["SkPathRef.h"], 284 visibility = ["//:__subpackages__"], 285 deps = [ 286 ":SkIDChangeListener_hdr", 287 ":SkMutex_hdr", 288 ":SkTDArray_hdr", 289 ":SkTemplates_hdr", 290 ":SkTo_hdr", 291 "//include/core:SkMatrix_hdr", 292 "//include/core:SkPoint_hdr", 293 "//include/core:SkRRect_hdr", 294 "//include/core:SkRect_hdr", 295 "//include/core:SkRefCnt_hdr", 296 ], 297) 298 299generated_cc_atom( 300 name = "SkSLDefines_hdr", 301 hdrs = ["SkSLDefines.h"], 302 visibility = ["//:__subpackages__"], 303 deps = [ 304 ":SkTArray_hdr", 305 "//include/core:SkTypes_hdr", 306 ], 307) 308 309generated_cc_atom( 310 name = "SkSLIRNode_hdr", 311 hdrs = ["SkSLIRNode.h"], 312 visibility = ["//:__subpackages__"], 313 deps = [ 314 ":SkSLString_hdr", 315 ":SkTArray_hdr", 316 "//src/sksl:SkSLLexer_hdr", 317 "//src/sksl:SkSLModifiersPool_hdr", 318 "//src/sksl:SkSLPool_hdr", 319 ], 320) 321 322generated_cc_atom( 323 name = "SkSLLayout_hdr", 324 hdrs = ["SkSLLayout.h"], 325 visibility = ["//:__subpackages__"], 326 deps = [":SkSLString_hdr"], 327) 328 329generated_cc_atom( 330 name = "SkSLModifiers_hdr", 331 hdrs = ["SkSLModifiers.h"], 332 visibility = ["//:__subpackages__"], 333 deps = [":SkSLLayout_hdr"], 334) 335 336generated_cc_atom( 337 name = "SkSLProgramElement_hdr", 338 hdrs = ["SkSLProgramElement.h"], 339 visibility = ["//:__subpackages__"], 340 deps = [":SkSLIRNode_hdr"], 341) 342 343generated_cc_atom( 344 name = "SkSLProgramKind_hdr", 345 hdrs = ["SkSLProgramKind.h"], 346 visibility = ["//:__subpackages__"], 347) 348 349generated_cc_atom( 350 name = "SkSLSampleUsage_hdr", 351 hdrs = ["SkSLSampleUsage.h"], 352 visibility = ["//:__subpackages__"], 353 deps = ["//include/core:SkTypes_hdr"], 354) 355 356generated_cc_atom( 357 name = "SkSLStatement_hdr", 358 hdrs = ["SkSLStatement.h"], 359 visibility = ["//:__subpackages__"], 360 deps = [ 361 ":SkSLIRNode_hdr", 362 ":SkSLSymbol_hdr", 363 ], 364) 365 366generated_cc_atom( 367 name = "SkSLString_hdr", 368 hdrs = ["SkSLString.h"], 369 visibility = ["//:__subpackages__"], 370 deps = [ 371 ":SkSLDefines_hdr", 372 "//include/core:SkString_hdr", 373 ], 374) 375 376generated_cc_atom( 377 name = "SkSLSymbol_hdr", 378 hdrs = ["SkSLSymbol.h"], 379 visibility = ["//:__subpackages__"], 380 deps = [ 381 ":SkSLIRNode_hdr", 382 ":SkSLProgramElement_hdr", 383 ], 384) 385 386generated_cc_atom( 387 name = "SkSafe32_hdr", 388 hdrs = ["SkSafe32.h"], 389 visibility = ["//:__subpackages__"], 390 deps = ["//include/core:SkTypes_hdr"], 391) 392 393generated_cc_atom( 394 name = "SkSafe_math_hdr", 395 hdrs = ["SkSafe_math.h"], 396 visibility = ["//:__subpackages__"], 397) 398 399generated_cc_atom( 400 name = "SkSemaphore_hdr", 401 hdrs = ["SkSemaphore.h"], 402 visibility = ["//:__subpackages__"], 403 deps = [ 404 ":SkOnce_hdr", 405 ":SkThreadAnnotations_hdr", 406 "//include/core:SkTypes_hdr", 407 ], 408) 409 410generated_cc_atom( 411 name = "SkShadowFlags_hdr", 412 hdrs = ["SkShadowFlags.h"], 413 visibility = ["//:__subpackages__"], 414) 415 416generated_cc_atom( 417 name = "SkSpinlock_hdr", 418 hdrs = ["SkSpinlock.h"], 419 visibility = ["//:__subpackages__"], 420 deps = [ 421 ":SkThreadAnnotations_hdr", 422 "//include/core:SkTypes_hdr", 423 ], 424) 425 426generated_cc_atom( 427 name = "SkTArray_hdr", 428 hdrs = ["SkTArray.h"], 429 visibility = ["//:__subpackages__"], 430 deps = [ 431 ":SkMalloc_hdr", 432 ":SkSafe32_hdr", 433 ":SkTLogic_hdr", 434 ":SkTemplates_hdr", 435 ":SkTo_hdr", 436 "//include/core:SkMath_hdr", 437 "//include/core:SkTypes_hdr", 438 ], 439) 440 441generated_cc_atom( 442 name = "SkTDArray_hdr", 443 hdrs = ["SkTDArray.h"], 444 visibility = ["//:__subpackages__"], 445 deps = [ 446 ":SkMalloc_hdr", 447 ":SkTo_hdr", 448 "//include/core:SkTypes_hdr", 449 ], 450) 451 452generated_cc_atom( 453 name = "SkTFitsIn_hdr", 454 hdrs = ["SkTFitsIn.h"], 455 visibility = ["//:__subpackages__"], 456) 457 458generated_cc_atom( 459 name = "SkTHash_hdr", 460 hdrs = ["SkTHash.h"], 461 visibility = ["//:__subpackages__"], 462 deps = [ 463 ":SkChecksum_hdr", 464 ":SkTemplates_hdr", 465 "//include/core:SkTypes_hdr", 466 ], 467) 468 469generated_cc_atom( 470 name = "SkTLogic_hdr", 471 hdrs = ["SkTLogic.h"], 472 visibility = ["//:__subpackages__"], 473 deps = [":SkTo_hdr"], 474) 475 476generated_cc_atom( 477 name = "SkTOptional_hdr", 478 hdrs = ["SkTOptional.h"], 479 visibility = ["//:__subpackages__"], 480) 481 482generated_cc_atom( 483 name = "SkTPin_hdr", 484 hdrs = ["SkTPin.h"], 485 visibility = ["//:__subpackages__"], 486) 487 488generated_cc_atom( 489 name = "SkTemplates_hdr", 490 hdrs = ["SkTemplates.h"], 491 visibility = ["//:__subpackages__"], 492 deps = [ 493 ":SkMalloc_hdr", 494 ":SkTLogic_hdr", 495 "//include/core:SkTypes_hdr", 496 ], 497) 498 499generated_cc_atom( 500 name = "SkThreadAnnotations_hdr", 501 hdrs = ["SkThreadAnnotations.h"], 502 visibility = ["//:__subpackages__"], 503) 504 505generated_cc_atom( 506 name = "SkThreadID_hdr", 507 hdrs = ["SkThreadID.h"], 508 visibility = ["//:__subpackages__"], 509 deps = ["//include/core:SkTypes_hdr"], 510) 511 512generated_cc_atom( 513 name = "SkTo_hdr", 514 hdrs = ["SkTo.h"], 515 visibility = ["//:__subpackages__"], 516 deps = [ 517 ":SkTFitsIn_hdr", 518 "//include/core:SkTypes_hdr", 519 ], 520) 521 522generated_cc_atom( 523 name = "SkVx_hdr", 524 hdrs = ["SkVx.h"], 525 visibility = ["//:__subpackages__"], 526) 527 528generated_cc_atom( 529 name = "SkWeakRefCnt_hdr", 530 hdrs = ["SkWeakRefCnt.h"], 531 visibility = ["//:__subpackages__"], 532 deps = ["//include/core:SkRefCnt_hdr"], 533) 534 535generated_cc_atom( 536 name = "SkUniquePaintParamsID_hdr", 537 hdrs = ["SkUniquePaintParamsID.h"], 538 visibility = ["//:__subpackages__"], 539 deps = ["//include/core:SkTypes_hdr"], 540) 541 542generated_cc_atom( 543 name = "SingleOwner_hdr", 544 hdrs = ["SingleOwner.h"], 545 visibility = ["//:__subpackages__"], 546 deps = [ 547 ":SkMutex_hdr", 548 ":SkThreadID_hdr", 549 "//include/core:SkTypes_hdr", 550 ], 551) 552 553generated_cc_atom( 554 name = "SkStringView_hdr", 555 hdrs = ["SkStringView.h"], 556 visibility = ["//:__subpackages__"], 557) 558