[dart2wasm] Remove unnecessary rebase_path when running list_sources.py

Change-Id: I5ebadb79f20f6380e74a61722c119ada864b2e56
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270900
Commit-Queue: Jason Simmons <jsimmons@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
This commit is contained in:
Jason Simmons 2022-11-19 22:53:26 +00:00 committed by Commit Queue
parent d46aa63099
commit c100e1fa57

View file

@ -45,7 +45,7 @@ source_set("binaryen_sources") {
# binaryen in DEPS (or manually editing) one has to ensure to
# re-run GN in DEPS to ensure new dependencies are picked up.
# (this lowers the maintainaince burden of GN build support for binaryen)
sources = exec_script(rebase_path("list_sources.py", root_build_dir),
sources = exec_script("list_sources.py",
src_dirs,
"list lines",
[ "$default_git_folder/logs/HEAD" ])