Skip to content

Commit 66fcd6f

Browse files
mzleefacebook-github-bot
authored andcommitted
Remove deprecated target folly:evicting_cache_map
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
1 parent 4dd9358 commit 66fcd6f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ReactCommon/fabric/components/text/BUCK

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rn_xplat_cxx_library(
5555
visibility = ["PUBLIC"],
5656
deps = [
5757
"fbsource//xplat/fbsystrace:fbsystrace",
58-
"fbsource//xplat/folly:evicting_cache_map",
58+
"fbsource//xplat/folly:container_evicting_cache_map",
5959
"fbsource//xplat/folly:headers_only",
6060
"fbsource//xplat/folly:memory",
6161
"fbsource//xplat/folly:molly",

ReactCommon/fabric/components/textinput/BUCK

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ rn_xplat_cxx_library(
5252
visibility = ["PUBLIC"],
5353
deps = [
5454
"fbsource//xplat/fbsystrace:fbsystrace",
55-
"fbsource//xplat/folly:evicting_cache_map",
55+
"fbsource//xplat/folly:container_evicting_cache_map",
5656
"fbsource//xplat/folly:headers_only",
5757
"fbsource//xplat/folly:memory",
5858
"fbsource//xplat/folly:molly",

ReactCommon/fabric/components/textinput/iostextinput/BUCK

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ rn_xplat_cxx_library(
5252
visibility = ["PUBLIC"],
5353
deps = [
5454
"fbsource//xplat/fbsystrace:fbsystrace",
55-
"fbsource//xplat/folly:evicting_cache_map",
55+
"fbsource//xplat/folly:container_evicting_cache_map",
5656
"fbsource//xplat/folly:headers_only",
5757
"fbsource//xplat/folly:memory",
5858
"fbsource//xplat/folly:molly",

ReactCommon/utils/BUCK

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ rn_xplat_cxx_library(
5353
tests = [],
5454
visibility = ["PUBLIC"],
5555
deps = [
56-
"fbsource//xplat/folly:evicting_cache_map",
56+
"fbsource//xplat/folly:container_evicting_cache_map",
5757
"fbsource//xplat/folly:headers_only",
5858
"fbsource//xplat/folly:memory",
5959
"fbsource//xplat/folly:molly",

0 commit comments

Comments
 (0)