diff --git a/build/secondary/third_party/glfw/BUILD.gn b/build/secondary/flutter/third_party/glfw/BUILD.gn similarity index 98% rename from build/secondary/third_party/glfw/BUILD.gn rename to build/secondary/flutter/third_party/glfw/BUILD.gn index 33e93e768a..3cc850295f 100644 --- a/build/secondary/third_party/glfw/BUILD.gn +++ b/build/secondary/flutter/third_party/glfw/BUILD.gn @@ -4,7 +4,7 @@ import("glfw_args.gni") -_checkout_dir = "//third_party/glfw" +_checkout_dir = "//flutter/third_party/glfw" config("relative_glfw_headers") { include_dirs = [ diff --git a/build/secondary/third_party/glfw/README b/build/secondary/flutter/third_party/glfw/README similarity index 100% rename from build/secondary/third_party/glfw/README rename to build/secondary/flutter/third_party/glfw/README diff --git a/build/secondary/third_party/glfw/glfw_args.gni b/build/secondary/flutter/third_party/glfw/glfw_args.gni similarity index 100% rename from build/secondary/third_party/glfw/glfw_args.gni rename to build/secondary/flutter/third_party/glfw/glfw_args.gni diff --git a/build/secondary/third_party/imgui/BUILD.gn b/build/secondary/third_party/imgui/BUILD.gn index 686bf387e1..dadc4eec3e 100644 --- a/build/secondary/third_party/imgui/BUILD.gn +++ b/build/secondary/third_party/imgui/BUILD.gn @@ -36,7 +36,7 @@ config("imgui_headers") { source_set("imgui_glfw") { public_deps = [ ":imgui", - "//third_party/glfw", + "//flutter/third_party/glfw", ] public_configs = [ ":imgui_headers" ]