Skip to content

Commit

Permalink
Split folly/Memory out from headers-only targets
Browse files Browse the repository at this point in the history
Reviewed By: yfeldblum

Differential Revision: D6732464

fbshipit-source-id: 9d9498e0faa02c2003ab0e363444b7a2be51fd93
  • Loading branch information
mzlee authored and facebook-github-bot committed Jan 22, 2018
1 parent 0d4ff1b commit b8e79a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ReactCommon/cxxreact/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ rn_xplat_cxx_library(
],
deps = [
"xplat//folly:headers_only",
"xplat//folly:memory",
"xplat//folly:molly",
"xplat//folly:scope_guard",
],
Expand All @@ -75,6 +76,7 @@ rn_xplat_cxx_library(
],
deps = [
"xplat//folly:headers_only",
"xplat//folly:memory",
"xplat//folly:molly",
"xplat//third-party/glog:glog",
":module",
Expand Down Expand Up @@ -151,6 +153,7 @@ rn_xplat_cxx_library(
deps = [
"xplat//fbsystrace:fbsystrace",
"xplat//folly:headers_only",
"xplat//folly:memory",
"xplat//folly:molly",
":jsbigstring",
":module",
Expand Down

0 comments on commit b8e79a7

Please sign in to comment.