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

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

Issue 2512763002: Archive icudtl.dat in ChromeOS continuous builds. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | chrome/tools/build/linux/FILES.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/chromeos/FILES.cfg
diff --git a/chrome/tools/build/chromeos/FILES.cfg b/chrome/tools/build/chromeos/FILES.cfg
index 254a02d3c1e9b5e0d5918653d1c5c4c7d7469a16..2b692866ee00916f7eea6c3ad9c4b765bb68b3e3 100644
--- a/chrome/tools/build/chromeos/FILES.cfg
+++ b/chrome/tools/build/chromeos/FILES.cfg
@@ -41,31 +41,27 @@ FILES = [
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'chrome_sandbox',
Lei Zhang 2016/11/17 20:27:00 Not built/used on ChromeOS.
Michael Moss 2016/11/17 20:49:29 Why wasn't archiving failing due to "not found"? I
Lei Zhang 2016/11/17 21:37:10 Not sure. I only see warnings, which is how I a ca
- 'buildtype': ['dev', 'official'],
- },
- {
'filename': 'chrome.1',
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'emit_login_prompt_ready',
Lei Zhang 2016/11/17 20:27:00 I don't know what this is, but it doesn't exist.
- 'buildtype': ['dev'],
+ 'filename': 'icudtl.dat',
+ 'buildtype': ['dev', 'official'],
},
{
'filename': 'installer',
'buildtype': ['official'],
},
{
- 'filename': 'natives_blob.bin',
+ 'filename': 'locales',
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'snapshot_blob.bin',
+ 'filename': 'natives_blob.bin',
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'locales',
+ 'filename': 'snapshot_blob.bin',
'buildtype': ['dev', 'official'],
},
{
@@ -81,10 +77,6 @@ FILES = [
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'session',
Lei Zhang 2016/11/17 20:26:59 Ditto.
- 'buildtype': ['dev'],
- },
- {
'filename': 'xdg-mime',
'buildtype': ['dev', 'official'],
},
« no previous file with comments | « no previous file | chrome/tools/build/linux/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698