From 399cabd1bb77fffe27fbfe7c6228b4783d248f6a Mon Sep 17 00:00:00 2001 From: Igor Sugak Date: Fri, 13 Dec 2019 16:05:00 -0800 Subject: [PATCH] move chrome-devtools-protocol from xplat/third-party to third-party Reviewed By: pixelb Differential Revision: D16871230 fbshipit-source-id: e97710cf33a4ecee045595f1eb70021f275339e1 --- ReactCommon/hermes/inspector/tools/run_msggen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactCommon/hermes/inspector/tools/run_msggen b/ReactCommon/hermes/inspector/tools/run_msggen index 91035dd7de4..3dc0787197c 100755 --- a/ReactCommon/hermes/inspector/tools/run_msggen +++ b/ReactCommon/hermes/inspector/tools/run_msggen @@ -10,7 +10,7 @@ yarn build FBSOURCE=$(hg root) MSGTYPES_PATH="${FBSOURCE}/xplat/js/react-native-github/ReactCommon/hermes/inspector/tools/message_types.txt" -PROTO_PATH="${FBSOURCE}/xplat/third-party/chrome-devtools-protocol/json/js_protocol.json" +PROTO_PATH="${FBSOURCE}/third-party/chrome-devtools-protocol/json/js_protocol.json" HEADER_PATH="${FBSOURCE}/xplat/js/react-native-github/ReactCommon/hermes/inspector/chrome/MessageTypes.h" CPP_PATH="${FBSOURCE}/xplat/js/react-native-github/ReactCommon/hermes/inspector/chrome/MessageTypes.cpp"