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

Unified Diff: chrome/tools/build/linux/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
Index: chrome/tools/build/linux/FILES.cfg
diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg
index 071fe756d7700433dfb8e189c97ca677396f9af0..3eed7b71a1e8ad373cb9e7b219a15a4a3db9a45b 100644
--- a/chrome/tools/build/linux/FILES.cfg
+++ b/chrome/tools/build/linux/FILES.cfg
@@ -52,22 +52,10 @@ FILES = [
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'emit_login_prompt_ready',
- 'buildtype': ['dev'],
- },
- {
'filename': 'icudtl.dat',
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'natives_blob.bin',
- 'buildtype': ['dev', 'official'],
- },
- {
- 'filename': 'snapshot_blob.bin',
- 'buildtype': ['dev', 'official'],
- },
- {
'filename': 'installer',
'buildtype': ['official'],
},
@@ -76,6 +64,10 @@ FILES = [
'buildtype': ['dev', 'official'],
},
{
+ 'filename': 'natives_blob.bin',
+ 'buildtype': ['dev', 'official'],
+ },
+ {
'filename': 'product_logo_48.png',
'buildtype': ['dev', 'official'],
},
@@ -92,6 +84,10 @@ FILES = [
'buildtype': ['dev'],
},
{
+ 'filename': 'snapshot_blob.bin',
+ 'buildtype': ['dev', 'official'],
+ },
+ {
'filename': 'xdg-mime',
'buildtype': ['dev', 'official'],
},
« chrome/tools/build/chromeos/FILES.cfg ('K') | « chrome/tools/build/chromeos/FILES.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698