Update installer files now that PDF plugin is gone.
[chromium-blink-merge.git] / chrome / tools / build / win / FILES.cfg
blobfb547cbd543bc521fa74a57b73e45b3606f9acd7
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   # ANGLE files:
373   {
374     'filename': 'D3DCompiler_47.dll',
375     'buildtype': ['dev', 'official'],
376   },
377   {
378     'filename': 'libEGL.dll',
379     'buildtype': ['dev', 'official'],
380     'filegroup': ['default', 'symsrc'],
381   },
382   {
383     'filename': 'libGLESv2.dll',
384     'buildtype': ['dev', 'official'],
385     'filegroup': ['default', 'symsrc'],
386   },
387   # XInput files:
388   {
389     'filename': 'xinput1_3.dll',
390     'buildtype': ['dev', 'official'],
391   },
392   # Native Client plugin files:
393   {
394     'filename': 'nacl_irt_x86_32.nexe',
395     'arch': ['32bit'],
396     'buildtype': ['dev', 'official'],
397   },
398   {
399     'filename': 'nacl_irt_x86_64.nexe',
400     'buildtype': ['dev', 'official'],
401   },
402   # Remoting files:
403   {
404     'filename': 'chromoting.msi',
405     'buildtype': ['dev', 'official'],
406     'archive': 'remoting-host.msi',
407     'direct_archive': 1,
408     'optional': ['dev'],
409   },
410   {
411     'filename': 'remoting-me2me-host-win.zip',
412     'buildtype': ['dev', 'official'],
413     'archive': 'remoting-me2me-host-win.zip',
414     'direct_archive': 1,
415     'optional': ['dev'],
416   },
417   {
418     'filename': 'remoting_core.dll',
419     'buildtype': ['official'],
420     'archive': 'remoting-win32.zip',
421     'filegroup': ['symsrc'],
422   },
423   {
424     'filename': 'remoting_core.dll.pdb',
425     'buildtype': ['official'],
426     'archive': 'remoting-win32.zip',
427     'optional': ['official'],
428   },
429   {
430     'filename': 'remoting_desktop.exe',
431     'buildtype': ['official'],
432     'archive': 'remoting-win32.zip',
433     'filegroup': ['symsrc'],
434   },
435   {
436     'filename': 'remoting_desktop.exe.pdb',
437     'buildtype': ['official'],
438     'archive': 'remoting-win32.zip',
439     'optional': ['official'],
440   },
441   {
442     'filename': 'remoting_host.exe',
443     'buildtype': ['official'],
444     'archive': 'remoting-win32.zip',
445     'filegroup': ['symsrc'],
446   },
447   {
448     'filename': 'remoting_host.exe.pdb',
449     'buildtype': ['official'],
450     'archive': 'remoting-win32.zip',
451   },
452   {
453     'filename': 'remoting-webapp.zip',
454     'buildtype': ['dev', 'official'],
455     'archive': 'remoting-webapp.zip',
456     'optional': ['dev'],
457   },
458   # Cloud Print files:
459   {
460     'filename': 'gcp_portmon.dll',
461     'buildtype': ['official'],
462     'archive': 'cloud_print.zip',
463     'filegroup': ['symsrc'],
464   },
465   {
466     'filename': 'gcp_portmon.dll.pdb',
467     'buildtype': ['official'],
468     'archive': 'cloud_print.zip',
469   },
470   {
471     'filename': 'gcp_portmon64.dll',
472     'arch': ['32bit'],
473     'buildtype': ['official'],
474     'archive': 'cloud_print.zip',
475     'filegroup': ['symsrc'],
476   },
477   {
478     'filename': 'gcp_portmon64.dll.pdb',
479     'arch': ['32bit'],
480     'buildtype': ['official'],
481     'archive': 'cloud_print.zip',
482   },
483   {
484     'filename': 'gcp_driver.gpd',
485     'buildtype': ['official'],
486     'archive': 'cloud_print.zip',
487   },
488   {
489     'filename': 'virtual_driver_setup.exe',
490     'buildtype': ['official'],
491     'archive': 'cloud_print.zip',
492     'filegroup': ['symsrc'],
493   },
494   {
495     'filename': 'virtual_driver_setup.exe.pdb',
496     'buildtype': ['official'],
497     'archive': 'cloud_print.zip',
498   },
499   {
500     'filename': 'cloud_print_service.exe',
501     'buildtype': ['official'],
502     'archive': 'cloud_print.zip',
503     'filegroup': ['symsrc'],
504   },
505   {
506     'filename': 'cloud_print_service.exe.pdb',
507     'buildtype': ['official'],
508     'archive': 'cloud_print.zip',
509   },
510   {
511     'filename': 'cloud_print_service_config.exe',
512     'buildtype': ['official'],
513     'archive': 'cloud_print.zip',
514     'filegroup': ['symsrc'],
515   },
516   {
517     'filename': 'cloud_print_service_config.exe.pdb',
518     'buildtype': ['official'],
519     'archive': 'cloud_print.zip',
520   },
521   {
522     'filename': 'cloud_print_service_setup.exe',
523     'buildtype': ['official'],
524     'archive': 'cloud_print.zip',
525     'filegroup': ['symsrc'],
526   },
527   {
528     'filename': 'cloud_print_service_setup.exe.pdb',
529     'buildtype': ['official'],
530     'archive': 'cloud_print.zip',
531   },
532   # Syzygy modified binaries and related files. Only add to this section if you
533   # know what you're doing! The build configuration has to be modified to run
534   # Syzygy on the target in question before adding a staging dependency here!
535   {
536     'filename': 'chrome.dll-order.json',
537     'arch': ['32bit'],
538     'buildtype': ['dev', 'official'],
539     'optional': ['dev'],
540   },
541   {
542     'filename': 'chrome_child.dll-order.json',
543     'arch': ['32bit'],
544     'buildtype': ['dev', 'official'],
545     'optional': ['dev', 'official'],
546   },
547   {
548     'filename': 'syzygy/chrome.dll',
549     'arch': ['32bit'],
550     'buildtype': ['dev', 'official'],
551     'archive': 'syzygy/chrome.dll',
552     'filegroup': ['symsrc'],
553     'optional': ['dev'],
554   },
555   {
556     'filename': 'syzygy/chrome_child.dll',
557     'arch': ['32bit'],
558     'buildtype': ['dev', 'official'],
559     'archive': 'syzygy/chrome_child.dll',
560     'filegroup': ['symsrc'],
561     'optional': ['dev', 'official'],
562   },
563   {
564     'filename': 'syzygy/instrumented/chrome_child.dll',
565     'arch': ['32bit'],
566     'buildtype': ['official'],
567     'archive': 'syzygy/instrumented/chrome_child.dll',
568     'filegroup': ['symsrc'],
569     'optional': ['official'],
570   },
571   {
572     'filename': 'syzygy/mini_installer.exe',
573     'arch': ['32bit'],
574     'buildtype': ['dev', 'official'],
575     'archive': 'syzygy/mini_installer.exe',
576     'filegroup': ['symsrc'],
577     'optional': ['dev'],
578   },
579   {
580     'filename': 'syzygy/chrome.packed.7z',
581     'arch': ['32bit'],
582     'buildtype': ['dev', 'official'],
583     'archive': 'syzygy/chrome.packed.7z',
584     'optional': ['dev'],
585   },
586   {
587     'filename': 'syzygy/syzyasan_rtl.dll',
588     'arch': ['32bit'],
589     'buildtype': ['dev', 'official'],
590     'optional': ['dev', 'official'],
591   },
592   {
593     'filename': 'syzygy/kasko.dll',
594     'arch': ['32bit'],
595     'buildtype': ['dev', 'official'],
596     'archive': 'syzygy/kasko.dll',
597     'filegroup': ['symsrc'],
598     'optional': ['dev', 'official'],
599   },
600   # Test binaries for external QA:
601   {
602     'filename': 'interactive_ui_tests.exe',
603     'buildtype': ['dev', 'official'],
604     'optional': ['dev', 'official'],
605   },
606   {
607     'filename': 'sync_unit_tests.exe',
608     'buildtype': ['official'],
609     'optional': ['official'],
610   },
611   # Metro files (currently official build only):
612   {
613     'filename': 'metro_driver.dll',
614     'buildtype': ['official'],
615     'filegroup': ['default', 'symsrc'],
616   },
617   {
618     'filename': 'delegate_execute.exe',
619     'buildtype': ['official'],
620     'filegroup': ['default', 'symsrc'],
621   },
622   {
623     'filename': 'metro_driver.dll.pdb',
624     'buildtype': ['official'],
625     'archive': 'chrome-win32-syms.zip',
626   },
627   {
628     'filename': 'delegate_execute.exe.pdb',
629     'buildtype': ['official'],
630     'archive': 'chrome-win32-syms.zip',
631   },
632   # Installer files (official build only):
633   {
634     'filename': 'setup.exe',
635     'buildtype': ['official'],
636     'archive': 'setup.exe',
637     'filegroup': ['symsrc'],
638   },
639   {
640     'filename': 'mini_installer.exe',
641     'buildtype': ['dev', 'official'],
642     'archive': 'mini_installer.exe',
643     'filegroup': ['symsrc'],
644   },
645   {
646     'filename': 'chrome.packed.7z',
647     'buildtype': ['official'],
648     'archive': 'chrome.packed.7z',
649   },
650   {
651     'filename': 'mini_installer_exe_version.rc',
652     'buildtype': ['official'],
653     'archive': 'mini_installer_exe_version.rc',
654   },
655   {
656     'filename': 'courgette.exe',
657     'buildtype': ['official'],
658     'archive': 'courgette.exe',
659   },
660   {
661     'filename': 'courgette64.exe',
662     'buildtype': ['official'],
663     'archive': 'courgette64.exe',
664   },
665   {
666     'filename': 'chrome.dll.pdb',
667     'buildtype': ['dev', 'official'],
668     'archive': 'chrome-win32-syms.zip',
669   },
670   {
671     'filename': 'chrome_child.dll.pdb',
672     'buildtype': ['dev', 'official'],
673     'optional': ['dev', 'official'],
674     'archive': 'chrome-win32-syms.zip',
675   },
676   {
677     'filename': 'chrome_elf.dll.pdb',
678     'buildtype': ['dev', 'official'],
679     'archive': 'chrome-win32-syms.zip',
680   },
681   {
682     'filename': 'chrome.exe.pdb',
683     'buildtype': ['dev', 'official'],
684     'archive': 'chrome-win32-syms.zip',
685   },
686   {
687     'filename': 'libEGL.dll.pdb',
688     'buildtype': ['dev', 'official'],
689     'archive': 'chrome-win32-syms.zip',
690   },
691   {
692     'filename': 'libGLESv2.dll.pdb',
693     'buildtype': ['dev', 'official'],
694     'archive': 'chrome-win32-syms.zip',
695   },
696   {
697     'filename': 'libpeerconnection.dll.pdb',
698     'buildtype': ['dev', 'official'],
699     'archive': 'chrome-win32-syms.zip',
700     'optional': ['dev', 'official'],
701   },
702   {
703     'filename': 'mini_installer.exe.pdb',
704     'buildtype': ['dev', 'official'],
705     'archive': 'chrome-win32-syms.zip',
706   },
707   {
708     'filename': 'nacl64.exe.pdb',
709     'arch': ['32bit'],
710     'buildtype': ['dev', 'official'],
711     'archive': 'chrome-win32-syms.zip',
712   },
713   {
714     'filename': 'setup.exe.pdb',
715     'buildtype': ['dev', 'official'],
716     'archive': 'chrome-win32-syms.zip',
717   },
718   # Partner API files.
719   {
720     'filename': 'gcapi_dll.dll',
721     'buildtype': ['dev', 'official'],
722   },
723   # Chrome App Installer files (official build only):
724   {
725     'filename': 'app_installer.exe',
726     'buildtype': ['official'],
727     'archive': 'app_installer.zip',
728   },
729   {
730     'filename': 'app_installer.exe.pdb',
731     'buildtype': ['official'],
732     'archive': 'app_installer.zip',
733   },
734   # PDB files for Syzygy modified binaries. Only add to this section if you
735   # know what you're doing! The build configuration has to be modified to run
736   # Syzygy on the target in question before adding a staging dependency here!
737   {
738     'filename': 'syzygy/chrome.dll.pdb',
739     'arch': ['32bit'],
740     'buildtype': ['dev', 'official'],
741     'archive': 'chrome-win32-syms.zip',
742     'optional': ['dev'],
743   },
744   {
745     'filename': 'syzygy/chrome_child.dll.pdb',
746     'arch': ['32bit'],
747     'buildtype': ['dev', 'official'],
748     'archive': 'chrome-win32-syms.zip',
749     'optional': ['dev', 'official'],
750   },
751   {
752     'filename': 'syzygy/mini_installer.exe.pdb',
753     'arch': ['32bit'],
754     'buildtype': ['dev', 'official'],
755     'archive': 'chrome-win32-syms.zip',
756     'optional': ['dev'],
757   },
758   {
759     'filename': 'syzygy/syzyasan_rtl.dll.pdb',
760     'arch': ['32bit'],
761     'buildtype': ['dev', 'official'],
762     'archive': 'chrome-win32-syms.zip',
763     'optional': ['dev', 'official'],
764   },
765   {
766     'filename': 'syzygy/kasko.dll.pdb',
767     'arch': ['32bit'],
768     'buildtype': ['dev', 'official'],
769     'archive': 'chrome-win32-syms.zip',
770     'optional': ['dev', 'official'],
771   },
772   {
773     'filename': 'nacl_irt_x86_32.nexe.debug',
774     'arch': ['32bit'],
775     'buildtype': ['official'],
776     'archive': 'chrome-win32-nacl-irt-syms.zip',
777   },
778   {
779     'filename': 'nacl_irt_x86_64.nexe.debug',
780     'buildtype': ['official'],
781     'archive': 'chrome-win32-nacl-irt-syms.zip',
782   },