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

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 build error on Windows builder 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
« no previous file with comments | « chrome/test/base/chrome_test_launcher.cc ('k') | chrome_elf/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « chrome/test/base/chrome_test_launcher.cc ('k') | chrome_elf/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698