Skip to content

Commit

Permalink
Remove deprecated target folly:evicting_cache_map
Browse files Browse the repository at this point in the history
Summary:
Replace with `:container_evicting_cache_map`

Changelog: [Internal]

Rename `//xplat/folly:evicting_cache_map` to `//xplat/folly:container_eviciting_cache_map` to follow the new target name conventions

Reviewed By: JoshuaGross, nlutsenko

Differential Revision: D19374914

fbshipit-source-id: fadcaeac20fe61af79e1eecb1be5642f2ef96285
  • Loading branch information
mzlee authored and facebook-github-bot committed Jan 23, 2020
1 parent 4dd9358 commit 66fcd6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ReactCommon/fabric/components/text/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ rn_xplat_cxx_library(
visibility = ["PUBLIC"],
deps = [
"fbsource//xplat/fbsystrace:fbsystrace",
"fbsource//xplat/folly:evicting_cache_map",
"fbsource//xplat/folly:container_evicting_cache_map",
"fbsource//xplat/folly:headers_only",
"fbsource//xplat/folly:memory",
"fbsource//xplat/folly:molly",
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/components/textinput/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ rn_xplat_cxx_library(
visibility = ["PUBLIC"],
deps = [
"fbsource//xplat/fbsystrace:fbsystrace",
"fbsource//xplat/folly:evicting_cache_map",
"fbsource//xplat/folly:container_evicting_cache_map",
"fbsource//xplat/folly:headers_only",
"fbsource//xplat/folly:memory",
"fbsource//xplat/folly:molly",
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/fabric/components/textinput/iostextinput/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ rn_xplat_cxx_library(
visibility = ["PUBLIC"],
deps = [
"fbsource//xplat/fbsystrace:fbsystrace",
"fbsource//xplat/folly:evicting_cache_map",
"fbsource//xplat/folly:container_evicting_cache_map",
"fbsource//xplat/folly:headers_only",
"fbsource//xplat/folly:memory",
"fbsource//xplat/folly:molly",
Expand Down
2 changes: 1 addition & 1 deletion ReactCommon/utils/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ rn_xplat_cxx_library(
tests = [],
visibility = ["PUBLIC"],
deps = [
"fbsource//xplat/folly:evicting_cache_map",
"fbsource//xplat/folly:container_evicting_cache_map",
"fbsource//xplat/folly:headers_only",
"fbsource//xplat/folly:memory",
"fbsource//xplat/folly:molly",
Expand Down

0 comments on commit 66fcd6f

Please sign in to comment.