Skip to content

Commit

Permalink
Correct the generate_source.py file name
Browse files Browse the repository at this point in the history
It is generate_source.py, not generate_sources.py.

Change-Id: I2b44dd0ac343d1eaa91b48a4402406009c82b052
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419588
Reviewed-by: Dale Curtis <dalecurtis@chromium.org>
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#808927}
  • Loading branch information
wantehchang authored and Commit Bot committed Sep 21, 2020
1 parent cc3488b commit 4e43106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/dav1d/README.chromium
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ First have clang (//third_party/llvm-build/Release+Asserts/bin), clang-cl
and meson (https://github.com/mesonbuild/meson/releases) in your path. Then you
can run ./generate_configs.py

Next you should update the dav1d_generated.gni file, to that run the
./generate_sources.py command.
Next you should update the dav1d_generated.gni file, to do that run the
./generate_source.py command.

Hopefully all that works and then you can roll DEPS to the new revision with
all the updated configuration files. If not, you'll need to debug the bots :(
Expand Down

0 comments on commit 4e43106

Please sign in to comment.