Skip to content

Commit 44e96be

Browse files
johnstiles-googleSkia Commit-Bot
authored and
Skia Commit-Bot
committed
Migrate SkSL Inliner out of IRGenerator and into its own module.
The functional changes needed to make this migration possible have already been submitted in prior CLs, so although this is large, it is almost entirely a mechanical migration of code from one file to another. Change-Id: I54380b52e38ebcec40ffbca7cb254f9655cb1865 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/313909 Commit-Queue: John Stiles <[email protected]> Reviewed-by: Ethan Nicholas <[email protected]> Reviewed-by: Brian Osman <[email protected]> Auto-Submit: John Stiles <[email protected]>
1 parent 16d5b0a commit 44e96be

File tree

5 files changed

+694
-556
lines changed

5 files changed

+694
-556
lines changed

gn/sksl.gni

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ skia_sksl_sources = [
3030
"$_src/sksl/SkSLFileOutputStream.h",
3131
"$_src/sksl/SkSLIRGenerator.cpp",
3232
"$_src/sksl/SkSLIRGenerator.h",
33+
"$_src/sksl/SkSLInliner.cpp",
34+
"$_src/sksl/SkSLInliner.h",
3335
"$_src/sksl/SkSLLexer.cpp",
3436
"$_src/sksl/SkSLLexer.h",
3537
"$_src/sksl/SkSLMemoryLayout.h",

0 commit comments

Comments
 (0)