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

Unified Diff: chrome/tools/build/win/FILES.cfg

Issue 2507753002: Install the chrome event log provider together with the browser. (Closed)
Patch Set: Fix wrong append call. 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
Index: chrome/tools/build/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 877890ef3b4e5f3fb0291cbec1a73f543938a260..2aeb1e95339e6de5f8a1b983bb981377c989537b 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -75,6 +75,11 @@ FILES = [
'filegroup': ['default', 'symsrc'],
},
{
+ 'filename': 'eventlog_provider.dll',
+ 'buildtype': ['dev', 'official'],
+ 'filegroup': ['default'],
+ },
+ {
'filename': '*.manifest',
'buildtype': ['dev', 'official'],
'filegroup': ['default', 'symsrc'],

Powered by Google App Engine
This is Rietveld 408576698