Use qemu_pipe_bp headers for Fuchsia build. am: 5ef2a50ba8

Change-Id: I19f62223fcb084d8d23c327597627b862d42a712
diff --git a/BUILD.gn b/BUILD.gn
index 66640c7..be2ae3c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -36,6 +36,11 @@
     "shared/OpenglCodecCommon/glUtils.h",
     "shared/OpenglCodecCommon/goldfish_dma.cpp",
     "shared/OpenglCodecCommon/goldfish_dma.h",
+    "shared/gralloc_cb/include/gralloc_cb_bp.h",
+    "shared/qemupipe/include/qemu_pipe_bp.h",
+    "shared/qemupipe/include-types/qemu_pipe_types_bp.h",
+    "shared/qemupipe/qemu_pipe_common.cpp",
+    "shared/qemupipe/qemu_pipe_guest.cpp",
     "system/OpenglSystemCommon/AddressSpaceStream.cpp",
     "system/OpenglSystemCommon/HostConnection.cpp",
     "system/OpenglSystemCommon/HostConnection.h",
@@ -79,6 +84,9 @@
     "host/include/libOpenglRender",
     "shared/GoldfishAddressSpace/include",
     "shared/OpenglCodecCommon",
+    "shared/gralloc_cb/include",
+    "shared/qemupipe/include",
+    "shared/qemupipe/include-types",
     "system/OpenglSystemCommon",
     "system/renderControl_enc",
     "system/vulkan_enc",