Skip to content

Commit

Permalink
Move fizz/crypto to use BUCK files
Browse files Browse the repository at this point in the history
Summary:
Start codemodding this

Rough codemod:

```
$ find fbcode/fizz -name BUCK \
  | xargs -I{} sh -c 'if [[ -f $(dirname {})/TARGETS ]]; then hg rm {}; hg mv "$(dirname {})/TARGETS" {} && sed -i "s:^cpp_:fizz_cpp_:" {} && arc buildozer "new_load fbsource//xplat/fizz:defs.bzl fizz_cpp_library fizz_cpp_unittest" "$(dirname {}):__pkg__"; fi' \
  && arc f
```

Reviewed By: bigfootjon

Differential Revision: D67919127

fbshipit-source-id: c6f5bc5fc05ea4493561600638927964dbddf481
  • Loading branch information
mzlee authored and facebook-github-bot committed Jan 9, 2025
1 parent 86a71d8 commit 32cf75c
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 506 deletions.
42 changes: 0 additions & 42 deletions fizz/crypto/aead/BUCK

This file was deleted.

55 changes: 0 additions & 55 deletions fizz/crypto/aead/test/BUCK

This file was deleted.

38 changes: 0 additions & 38 deletions fizz/crypto/exchange/BUCK

This file was deleted.

41 changes: 0 additions & 41 deletions fizz/crypto/exchange/test/BUCK

This file was deleted.

102 changes: 0 additions & 102 deletions fizz/crypto/hpke/BUCK

This file was deleted.

64 changes: 0 additions & 64 deletions fizz/crypto/hpke/test/BUCK

This file was deleted.

Loading

0 comments on commit 32cf75c

Please sign in to comment.