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

Unified Diff: chrome/test/BUILD.gn

Issue 2796783002: [Ext Registry] Do not try to re-watch registry if we are already watching it. (Closed)
Patch Set: revert retrying + add assert Created 3 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/browser/extensions/external_registry_loader_win_unittest.cc ('k') | no next file » | 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 e1f2c4217bfc16f33af8b13aaa302121795f299a..a7be8ec62d3a3aef1c8f79bbf536e73ba8bbbecc 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4171,6 +4171,10 @@ test("unit_tests") {
"../browser/extensions/api/mdns/mdns_api_unittest.cc",
]
}
+ if (is_win) {
+ sources +=
+ [ "../browser/extensions/external_registry_loader_win_unittest.cc" ]
+ }
if (!is_chromeos) {
sources += [
"../browser/extensions/api/messaging/native_message_process_host_unittest.cc",
« no previous file with comments | « chrome/browser/extensions/external_registry_loader_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698