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.gn37
1 files changed, 0 insertions, 37 deletions
diff --git a/chrome_elf/BUILD.gn b/chrome_elf/BUILD.gn
index 1a1af75..50eca48 100644
--- a/chrome_elf/BUILD.gn
+++ b/chrome_elf/BUILD.gn
@@ -31,7 +31,6 @@ shared_library("chrome_elf") {
":blacklist",
":breakpad",
":chrome_elf_manifest",
- ":lib",
":chrome_elf_resources",
"//build/config/sanitizers:deps",
]
@@ -47,20 +46,6 @@ shared_library("chrome_elf") {
}
}
-source_set("lib") {
- sources = [
- "create_file/chrome_create_file.cc",
- "create_file/chrome_create_file.h",
- "ntdll_cache.cc",
- "ntdll_cache.h",
- ]
- deps = [
- ":common",
- "//base:base_static",
- "//sandbox",
- ]
-}
-
source_set("constants") {
sources = [
"chrome_elf_constants.cc",
@@ -94,25 +79,6 @@ source_set("breakpad") {
]
}
-if (is_component_build) {
- shared_library("chrome_redirects") {
- sources = [
- "chrome_redirects_main.cc",
- ]
- deps = [
- ":lib",
- "//build/config/sanitizers:deps",
- ]
- configs += [ "//build/config/win:windowed" ]
- ldflags = [ "/DEF:" + rebase_path("chrome_redirects.def") ]
-
- if (current_cpu == "x86") {
- # Don't set an x64 base address (to avoid breaking HE-ASLR).
- ldflags += [ "/BASE:0x01c20000" ]
- }
- }
-}
-
source_set("dll_hash") {
deps = [
"//base",
@@ -156,15 +122,12 @@ test("chrome_elf_unittests") {
sources = [
"blacklist/test/blacklist_test.cc",
"chrome_elf_util_unittest.cc",
- "create_file/chrome_create_file_unittest.cc",
"elf_imports_unittest.cc",
- "ntdll_cache_unittest.cc",
]
include_dirs = [ "$target_gen_dir" ]
deps = [
":blacklist",
":blacklist_test_main_dll",
- ":lib",
"//base",
"//base/test:run_all_unittests",
"//base/test:test_support",