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

Unified Diff: chrome/common/BUILD.gn

Issue 2473783005: [Win] Create ModuleWatcher. (Closed)
Patch Set: Refactor threading and observer model. 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 | « no previous file | chrome/common/conflicts/OWNERS » ('j') | chrome/common/conflicts/module_watcher_win.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 2a16353c4718fd5cfc2710f338195f839103d3ed..93bdbb090e2ea80aab35400241373b12393724e8 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -73,6 +73,8 @@ static_library("common") {
"common_param_traits_macros.h",
"component_flash_hint_file_linux.cc",
"component_flash_hint_file_linux.h",
+ "conflicts/module_watcher_win.cc",
+ "conflicts/module_watcher_win.h",
"content_restriction.h",
"content_settings_pattern_serializer.cc",
"content_settings_pattern_serializer.h",
@@ -661,6 +663,8 @@ source_set("app_mode_app_support") {
mojom("mojo_bindings") {
sources = [
+ "conflicts/module_database_win.mojom",
+ "conflicts/module_event_win.mojom",
"image_decoder.mojom",
"network_diagnostics.mojom",
"resource_usage_reporter.mojom",
« no previous file with comments | « no previous file | chrome/common/conflicts/OWNERS » ('j') | chrome/common/conflicts/module_watcher_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698