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

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

Issue 105473007: Stop building Chrome Frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « chrome/installer/setup/install_worker.cc ('k') | chrome/tools/check_grd_for_unused_strings.py » ('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 0cc1b57af9bfeee9b8f6007c33d55fd148c62a1a..d829eb6fafdb41d54dc64b7d5e86af5b95784d86 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -571,31 +571,6 @@ FILES = [
'buildtype': ['dev', 'official'],
'optional': ['dev', 'official'],
},
- # Chrome Frame:
- {
- 'filename': 'npchrome_frame.dll',
- 'arch': ['32bit'],
- 'buildtype': ['dev', 'official'],
- 'filegroup': ['default', 'symsrc'],
- },
- {
- 'filename': 'chrome_launcher.exe',
- 'arch': ['32bit'],
- 'buildtype': ['dev', 'official'],
- 'filegroup': ['default', 'symsrc'],
- },
- {
- 'filename': 'chrome_frame_helper.exe',
- 'arch': ['32bit'],
- 'buildtype': ['dev', 'official'],
- 'filegroup': ['default', 'symsrc'],
- },
- {
- 'filename': 'chrome_frame_helper.dll',
- 'arch': ['32bit'],
- 'buildtype': ['dev', 'official'],
- 'filegroup': ['default', 'symsrc'],
- },
# Test binaries for external QA:
{
'filename': 'interactive_ui_tests.exe',
@@ -715,30 +690,6 @@ FILES = [
'archive': 'chrome-win32-syms.zip',
},
{
- 'filename': 'npchrome_frame.dll.pdb',
- 'arch': ['32bit'],
- 'buildtype': ['dev', 'official'],
- 'archive': 'chrome-win32-syms.zip',
- },
- {
- 'filename': 'chrome_launcher.exe.pdb',
- 'arch': ['32bit'],
- 'buildtype': ['dev', 'official'],
- 'archive': 'chrome-win32-syms.zip',
- },
- {
- 'filename': 'chrome_frame_helper.exe.pdb',
- 'arch': ['32bit'],
- 'buildtype': ['dev', 'official'],
- 'archive': 'chrome-win32-syms.zip',
- },
- {
- 'filename': 'chrome_frame_helper.dll.pdb',
- 'arch': ['32bit'],
- 'buildtype': ['dev', 'official'],
- 'archive': 'chrome-win32-syms.zip',
- },
- {
'filename': 'syzygy/chrome.dll.pdb',
'arch': ['32bit'],
'buildtype': ['dev', 'official'],
« no previous file with comments | « chrome/installer/setup/install_worker.cc ('k') | chrome/tools/check_grd_for_unused_strings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698