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

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

Issue 396493003: Revert 283052 "Add browser_extensions to GN build." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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 | « trunk/src/build/config/features.gni ('k') | trunk/src/chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/build/config/linux/BUILD.gn
===================================================================
--- trunk/src/build/config/linux/BUILD.gn (revision 283056)
+++ trunk/src/build/config/linux/BUILD.gn (working copy)
@@ -3,7 +3,6 @@
# 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")
import("//tools/generate_library_loader/generate_library_loader.gni")
@@ -117,22 +116,6 @@
defines = [ "USE_GCONF" ]
}
-# If brlapi isn't needed, don't require it to be installed.
-if (use_brlapi) {
- 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"
- }
-}
-
pkg_config("gio_config") {
packages = [ "gio-2.0" ]
defines = [ "USE_GIO" ]
« no previous file with comments | « trunk/src/build/config/features.gni ('k') | trunk/src/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698