提交 1d5d783d 编写于 作者: C Chinmay Garde 提交者: GitHub

GN updates for Linux host builds. (#3072)

上级 1f6bc3f0
......@@ -45,7 +45,7 @@ allowed_hosts = [
]
deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'fb02c1530237201ab1202962cb3a26b233d01262',
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'a938377f3f705a75c9054ed851677e33750eb0ee',
# Fuchsia compatibility
#
......
......@@ -342,7 +342,7 @@ component("skia") {
"//third_party/skia/src/fonts/SkGScalerContext.h",
]
if (is_ios || is_mac || is_android || use_glfw) {
if (is_ios || is_mac || is_android) {
sources -= [
"//third_party/skia/src/gpu/gl/GrGLCreateNativeInterface_none.cpp"
]
......@@ -361,10 +361,6 @@ component("skia") {
sources += [
"//third_party/skia/src/gpu/gl/android/GrGLCreateNativeInterface_android.cpp"
]
} else if (use_glfw) {
sources += [
"//third_party/skia/src/gpu/gl/glfw/GrGLCreateNativeInterface_glfw.cpp"
]
}
set_sources_assignment_filter(sources_assignment_filter)
......
......@@ -317,8 +317,4 @@ source_set("platform") {
]
set_sources_assignment_filter(sources_assignment_filter)
}
if (is_linux) {
direct_dependent_configs = [ "//build/config/linux:fontconfig" ]
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册