Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(685)

Unified Diff: build/config/linux/BUILD.gn

Issue 2350583002: Starting work on full GN build (Closed)
Patch Set: Fixes for Fuchsia and Flutter. Cleanup. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/features.gni ('k') | build/config/sysroot.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/linux/BUILD.gn
diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn
index 71a73b2d625524ed17295dda37a3a6e9bbd9ec62..4b02a258deb7343770ff09fd31e180762717dccb 100644
--- a/build/config/linux/BUILD.gn
+++ b/build/config/linux/BUILD.gn
@@ -2,10 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/linux/pkg_config.gni")
-import("//build/config/features.gni")
import("//build/config/sysroot.gni")
-import("//build/config/ui.gni")
config("sdk") {
if (sysroot != "") {
@@ -22,41 +19,3 @@ config("sdk") {
"value") ]
}
}
-
-config("fontconfig") {
- libs = [ "fontconfig" ]
-}
-
-pkg_config("freetype2") {
- packages = [ "freetype2" ]
-}
-
-config("x11") {
- libs = [
- "X11",
- "Xcomposite",
- "Xcursor",
- "Xdamage",
- "Xext",
- "Xfixes",
- "Xi",
- "Xrender",
- "Xtst",
- ]
-}
-
-config("xrandr") {
- libs = [ "Xrandr" ]
-}
-
-config("xinerama") {
- libs = [ "Xinerama" ]
-}
-
-config("xcomposite") {
- libs = [ "Xcomposite" ]
-}
-
-config("xext") {
- libs = [ "Xext" ]
-}
« no previous file with comments | « build/config/features.gni ('k') | build/config/sysroot.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698