-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devops: fix chromium-win build (#5378)
- add missing build targets - do not copy *.pdb files in folders
- Loading branch information
1 parent
1efcf44
commit d5a51a2
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
CALL gn gen out/Default | ||
CALL autoninja -C out/Default chrome | ||
CALL autoninja -C out/Default chrome eventlog_provider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
CALL gn gen out/Default | ||
CALL ninja -j 200 -C out/Default chrome | ||
CALL ninja -j 200 -C out/Default chrome eventlog_provider |