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

Unified Diff: build/linux/libbrlapi/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
Index: build/linux/libbrlapi/BUILD.gn
diff --git a/build/linux/libbrlapi/BUILD.gn b/build/linux/libbrlapi/BUILD.gn
index fa99540e6200b2d12fa6f7cadd470c47a999620d..4ee39504552855d3f073e73aaafac5fac7dd0983 100644
--- a/build/linux/libbrlapi/BUILD.gn
+++ b/build/linux/libbrlapi/BUILD.gn
@@ -4,17 +4,11 @@
import("//tools/generate_library_loader/generate_library_loader.gni")
-config("brlapi_config") {
- defines = [ "USE_BRLAPI" ]
-}
-
-# TODO(GYP) linux_link_brlapi support. Is this needed?
generate_library_loader("libbrlapi") {
name = "LibBrlapiLoader"
output_h = "libbrlapi.h"
output_cc = "libbrlapi_loader.cc"
header = "<brlapi.h>"
- config = ":brlapi_config"
functions = [
"brlapi_getHandleSize",

Powered by Google App Engine
This is Rietveld 408576698