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

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

Issue 2420943002: Remove the syzygy optimization code. (Closed)
Patch Set: Remove the syzygy optimization code. Created 4 years, 2 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 | « chrome/installer/mini_installer/BUILD.gn ('k') | chrome/tools/build/win/syzygy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 4885bf5c00a68825b1af104adefe1c3e03170f8e..163f0b86994ef5395023b365114175eb01b7c570 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -439,24 +439,12 @@ FILES = [
# know what you're doing! The build configuration has to be modified to run
# Syzygy on the target in question before adding a staging dependency here!
{
- 'filename': 'chrome.dll-order.json',
- 'arch': ['32bit'],
- 'buildtype': ['dev', 'official'],
- 'optional': ['dev', 'official'],
- },
- {
- 'filename': 'chrome_child.dll-order.json',
- 'arch': ['32bit'],
- 'buildtype': ['dev', 'official'],
- 'optional': ['dev', 'official'],
- },
- {
'filename': 'syzygy/chrome.dll',
'arch': ['32bit'],
'buildtype': ['dev', 'official'],
'archive': 'syzygy/chrome.dll',
'filegroup': ['symsrc'],
- 'optional': ['dev'],
+ 'optional': ['dev', 'official'],
},
{
'filename': 'syzygy/chrome_child.dll',
@@ -480,14 +468,14 @@ FILES = [
'buildtype': ['dev', 'official'],
'archive': 'syzygy/mini_installer.exe',
'filegroup': ['symsrc'],
- 'optional': ['dev'],
+ 'optional': ['dev', 'official'],
},
{
'filename': 'syzygy/chrome.packed.7z',
'arch': ['32bit'],
'buildtype': ['dev', 'official'],
'archive': 'syzygy/chrome.packed.7z',
- 'optional': ['dev'],
+ 'optional': ['dev', 'official'],
},
{
'filename': 'syzygy/syzyasan_rtl.dll',
« no previous file with comments | « chrome/installer/mini_installer/BUILD.gn ('k') | chrome/tools/build/win/syzygy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698