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

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

Issue 1573243010: Follow up to https://codereview.chromium.org/1581473002 for Metro removal in installer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-2
Patch Set: dual_mode Created 4 years, 11 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
Index: chrome/tools/build/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 7807d426c666aeae1fda2762ec36c01934ce0025..8b2724affd118f427e2486da54943674e51a81a0 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -600,21 +600,11 @@ FILES = [
},
# Metro files (currently official build only):
{
- 'filename': 'metro_driver.dll',
- 'buildtype': ['official'],
- 'filegroup': ['default', 'symsrc'],
- },
- {
'filename': 'delegate_execute.exe',
'buildtype': ['official'],
'filegroup': ['default', 'symsrc'],
},
{
- 'filename': 'metro_driver.dll.pdb',
- 'buildtype': ['official'],
- 'archive': 'chrome-win32-syms.zip',
- },
- {
'filename': 'delegate_execute.exe.pdb',
'buildtype': ['official'],
'archive': 'chrome-win32-syms.zip',
« chrome/installer/util/shell_util.cc ('K') | « chrome/installer/util/shell_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698