sapling/eden/fs
Michael Bolin 2d1eade7a7 Run the autodeps script on our build files.
Summary:
I created this change by running:

```
find eden -name TARGETS | grep -v eden/fs/fuse/TARGETS | grep -v eden/fs/service/TARGETS | xargs autodeps
```

apparently `eden/fs/fuse/TARGETS` and `eden/fs/service/TARGETS` have some
constructions that `autodeps` does not understand, so I filtered those out.

Reviewed By: StanislavGlebik

Differential Revision: D6319982

fbshipit-source-id: 7b3683d1507409dde6d6570e9b13811168aa6859
2017-11-14 11:18:19 -08:00
..
config Remove ClientConfig::getDirstateStoragePath(). 2017-11-13 11:07:59 -08:00
fuse run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
inodes Run the autodeps script on our build files. 2017-11-14 11:18:19 -08:00
journal Move Journal locking inside of Journal itself 2017-11-10 19:57:49 -08:00
model run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
rocksdb run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
service Grab __func__ in a constexpr StringPiece again 2017-11-10 23:54:04 -08:00
store Run the autodeps script on our build files. 2017-11-14 11:18:19 -08:00
testharness Run the autodeps script on our build files. 2017-11-14 11:18:19 -08:00
utils run clang-format across all C++ files 2017-11-03 16:02:03 -07:00