@@ -2106,9 +2106,6 @@ v8_source_set("v8_base_without_compiler") {
21062106 " src/callable.h" ,
21072107 " src/cancelable-task.cc" ,
21082108 " src/cancelable-task.h" ,
2109- " src/char-predicates-inl.h" ,
2110- " src/char-predicates.cc" ,
2111- " src/char-predicates.h" ,
21122109 " src/checks.h" ,
21132110 " src/code-comments.cc" ,
21142111 " src/code-comments.h" ,
@@ -2806,17 +2803,27 @@ v8_source_set("v8_base_without_compiler") {
28062803 " src/source-position.h" ,
28072804 " src/splay-tree-inl.h" ,
28082805 " src/splay-tree.h" ,
2809- " src/string-builder-inl.h" ,
2810- " src/string-builder.cc" ,
2811- " src/string-case.cc" ,
2812- " src/string-case.h" ,
28132806 " src/string-constants.cc" ,
28142807 " src/string-constants.h" ,
2815- " src/string-hasher-inl.h" ,
2816- " src/string-hasher.h" ,
2817- " src/string-search.h" ,
2818- " src/string-stream.cc" ,
2819- " src/string-stream.h" ,
2808+ " src/strings/char-predicates-inl.h" ,
2809+ " src/strings/char-predicates.cc" ,
2810+ " src/strings/char-predicates.h" ,
2811+ " src/strings/string-builder-inl.h" ,
2812+ " src/strings/string-builder.cc" ,
2813+ " src/strings/string-case.cc" ,
2814+ " src/strings/string-case.h" ,
2815+ " src/strings/string-hasher-inl.h" ,
2816+ " src/strings/string-hasher.h" ,
2817+ " src/strings/string-search.h" ,
2818+ " src/strings/string-stream.cc" ,
2819+ " src/strings/string-stream.h" ,
2820+ " src/strings/unicode-decoder.cc" ,
2821+ " src/strings/unicode-decoder.h" ,
2822+ " src/strings/unicode-inl.h" ,
2823+ " src/strings/unicode.cc" ,
2824+ " src/strings/unicode.h" ,
2825+ " src/strings/uri.cc" ,
2826+ " src/strings/uri.h" ,
28202827 " src/task-utils.cc" ,
28212828 " src/task-utils.h" ,
28222829 " src/third_party/siphash/halfsiphash.cc" ,
@@ -2842,15 +2849,8 @@ v8_source_set("v8_base_without_compiler") {
28422849 " src/type-hints.cc" ,
28432850 " src/type-hints.h" ,
28442851 " src/type-traits.h" ,
2845- " src/unicode-decoder.cc" ,
2846- " src/unicode-decoder.h" ,
2847- " src/unicode-inl.h" ,
2848- " src/unicode.cc" ,
2849- " src/unicode.h" ,
28502852 " src/unoptimized-compilation-info.cc" ,
28512853 " src/unoptimized-compilation-info.h" ,
2852- " src/uri.cc" ,
2853- " src/uri.h" ,
28542854 " src/utils-inl.h" ,
28552855 " src/utils.cc" ,
28562856 " src/utils.h" ,
@@ -3264,7 +3264,6 @@ v8_source_set("v8_base_without_compiler") {
32643264 } else {
32653265 sources -= [
32663266 " src/builtins/builtins-intl.cc" ,
3267- " src/char-predicates.cc" ,
32683267 " src/objects/intl-objects.cc" ,
32693268 " src/objects/intl-objects.h" ,
32703269 " src/objects/js-break-iterator-inl.h" ,
@@ -3298,6 +3297,7 @@ v8_source_set("v8_base_without_compiler") {
32983297 " src/objects/js-segmenter.cc" ,
32993298 " src/objects/js-segmenter.h" ,
33003299 " src/runtime/runtime-intl.cc" ,
3300+ " src/strings/char-predicates.cc" ,
33013301 ]
33023302 }
33033303
0 commit comments