File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 32
32
# The lengths of their file names combined should not exceed the
33
33
# Windows command length limit or there would be an error.
34
34
# See https://docs.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/command-line-string-limitation
35
+ 'library_files' : [
36
+ '<!@(python tools/search_files.py --ext js lib)' ,
37
+ ],
35
38
'deps_files' : [
36
39
'deps/v8/tools/splaytree.mjs' ,
37
40
'deps/v8/tools/codemap.mjs' ,
554
557
# Dependency headers
555
558
'deps/v8/include/v8.h' ,
556
559
# javascript files to make for an even more pleasant IDE experience
557
- '<!@(python tools/search_files.py --ext js lib )' ,
560
+ '<@(library_files )' ,
558
561
'<@(deps_files)' ,
559
562
# node.gyp is added by default, common.gypi is added for change detection
560
563
'common.gypi' ,
808
811
'inputs' : [
809
812
# Put the code first so it's a dependency and can be used for invocation.
810
813
'tools/js2c.py' ,
811
- '<!@(python tools/search_files.py --ext js lib )' ,
814
+ '<@(library_files )' ,
812
815
'<@(deps_files)' ,
813
816
'config.gypi'
814
817
],
1366
1369
'deps/v8/include' ,
1367
1370
],
1368
1371
'sources' : [
1369
- '<!@(python tools/search_files.py --ext js lib )' ,
1372
+ '<@(library_files )' ,
1370
1373
'<@(deps_files)' ,
1371
1374
'common.gypi' ,
1372
1375
],
You can’t perform that action at this time.
0 commit comments