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

Unified Diff: chrome/test/BUILD.gn

Issue 2473783005: [Win] Create ModuleWatcher. (Closed)
Patch Set: Add conflits_dll for testing. Created 4 years, 1 month 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/common/conflicts/module_watcher_win_unittest.cc ('k') | chrome/test/conflicts/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index dbc82fbbdab417f6a7b2e76a602d6b5b88be3a9a..392a49914aefd0ce770eb457482cfe3d709885b1 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3345,6 +3345,7 @@ test("unit_tests") {
"../common/chrome_content_client_unittest.cc",
"../common/chrome_paths_unittest.cc",
"../common/component_flash_hint_file_linux_unittest.cc",
+ "../common/conflicts/module_watcher_win_unittest.cc",
"../common/crash_keys_unittest.cc",
"../common/ini_parser_unittest.cc",
"../common/mac/cfbundle_blocker_unittest.mm",
@@ -4713,6 +4714,7 @@ test("unit_tests") {
data_deps += [
"//chrome/browser/safe_browsing/incident_reporting/verifier_test:verifier_test_dll_1",
"//chrome/browser/safe_browsing/incident_reporting/verifier_test:verifier_test_dll_2",
+ ":conflicts_dll",
]
libs = [
@@ -5112,3 +5114,12 @@ if (is_chromeos) {
}
}
}
+
+if (is_win) {
+ loadable_module("conflicts_dll") {
+ testonly = true
+ sources = [
+ "conflicts/conflicts_dll.cc",
+ ]
+ }
+}
« no previous file with comments | « chrome/common/conflicts/module_watcher_win_unittest.cc ('k') | chrome/test/conflicts/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698