未验证 提交 72a24f81 编写于 作者: C Chinmay Garde 提交者: GitHub

Don't specify the secondary build tree when importing glfw. (#27344)

This lookup is implicit in GN. Explicitly specifying the glfw in
//build/secondary makes GN think multiple sources generate the same
intermediate object file.

This used to work because no other target also includes glfw. But I
am changing that in an upcoming test harness.
上级 438a29cb
......@@ -54,12 +54,12 @@ source_set("flutter_glfw") {
deps = [
":flutter_glfw_headers",
"//build/secondary/third_party/glfw",
"//flutter/shell/platform/common:common_cpp",
"//flutter/shell/platform/common:common_cpp_input",
"//flutter/shell/platform/common/client_wrapper:client_wrapper",
"//flutter/shell/platform/embedder:embedder_as_internal_library",
"//flutter/shell/platform/glfw/client_wrapper:client_wrapper_glfw",
"//third_party/glfw",
"//third_party/rapidjson",
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册