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