0
Files
src/components/data_sharing/README.md
Tommy Nyquist 0e6b7c79db Add initial framework for DataSharingService.
This CL adds the core framework for the DataSharingService, and the
factory for the KeyedService. It also creates an empty version of the
service to enable the rest of the codebase to safely request the
service when the feature is disabled.

Bug: b/301390275
Change-Id: I006febebc456ce12b58c1045d7e51395ad7b086a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5133485
Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com>
Reviewed-by: David Trainor <dtrainor@chromium.org>
Reviewed-by: Ted Choc <tedchoc@chromium.org>
Commit-Queue: Tommy Nyquist <nyquist@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1239418}
2023-12-19 23:03:55 +00:00

13 lines
351 B
Markdown

# Data Sharing
This component contains functionality for sharing data.
## Testing
To run all the relevant C++ unit tests, you can run the `components_unittests`
target and give the `data_sharing` filter file as an argument:
```
./out/Default/components_unittests --test-launcher-filter-file=components/data_sharing/components_unittests.filter
```