| Index: chrome_elf/BUILD.gn
|
| diff --git a/chrome_elf/BUILD.gn b/chrome_elf/BUILD.gn
|
| index 31ea217ab86b84ecc1a43ee2ef873d915f9882ec..8455b234a880abceaad750d2b679910fe0b92d26 100644
|
| --- a/chrome_elf/BUILD.gn
|
| +++ b/chrome_elf/BUILD.gn
|
| @@ -35,6 +35,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" ]
|
| @@ -61,8 +62,6 @@ source_set("common") {
|
| "//sandbox",
|
| ]
|
| sources = [
|
| - "chrome_elf_util.cc",
|
| - "chrome_elf_util.h",
|
| "thunk_getter.cc",
|
| "thunk_getter.h",
|
| ]
|
| @@ -79,6 +78,7 @@ source_set("breakpad") {
|
| "//base",
|
| "//breakpad:breakpad_handler",
|
| "//chrome/common:version_header",
|
| + "//chrome/install_static:install_static_util",
|
| ]
|
| }
|
|
|
| @@ -117,6 +117,7 @@ static_library("blacklist") {
|
| ":common",
|
| ":constants",
|
| "//base",
|
| + "//chrome/install_static:install_static_util",
|
| ]
|
| }
|
|
|
| @@ -137,6 +138,7 @@ test("chrome_elf_unittests") {
|
| "//base/test:test_support",
|
| "//chrome",
|
| "//chrome/common:version_header",
|
| + "//chrome/install_static:install_static_util",
|
| "//sandbox",
|
| "//testing/gtest",
|
| ]
|
| @@ -166,6 +168,7 @@ shared_library("blacklist_test_main_dll") {
|
| ":common",
|
| "//base",
|
| "//build/config/sanitizers:deps",
|
| + "//chrome/install_static:install_static_util",
|
| ]
|
| }
|
|
|
|
|