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

Unified Diff: build/linux/BUILD.gn

Issue 2497653002: Move use_brlapi build flag to chrome. (Closed)
Patch Set: Created 4 years, 1 month 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/linux/libbrlapi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/BUILD.gn
diff --git a/build/linux/BUILD.gn b/build/linux/BUILD.gn
index c81172e427fbf77f68ca33f400b0d359e8942646..410f832a4660c29e2fdc33a2440cf58c67c7a07b 100644
--- a/build/linux/BUILD.gn
+++ b/build/linux/BUILD.gn
@@ -5,12 +5,6 @@
import("//build/config/features.gni")
import("//build/config/linux/pkg_config.gni")
-# If brlapi isn't needed, don't require it to be installed.
-if (use_brlapi) {
- deps = [
brettw 2016/11/11 19:27:39 I think the effect of this is to make libbrlapi be
Dirk Pranke 2016/11/11 22:07:31 Yes, there doesn't seem like any way this can be r
- "//build/linux/libbrlapi",
- ]
-}
if (use_gio) {
pkg_config("gio_config") {
packages = [ "gio-2.0" ]
« no previous file with comments | « build/config/features.gni ('k') | build/linux/libbrlapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698