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

Side by Side Diff: build/config/linux/BUILD.gn

Issue 823283005: Revert of Add GN interactive UI tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests
Patch Set: Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « ash/ash_resources.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/linux/pkg_config.gni") 5 import("//build/config/linux/pkg_config.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/sysroot.gni") 7 import("//build/config/sysroot.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//tools/generate_library_loader/generate_library_loader.gni") 9 import("//tools/generate_library_loader/generate_library_loader.gni")
10 10
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 } 111 }
112 112
113 config("libcap") { 113 config("libcap") {
114 libs = [ "cap" ] 114 libs = [ "cap" ]
115 } 115 }
116 116
117 config("xi") { 117 config("xi") {
118 libs = [ "Xi" ] 118 libs = [ "Xi" ]
119 } 119 }
120 120
121 config("xtst") {
122 libs = [ "Xtst" ]
123 }
124
125 config("libresolv") { 121 config("libresolv") {
126 libs = [ "resolv" ] 122 libs = [ "resolv" ]
127 } 123 }
128 124
129 # CrOS doesn't install GTK, gconf or any gnome packages. 125 # CrOS doesn't install GTK, gconf or any gnome packages.
130 if (!is_chromeos) { 126 if (!is_chromeos) {
131 # These packages should _only_ be expected when building for a target. 127 # These packages should _only_ be expected when building for a target.
132 # If these extra checks are not run, gconf is required when building host 128 # If these extra checks are not run, gconf is required when building host
133 # tools for a CrOS build. 129 # tools for a CrOS build.
134 if (current_toolchain == default_toolchain) { 130 if (current_toolchain == default_toolchain) {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 218
223 functions = gypi_values.libudev_functions 219 functions = gypi_values.libudev_functions
224 } 220 }
225 221
226 group("udev") { 222 group("udev") {
227 deps = [ 223 deps = [
228 ":udev0_loader", 224 ":udev0_loader",
229 ":udev1_loader", 225 ":udev1_loader",
230 ] 226 ]
231 } 227 }
OLDNEW
« no previous file with comments | « ash/ash_resources.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698