libchrome: Add scoped_feature_list.cc

`scoped_feature_list.cc` contains some useful helpers that can be used
by tests to verify behavior when features are enabled or disabled.

BUG=b:230784858
TEST=FEATURES=test emerge-$BOARD libchrome

Change-Id: I082c09b22763dabca6497fed2da83a0b7a1e4d9f
Reviewed-on: https://chromium-review.googlesource.com/c/aosp/platform/external/libchrome/+/3618388
Commit-Queue: Vignesh Shenvi <vshenvi@google.com>
Reviewed-by: Leonid Baraz <lbaraz@chromium.org>
Tested-by: Vignesh Shenvi <vshenvi@google.com>
Reviewed-by: Hong Xu <xuhong@google.com>
Reviewed-by: Michael Olney <mpolney@google.com>
1 file changed
tree: 77fb85ff66e41015561e459836ed438dbb52f79d
  1. base/
  2. build/
  3. components/
  4. crypto/
  5. dbus/
  6. device/
  7. ipc/
  8. libchrome_tools/
  9. mojo/
  10. soong/
  11. testing/
  12. third_party/
  13. ui/
  14. .gitignore
  15. Android.bp
  16. BASE_VER
  17. BUILD.gn
  18. BUILD.IGNORE
  19. MODULE_LICENSE_BSD
  20. NOTICE
  21. OWNERS
  22. PRESUBMIT.cfg
  23. README.md
  24. testrunner.cc
  25. unblocked_terms.txt
README.md

libchrome

Overview

This directory includes the source from Chrome's libbase for use in Chrome OS.

See libchrome.md for more info.