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

Unified Diff: chrome/browser/BUILD.gn

Issue 2965063003: Create third-party conflicts module whitelist/blacklist protobuf definitions. (Closed)
Patch Set: Address nits. Created 3 years, 5 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 | « no previous file | chrome/browser/conflicts/proto/module_list.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 72df3d62556a394e231a8d2f04a94bd8edf9573e..274b720080f26d60077f08c47ceafc5b02874335 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -4168,6 +4168,14 @@ if (is_android) {
"android/proto/delta_file.proto",
]
}
+
+ if (is_win) {
+ proto_library("conflicts_module_list_proto") {
+ sources = [
+ "conflicts/proto/module_list.proto",
+ ]
+ }
+ }
}
if (is_win) {
« no previous file with comments | « no previous file | chrome/browser/conflicts/proto/module_list.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698