Move GrRecordingContext.h and GrDirectContext.h into include/gpu

External clients will need access to these classes once GrContext
goes away.

This is a purely mechanical CL.

Bug: skia:10441
Change-Id: I7ffeb29d88bcc0f012412fba911e8362d046e24a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/300206
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/gn/gpu.gni b/gn/gpu.gni
index cb4f34a..a82ee8b 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -16,15 +16,15 @@
   "$_include/gpu/GrContext.h",
   "$_include/gpu/GrContextOptions.h",
   "$_include/gpu/GrContextThreadSafeProxy.h",
+  "$_include/gpu/GrDirectContext.h",
   "$_include/gpu/GrDriverBugWorkarounds.h",
+  "$_include/gpu/GrRecordingContext.h",
   "$_include/gpu/GrTypes.h",
 
   # Private includes
   "$_include/private/GrContext_Base.h",
-  "$_include/private/GrDirectContext.h",
   "$_include/private/GrGLTypesPriv.h",
   "$_include/private/GrImageContext.h",
-  "$_include/private/GrRecordingContext.h",
   "$_include/private/GrResourceKey.h",
   "$_include/private/GrSingleOwner.h",
   "$_include/private/GrTypesPriv.h",