Whitelist some stuff in React

Reviewed By: mzlee

Differential Revision: D4731968

fbshipit-source-id: 1d1ae12a50beef4cd024a467427ec3b6cd446f4c
This commit is contained in:
Adam Ernst 2017-03-19 13:59:41 -07:00 committed by Facebook Github Bot
parent 5328d952a8
commit 47d2cfeac5
2 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ cxx_library(
],
force_static = True,
header_namespace = "cxxreact",
labels = ["accounts_for_platform_and_build_mode_flags"],
visibility = [
"PUBLIC",
],

View File

@ -14,6 +14,7 @@ cxx_library(
],
force_static = True,
header_namespace = "microprofiler",
labels = ["accounts_for_platform_and_build_mode_flags"],
visibility = [
"PUBLIC",
],