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

Unified Diff: chrome_elf/BUILD.gn

Issue 2345913003: [chrome_elf] NTRegistry - added wow64 redirection support. (Closed)
Patch Set: clang fixes. Created 4 years, 3 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 3de5fb3e83b1697adbb900f5bf83f7cecbad59a4..d389a809cefd7df9d0fa09abb09b2171e769b39e 100644
--- a/chrome_elf/BUILD.gn
+++ b/chrome_elf/BUILD.gn
@@ -223,6 +223,7 @@ test("chrome_elf_unittests") {
}
shared_library("blacklist_test_main_dll") {
+ testonly = true
sources = [
"blacklist/test/blacklist_test_main_dll.cc",
"blacklist/test/blacklist_test_main_dll.def",
@@ -237,6 +238,7 @@ shared_library("blacklist_test_main_dll") {
}
loadable_module("blacklist_test_dll_1") {
+ testonly = true
sources = [
"blacklist/test/blacklist_test_dll_1.cc",
"blacklist/test/blacklist_test_dll_1.def",
@@ -247,6 +249,7 @@ loadable_module("blacklist_test_dll_1") {
}
loadable_module("blacklist_test_dll_2") {
+ testonly = true
sources = [
"blacklist/test/blacklist_test_dll_2.cc",
"blacklist/test/blacklist_test_dll_2.def",
@@ -262,6 +265,7 @@ loadable_module("blacklist_test_dll_2") {
# which does), Ninja would get confused and always rebuild this target because
# it sees a declared output file but that file doesn't exist on disk.
loadable_module("blacklist_test_dll_3") {
+ testonly = true
sources = [
"blacklist/test/blacklist_test_dll_3.cc",
]
@@ -271,6 +275,7 @@ loadable_module("blacklist_test_dll_3") {
}
shared_library("hook_util_test_dll") {
+ testonly = true
sources = [
"hook_util/test/hook_util_test_dll.cc",
"hook_util/test/hook_util_test_dll.h",

Powered by Google App Engine
This is Rietveld 408576698