mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
Remove references to unused GN files and flags. (#2998)
* Remove references to unused GN files and flags. * Fix Linux build.
This commit is contained in:
+1
-4
@@ -13,8 +13,8 @@ group("skia") {
|
||||
} else {
|
||||
|
||||
import("//build/config/features.gni")
|
||||
import("//build/config/ui.gni")
|
||||
import("//testing/test.gni")
|
||||
|
||||
if (current_cpu == "arm" || current_cpu == "arm64") {
|
||||
import("//build/config/arm.gni")
|
||||
}
|
||||
@@ -465,9 +465,6 @@ component("skia") {
|
||||
"//build/config/linux:fontconfig",
|
||||
"//build/config/linux:freetype2",
|
||||
]
|
||||
if (use_pango) {
|
||||
configs += [ "//build/config/linux:pangocairo" ]
|
||||
}
|
||||
deps += [ "//third_party/icu:icuuc" ]
|
||||
}
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
import("//tools/grit/grit_rule.gni")
|
||||
|
||||
group("test_support") {
|
||||
deps = [
|
||||
"//flutter/sky/engine/web:test_support",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
import("//build/config/ui.gni")
|
||||
import("//mojo/dart/embedder/embedder.gni")
|
||||
|
||||
dart_embedder_resources("generate_sky_embedder_diagnostic_server_resources_cc") {
|
||||
|
||||
Reference in New Issue
Block a user