Whitelist some stuff in React
Reviewed By: mzlee Differential Revision: D4731968 fbshipit-source-id: 1d1ae12a50beef4cd024a467427ec3b6cd446f4c
This commit is contained in:
parent
5328d952a8
commit
47d2cfeac5
|
@ -93,6 +93,7 @@ cxx_library(
|
|||
],
|
||||
force_static = True,
|
||||
header_namespace = "cxxreact",
|
||||
labels = ["accounts_for_platform_and_build_mode_flags"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
|
|
@ -14,6 +14,7 @@ cxx_library(
|
|||
],
|
||||
force_static = True,
|
||||
header_namespace = "microprofiler",
|
||||
labels = ["accounts_for_platform_and_build_mode_flags"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue