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

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

Issue 2507753002: Install the chrome event log provider together with the browser. (Closed)
Patch Set: Fix RegisterEventLogProvider unit test. Created 4 years 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 99460d24dc09cc0b9c0ead90151e7264a45ee277..bc2a810f80b3d034b1ed7fd1c04487cc33188461 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