summaryrefslogtreecommitdiffstats
path: root/chrome_elf/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_elf/BUILD.gn')
-rw-r--r--chrome_elf/BUILD.gn5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome_elf/BUILD.gn b/chrome_elf/BUILD.gn
index 4f9c747..3afa19b 100644
--- a/chrome_elf/BUILD.gn
+++ b/chrome_elf/BUILD.gn
@@ -106,12 +106,9 @@ static_library("blacklist") {
"blacklist/blacklist_interceptions.h",
]
deps = [
- # Depend on base_static, but do NOT take a dependency on base.gyp:base
- # as that would risk pulling in base's link-time dependencies which
- # chrome_elf cannot do.
":breakpad",
":constants",
- "//base:base_static",
+ "//base",
"//sandbox:sandbox",
]
}