| Index: chrome_elf/BUILD.gn
|
| diff --git a/chrome_elf/BUILD.gn b/chrome_elf/BUILD.gn
|
| index 218c2240a0fc86c3bd07196af7ebcd6e5a858097..a0d59e9a04a6951e9718f8b73e9d74329b94635c 100644
|
| --- a/chrome_elf/BUILD.gn
|
| +++ b/chrome_elf/BUILD.gn
|
| @@ -34,6 +34,7 @@ shared_library("chrome_elf") {
|
| ":chrome_elf_resources",
|
| ":common",
|
| "//build/config/sanitizers:deps",
|
| + "//chrome/install_static:install_static_util",
|
| ]
|
| configs += [ "//build/config/win:windowed" ]
|
| configs -= [ "//build/config/win:console" ]
|
| @@ -63,8 +64,6 @@ source_set("common") {
|
| "//sandbox",
|
| ]
|
| sources = [
|
| - "chrome_elf_util.cc",
|
| - "chrome_elf_util.h",
|
| "thunk_getter.cc",
|
| "thunk_getter.h",
|
| ]
|
| @@ -81,6 +80,7 @@ source_set("breakpad") {
|
| "//base",
|
| "//breakpad:breakpad_handler",
|
| "//chrome/common:version_header",
|
| + "//chrome/install_static:install_static_util",
|
| ]
|
| }
|
|
|
| @@ -119,6 +119,7 @@ static_library("blacklist") {
|
| ":common",
|
| ":constants",
|
| "//base",
|
| + "//chrome/install_static:install_static_util",
|
| ]
|
| }
|
|
|
| @@ -139,6 +140,7 @@ test("chrome_elf_unittests") {
|
| "//base/test:test_support",
|
| "//chrome",
|
| "//chrome/common:version_header",
|
| + "//chrome/install_static:install_static_util",
|
| "//sandbox",
|
| "//testing/gtest",
|
| ]
|
| @@ -167,6 +169,7 @@ shared_library("blacklist_test_main_dll") {
|
| ":common",
|
| "//base",
|
| "//build/config/sanitizers:deps",
|
| + "//chrome/install_static:install_static_util",
|
| ]
|
| ldflags =
|
| [ "/DEF:" + rebase_path("blacklist/test/blacklist_test_main_dll.def",
|
|
|