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

Unified Diff: chrome_elf/BUILD.gn

Issue 1904613002: Preparation patch for moving the chrome crashpad integration into chrome_elf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent Created 4 years, 8 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
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",

Powered by Google App Engine
This is Rietveld 408576698