Delete chrome.mediaGalleriesPrivate because the functionality unique to it has since...
[chromium-blink-merge.git] / chrome / tools / build / win / FILES.cfg
blobbbdfa7e14ed3c583458db47000afd8d7cb379c80
1 # -*- python -*-
2 # ex: set syntax=python:
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file.
8 # This is a buildbot configuration file containing a tagged list of files
9 # processed by the stage/archive scripts. The known tags are:
11 # filename: Name of the file in the build output directory.
12 # arch:     List of CPU architectures for which this file should be processed
13 #           Leave this unspecified to prcoess for all architectures.
14 #           Acceptable values are 64bit, 32bit and arm.
15 # buildtype: List of build types for which this file should be processed.
16 # archive: The name of the archive file to store filename in. If not specified,
17 #          filename is added to the default archive (e.g. platform.zip). If
18 #          archive == filename, filename is archived directly, not zipped.
19 # direct_archive: Force a file to be archived as-is, bypassing zip creation.
20 #                 NOTE: This flag will not apply if more than one file has the
21 #                 same 'archive' name, which will create a zip of all the
22 #                 files instead.
23 # filegroup: List of named groups to which this file belongs.
24 #            default: Legacy "default archive". TODO(mmoss): These should
25 #                     be updated to specify an 'archive' name and then this
26 #                     filegroup and the related archive_utils.ParseLegacyList()
27 #                     should go away.
28 #            symsrc: Files to upload to the symbol server.
29 # optional: List of buildtypes for which the file might not exist, and it's not
30 #           considered an error.
32 FILES = [
33   {
34     'filename': 'browser_tests.exe',
35     'buildtype': ['official'],
36     'archive':  'browser_tests.exe',
37   },
38   {
39     'filename': 'sync_integration_tests.exe',
40     'buildtype': ['official'],
41     'archive':  'sync_integration_tests.exe',
42   },
43   {
44     'filename': 'ffmpegsumo.dll',
45     'buildtype': ['dev', 'official'],
46     'filegroup': ['default', 'symsrc'],
47   },
48   {
49     'filename': 'chrome.exe',
50     'buildtype': ['dev', 'official'],
51     'filegroup': ['default', 'symsrc'],
52   },
53   {
54     'filename': 'nacl64.exe',
55     'arch': ['32bit'],
56     'buildtype': ['dev', 'official'],
57     'filegroup': ['default', 'symsrc'],
58   },
59   {
60     'filename': 'chrome.dll',
61     'buildtype': ['dev', 'official'],
62     'filegroup': ['default', 'symsrc'],
63   },
64   {
65     'filename': 'chrome_child.dll',
66     'buildtype': ['dev', 'official'],
67     'filegroup': ['default', 'symsrc'],
68     'optional': ['dev', 'official'],
69   },
70   {
71     'filename': 'chrome_elf.dll',
72     'buildtype': ['dev', 'official'],
73     'filegroup': ['default', 'symsrc'],
74   },
75   {
76     'filename': 'chrome_watcher.dll',
77     'buildtype': ['dev', 'official'],
78     'filegroup': ['default', 'symsrc'],
79   },
80   {
81     'filename': '*.manifest',
82     'buildtype': ['dev', 'official'],
83     'filegroup': ['default', 'symsrc'],
84   },
85   {
86     'filename': 'chrome_100_percent.pak',
87     'buildtype': ['dev', 'official'],
88   },
89   {
90     'filename': 'chrome_200_percent.pak',
91     'buildtype': ['dev', 'official'],
92     'optional': ['dev', 'official'],
93   },
94   {
95     'filename': 'crash_service.exe',
96     'buildtype': ['dev', 'official'],
97   },
98   {
99     'filename': 'crash_service64.exe',
100     'arch': ['32bit'],
101     'buildtype': ['dev', 'official'],
102   },
103   {
104     'filename': 'First Run',
105     'buildtype': ['dev', 'official'],
106   },
107   {
108     'filename': 'icudtl.dat',
109     'buildtype': ['dev', 'official'],
110     'optional': ['dev', 'official'],
111   },
112   {
113     'filename': 'icudt.dll',
114     'buildtype': ['dev', 'official'],
115     'optional': ['dev', 'official'],
116   },
117   {
118     'filename': 'natives_blob.bin',
119     'buildtype': ['dev', 'official'],
120     'optional': ['dev', 'official'],
121   },
122   {
123     'filename': 'snapshot_blob.bin',
124     'buildtype': ['dev', 'official'],
125     'optional': ['dev', 'official'],
126   },
127   {
128     'filename': 'libexif.dll',
129     'buildtype': ['dev', 'official'],
130     'filegroup': ['default', 'symsrc'],
131   },
132   {
133     'filename': 'libpeerconnection.dll',
134     'buildtype': ['dev', 'official'],
135     'optional': ['dev', 'official'],
136     'filegroup': ['default', 'symsrc'],
137   },
138   {
139     'filename': 'locales/ar.pak',
140     'buildtype': ['dev', 'official'],
141   },
142   {
143     'filename': 'locales/bg.pak',
144     'buildtype': ['dev', 'official'],
145   },
146   {
147     'filename': 'locales/bn.pak',
148     'buildtype': ['dev', 'official'],
149   },
150   {
151     'filename': 'locales/ca.pak',
152     'buildtype': ['dev', 'official'],
153   },
154   {
155     'filename': 'locales/cs.pak',
156     'buildtype': ['dev', 'official'],
157   },
158   {
159     'filename': 'locales/da.pak',
160     'buildtype': ['dev', 'official'],
161   },
162   {
163     'filename': 'locales/de.pak',
164     'buildtype': ['dev', 'official'],
165   },
166   {
167     'filename': 'locales/el.pak',
168     'buildtype': ['dev', 'official'],
169   },
170   {
171     'filename': 'locales/en-GB.pak',
172     'buildtype': ['dev', 'official'],
173   },
174   {
175     'filename': 'locales/en-US.pak',
176     'buildtype': ['dev', 'official'],
177   },
178   {
179     'filename': 'locales/es-419.pak',
180     'buildtype': ['dev', 'official'],
181   },
182   {
183     'filename': 'locales/es.pak',
184     'buildtype': ['dev', 'official'],
185   },
186   {
187     'filename': 'locales/et.pak',
188     'buildtype': ['dev', 'official'],
189   },
190   {
191     'filename': 'locales/fi.pak',
192     'buildtype': ['dev', 'official'],
193   },
194   {
195     'filename': 'locales/fil.pak',
196     'buildtype': ['dev', 'official'],
197   },
198   {
199     'filename': 'locales/fr.pak',
200     'buildtype': ['dev', 'official'],
201   },
202   {
203     'filename': 'locales/gu.pak',
204     'buildtype': ['dev', 'official'],
205   },
206   {
207     'filename': 'locales/he.pak',
208     'buildtype': ['dev', 'official'],
209   },
210   {
211     'filename': 'locales/hi.pak',
212     'buildtype': ['dev', 'official'],
213   },
214   {
215     'filename': 'locales/hr.pak',
216     'buildtype': ['dev', 'official'],
217   },
218   {
219     'filename': 'locales/hu.pak',
220     'buildtype': ['dev', 'official'],
221   },
222   {
223     'filename': 'locales/id.pak',
224     'buildtype': ['dev', 'official'],
225   },
226   {
227     'filename': 'locales/it.pak',
228     'buildtype': ['dev', 'official'],
229   },
230   {
231     'filename': 'locales/ja.pak',
232     'buildtype': ['dev', 'official'],
233   },
234   {
235     'filename': 'locales/kn.pak',
236     'buildtype': ['dev', 'official'],
237   },
238   {
239     'filename': 'locales/ko.pak',
240     'buildtype': ['dev', 'official'],
241   },
242   {
243     'filename': 'locales/lt.pak',
244     'buildtype': ['dev', 'official'],
245   },
246   {
247     'filename': 'locales/lv.pak',
248     'buildtype': ['dev', 'official'],
249   },
250   {
251     'filename': 'locales/ml.pak',
252     'buildtype': ['dev', 'official'],
253   },
254   {
255     'filename': 'locales/mr.pak',
256     'buildtype': ['dev', 'official'],
257   },
258   {
259     'filename': 'locales/ms.pak',
260     'buildtype': ['dev', 'official'],
261   },
262   {
263     'filename': 'locales/nb.pak',
264     'buildtype': ['dev', 'official'],
265   },
266   {
267     'filename': 'locales/nl.pak',
268     'buildtype': ['dev', 'official'],
269   },
270   {
271     'filename': 'locales/pl.pak',
272     'buildtype': ['dev', 'official'],
273   },
274   {
275     'filename': 'locales/pt-BR.pak',
276     'buildtype': ['dev', 'official'],
277   },
278   {
279     'filename': 'locales/pt-PT.pak',
280     'buildtype': ['dev', 'official'],
281   },
282   {
283     'filename': 'locales/ro.pak',
284     'buildtype': ['dev', 'official'],
285   },
286   {
287     'filename': 'locales/ru.pak',
288     'buildtype': ['dev', 'official'],
289   },
290   {
291     'filename': 'locales/sk.pak',
292     'buildtype': ['dev', 'official'],
293   },
294   {
295     'filename': 'locales/sl.pak',
296     'buildtype': ['dev', 'official'],
297   },
298   {
299     'filename': 'locales/sr.pak',
300     'buildtype': ['dev', 'official'],
301   },
302   {
303     'filename': 'locales/sv.pak',
304     'buildtype': ['dev', 'official'],
305   },
306   {
307     'filename': 'locales/ta.pak',
308     'buildtype': ['dev', 'official'],
309   },
310   {
311     'filename': 'locales/te.pak',
312     'buildtype': ['dev', 'official'],
313   },
314   {
315     'filename': 'locales/th.pak',
316     'buildtype': ['dev', 'official'],
317   },
318   {
319     'filename': 'locales/tr.pak',
320     'buildtype': ['dev', 'official'],
321   },
322   {
323     'filename': 'locales/uk.pak',
324     'buildtype': ['dev', 'official'],
325   },
326   {
327     'filename': 'locales/vi.pak',
328     'buildtype': ['dev', 'official'],
329   },
330   {
331     'filename': 'locales/zh-CN.pak',
332     'buildtype': ['dev', 'official'],
333   },
334   {
335     'filename': 'locales/zh-TW.pak',
336     'buildtype': ['dev', 'official'],
337   },
338   {
339     'filename': 'policy_templates.zip',
340     'buildtype': ['official'],
341     'archive': 'policy_templates.zip',
342   },
343   {
344     'filename': 'resources.pak',
345     'buildtype': ['dev', 'official'],
346   },
347   {
348     'filename': 'wow_helper.exe',
349     'arch': ['32bit'],
350     'buildtype': ['dev', 'official'],
351   },
352   # PNaCl translator (archive only, component updater used for shipping).
353   {
354     'filename': 'pnacl',
355     'buildtype': ['dev', 'official'],
356     'archive': 'pnacl.zip',
357   },
358   # Flash Player files:
359   {
360     'filename': 'PepperFlash/pepflashplayer.dll',
361     'buildtype': ['official'],
362   },
363   {
364     'filename': 'PepperFlash/manifest.json',
365     'buildtype': ['official'],
366   },
367   # Widevine CDM adapter files:
368   {
369     'filename': 'widevinecdmadapter.dll',
370     'buildtype': ['official'],
371   },
372   # PDF Plugin files:
373   {
374     'filename': 'pdf.dll',
375     'buildtype': ['dev', 'official'],
376     'filegroup': ['default', 'symsrc'],
377   },
378   # ANGLE files:
379   {
380     'filename': 'D3DCompiler_47.dll',
381     'buildtype': ['dev', 'official'],
382   },
383   {
384     'filename': 'libEGL.dll',
385     'buildtype': ['dev', 'official'],
386     'filegroup': ['default', 'symsrc'],
387   },
388   {
389     'filename': 'libGLESv2.dll',
390     'buildtype': ['dev', 'official'],
391     'filegroup': ['default', 'symsrc'],
392   },
393   # XInput files:
394   {
395     'filename': 'xinput1_3.dll',
396     'buildtype': ['dev', 'official'],
397   },
398   # Native Client plugin files:
399   {
400     'filename': 'nacl_irt_x86_32.nexe',
401     'arch': ['32bit'],
402     'buildtype': ['dev', 'official'],
403   },
404   {
405     'filename': 'nacl_irt_x86_64.nexe',
406     'buildtype': ['dev', 'official'],
407   },
408   # Remoting files:
409   {
410     'filename': 'chromoting.msi',
411     'buildtype': ['dev', 'official'],
412     'archive': 'remoting-host.msi',
413     'direct_archive': 1,
414     'optional': ['dev'],
415   },
416   {
417     'filename': 'remoting-me2me-host-win.zip',
418     'buildtype': ['dev', 'official'],
419     'archive': 'remoting-me2me-host-win.zip',
420     'direct_archive': 1,
421     'optional': ['dev'],
422   },
423   {
424     'filename': 'remoting_core.dll',
425     'buildtype': ['official'],
426     'archive': 'remoting-win32.zip',
427     'filegroup': ['symsrc'],
428   },
429   {
430     'filename': 'remoting_core.dll.pdb',
431     'buildtype': ['official'],
432     'archive': 'remoting-win32.zip',
433     'optional': ['official'],
434   },
435   {
436     'filename': 'remoting_desktop.exe',
437     'buildtype': ['official'],
438     'archive': 'remoting-win32.zip',
439     'filegroup': ['symsrc'],
440   },
441   {
442     'filename': 'remoting_desktop.exe.pdb',
443     'buildtype': ['official'],
444     'archive': 'remoting-win32.zip',
445     'optional': ['official'],
446   },
447   {
448     'filename': 'remoting_host.exe',
449     'buildtype': ['official'],
450     'archive': 'remoting-win32.zip',
451     'filegroup': ['symsrc'],
452   },
453   {
454     'filename': 'remoting_host.exe.pdb',
455     'buildtype': ['official'],
456     'archive': 'remoting-win32.zip',
457   },
458   {
459     'filename': 'remoting-webapp.zip',
460     'buildtype': ['dev', 'official'],
461     'archive': 'remoting-webapp.zip',
462     'optional': ['dev'],
463   },
464   # Cloud Print files:
465   {
466     'filename': 'gcp_portmon.dll',
467     'buildtype': ['official'],
468     'archive': 'cloud_print.zip',
469     'filegroup': ['symsrc'],
470   },
471   {
472     'filename': 'gcp_portmon.dll.pdb',
473     'buildtype': ['official'],
474     'archive': 'cloud_print.zip',
475   },
476   {
477     'filename': 'gcp_portmon64.dll',
478     'arch': ['32bit'],
479     'buildtype': ['official'],
480     'archive': 'cloud_print.zip',
481     'filegroup': ['symsrc'],
482   },
483   {
484     'filename': 'gcp_portmon64.dll.pdb',
485     'arch': ['32bit'],
486     'buildtype': ['official'],
487     'archive': 'cloud_print.zip',
488   },
489   {
490     'filename': 'gcp_driver.gpd',
491     'buildtype': ['official'],
492     'archive': 'cloud_print.zip',
493   },
494   {
495     'filename': 'virtual_driver_setup.exe',
496     'buildtype': ['official'],
497     'archive': 'cloud_print.zip',
498     'filegroup': ['symsrc'],
499   },
500   {
501     'filename': 'virtual_driver_setup.exe.pdb',
502     'buildtype': ['official'],
503     'archive': 'cloud_print.zip',
504   },
505   {
506     'filename': 'cloud_print_service.exe',
507     'buildtype': ['official'],
508     'archive': 'cloud_print.zip',
509     'filegroup': ['symsrc'],
510   },
511   {
512     'filename': 'cloud_print_service.exe.pdb',
513     'buildtype': ['official'],
514     'archive': 'cloud_print.zip',
515   },
516   {
517     'filename': 'cloud_print_service_config.exe',
518     'buildtype': ['official'],
519     'archive': 'cloud_print.zip',
520     'filegroup': ['symsrc'],
521   },
522   {
523     'filename': 'cloud_print_service_config.exe.pdb',
524     'buildtype': ['official'],
525     'archive': 'cloud_print.zip',
526   },
527   {
528     'filename': 'cloud_print_service_setup.exe',
529     'buildtype': ['official'],
530     'archive': 'cloud_print.zip',
531     'filegroup': ['symsrc'],
532   },
533   {
534     'filename': 'cloud_print_service_setup.exe.pdb',
535     'buildtype': ['official'],
536     'archive': 'cloud_print.zip',
537   },
538   # Syzygy modified binaries and related files. Only add to this section if you
539   # know what you're doing! The build configuration has to be modified to run
540   # Syzygy on the target in question before adding a staging dependency here!
541   {
542     'filename': 'chrome.dll-order.json',
543     'arch': ['32bit'],
544     'buildtype': ['dev', 'official'],
545     'optional': ['dev'],
546   },
547   {
548     'filename': 'chrome_child.dll-order.json',
549     'arch': ['32bit'],
550     'buildtype': ['dev', 'official'],
551     'optional': ['dev', 'official'],
552   },
553   {
554     'filename': 'syzygy/chrome.dll',
555     'arch': ['32bit'],
556     'buildtype': ['dev', 'official'],
557     'archive': 'syzygy/chrome.dll',
558     'filegroup': ['symsrc'],
559     'optional': ['dev'],
560   },
561   {
562     'filename': 'syzygy/chrome_child.dll',
563     'arch': ['32bit'],
564     'buildtype': ['dev', 'official'],
565     'archive': 'syzygy/chrome_child.dll',
566     'filegroup': ['symsrc'],
567     'optional': ['dev', 'official'],
568   },
569   {
570     'filename': 'syzygy/instrumented/chrome_child.dll',
571     'arch': ['32bit'],
572     'buildtype': ['official'],
573     'archive': 'syzygy/instrumented/chrome_child.dll',
574     'filegroup': ['symsrc'],
575     'optional': ['official'],
576   },
577   {
578     'filename': 'syzygy/mini_installer.exe',
579     'arch': ['32bit'],
580     'buildtype': ['dev', 'official'],
581     'archive': 'syzygy/mini_installer.exe',
582     'filegroup': ['symsrc'],
583     'optional': ['dev'],
584   },
585   {
586     'filename': 'syzygy/chrome.packed.7z',
587     'arch': ['32bit'],
588     'buildtype': ['dev', 'official'],
589     'archive': 'syzygy/chrome.packed.7z',
590     'optional': ['dev'],
591   },
592   {
593     'filename': 'syzygy/syzyasan_rtl.dll',
594     'arch': ['32bit'],
595     'buildtype': ['dev', 'official'],
596     'optional': ['dev', 'official'],
597   },
598   # Test binaries for external QA:
599   {
600     'filename': 'interactive_ui_tests.exe',
601     'buildtype': ['dev', 'official'],
602     'optional': ['dev', 'official'],
603   },
604   {
605     'filename': 'sync_unit_tests.exe',
606     'buildtype': ['official'],
607     'optional': ['official'],
608   },
609   # Metro files (currently official build only):
610   {
611     'filename': 'metro_driver.dll',
612     'buildtype': ['official'],
613     'filegroup': ['default', 'symsrc'],
614   },
615   {
616     'filename': 'delegate_execute.exe',
617     'buildtype': ['official'],
618     'filegroup': ['default', 'symsrc'],
619   },
620   {
621     'filename': 'metro_driver.dll.pdb',
622     'buildtype': ['official'],
623     'archive': 'chrome-win32-syms.zip',
624   },
625   {
626     'filename': 'delegate_execute.exe.pdb',
627     'buildtype': ['official'],
628     'archive': 'chrome-win32-syms.zip',
629   },
630   # Installer files (official build only):
631   {
632     'filename': 'setup.exe',
633     'buildtype': ['official'],
634     'archive': 'setup.exe',
635     'filegroup': ['symsrc'],
636   },
637   {
638     'filename': 'mini_installer.exe',
639     'buildtype': ['dev', 'official'],
640     'archive': 'mini_installer.exe',
641     'filegroup': ['symsrc'],
642   },
643   {
644     'filename': 'chrome.packed.7z',
645     'buildtype': ['official'],
646     'archive': 'chrome.packed.7z',
647   },
648   {
649     'filename': 'mini_installer_exe_version.rc',
650     'buildtype': ['official'],
651     'archive': 'mini_installer_exe_version.rc',
652   },
653   {
654     'filename': 'courgette.exe',
655     'buildtype': ['official'],
656     'archive': 'courgette.exe',
657   },
658   {
659     'filename': 'courgette64.exe',
660     'buildtype': ['official'],
661     'archive': 'courgette64.exe',
662   },
663   {
664     'filename': 'chrome.dll.pdb',
665     'buildtype': ['dev', 'official'],
666     'archive': 'chrome-win32-syms.zip',
667   },
668   {
669     'filename': 'chrome_child.dll.pdb',
670     'buildtype': ['dev', 'official'],
671     'optional': ['dev', 'official'],
672     'archive': 'chrome-win32-syms.zip',
673   },
674   {
675     'filename': 'chrome_elf.dll.pdb',
676     'buildtype': ['dev', 'official'],
677     'archive': 'chrome-win32-syms.zip',
678   },
679   {
680     'filename': 'chrome.exe.pdb',
681     'buildtype': ['dev', 'official'],
682     'archive': 'chrome-win32-syms.zip',
683   },
684   {
685     'filename': 'libEGL.dll.pdb',
686     'buildtype': ['dev', 'official'],
687     'archive': 'chrome-win32-syms.zip',
688   },
689   {
690     'filename': 'libGLESv2.dll.pdb',
691     'buildtype': ['dev', 'official'],
692     'archive': 'chrome-win32-syms.zip',
693   },
694   {
695     'filename': 'libpeerconnection.dll.pdb',
696     'buildtype': ['dev', 'official'],
697     'archive': 'chrome-win32-syms.zip',
698     'optional': ['dev', 'official'],
699   },
700   {
701     'filename': 'mini_installer.exe.pdb',
702     'buildtype': ['dev', 'official'],
703     'archive': 'chrome-win32-syms.zip',
704   },
705   {
706     'filename': 'nacl64.exe.pdb',
707     'arch': ['32bit'],
708     'buildtype': ['dev', 'official'],
709     'archive': 'chrome-win32-syms.zip',
710   },
711   {
712     'filename': 'pdf.dll.pdb',
713     'buildtype': ['dev', 'official'],
714     'archive': 'chrome-win32-syms.zip',
715   },
716   {
717     'filename': 'setup.exe.pdb',
718     'buildtype': ['dev', 'official'],
719     'archive': 'chrome-win32-syms.zip',
720   },
721   # Partner API files.
722   {
723     'filename': 'gcapi_dll.dll',
724     'buildtype': ['dev', 'official'],
725   },
726   # Chrome App Installer files (official build only):
727   {
728     'filename': 'app_installer.exe',
729     'buildtype': ['official'],
730     'archive': 'app_installer.zip',
731   },
732   {
733     'filename': 'app_installer.exe.pdb',
734     'buildtype': ['official'],
735     'archive': 'app_installer.zip',
736   },
737   # PDB files for Syzygy modified binaries. Only add to this section if you
738   # know what you're doing! The build configuration has to be modified to run
739   # Syzygy on the target in question before adding a staging dependency here!
740   {
741     'filename': 'syzygy/chrome.dll.pdb',
742     'arch': ['32bit'],
743     'buildtype': ['dev', 'official'],
744     'archive': 'chrome-win32-syms.zip',
745     'optional': ['dev'],
746   },
747   {
748     'filename': 'syzygy/chrome_child.dll.pdb',
749     'arch': ['32bit'],
750     'buildtype': ['dev', 'official'],
751     'archive': 'chrome-win32-syms.zip',
752     'optional': ['dev', 'official'],
753   },
754   {
755     'filename': 'syzygy/mini_installer.exe.pdb',
756     'arch': ['32bit'],
757     'buildtype': ['dev', 'official'],
758     'archive': 'chrome-win32-syms.zip',
759     'optional': ['dev'],
760   },
761   {
762     'filename': 'syzygy/syzyasan_rtl.dll.pdb',
763     'arch': ['32bit'],
764     'buildtype': ['dev', 'official'],
765     'archive': 'chrome-win32-syms.zip',
766     'optional': ['dev', 'official'],
767   },
768   {
769     'filename': 'nacl_irt_x86_32.nexe.debug',
770     'arch': ['32bit'],
771     'buildtype': ['official'],
772     'archive': 'chrome-win32-nacl-irt-syms.zip',
773   },
774   {
775     'filename': 'nacl_irt_x86_64.nexe.debug',
776     'buildtype': ['official'],
777     'archive': 'chrome-win32-nacl-irt-syms.zip',
778   },