| Index: chrome/tools/build/mac/FILES.cfg
|
| diff --git a/chrome/tools/build/mac/FILES.cfg b/chrome/tools/build/mac/FILES.cfg
|
| index f172b45544533c707c955bf4a73dfa4bb6d439dc..1a48f432bcf7e5b089f54ab3d0dee12234d43e42 100644
|
| --- a/chrome/tools/build/mac/FILES.cfg
|
| +++ b/chrome/tools/build/mac/FILES.cfg
|
| @@ -67,4 +67,53 @@ FILES = [
|
| 'buildtype': ['official'],
|
| 'archive': 'chrome-mac-nacl-irt-syms.zip',
|
| },
|
| + # Content shell files:
|
| + {
|
| + 'filename': 'Content Shell.app',
|
| + 'buildtype': ['dev'],
|
| + 'archive': 'content-shell.zip',
|
| + 'optional': ['dev'],
|
| + },
|
| + {
|
| + 'filename': 'blink_deprecated_test_plugin.plugin',
|
| + 'buildtype': ['dev'],
|
| + 'archive': 'content-shell.zip',
|
| + 'optional': ['dev'],
|
| + },
|
| + {
|
| + 'filename': 'blink_test_plugin.plugin',
|
| + 'buildtype': ['dev'],
|
| + 'archive': 'content-shell.zip',
|
| + 'optional': ['dev'],
|
| + },
|
| + {
|
| + 'filename': 'content_shell.pak',
|
| + 'buildtype': ['dev'],
|
| + 'archive': 'content-shell.zip',
|
| + 'optional': ['dev'],
|
| + },
|
| + {
|
| + 'filename': 'icudtl.dat',
|
| + 'buildtype': ['dev'],
|
| + 'archive': 'content-shell.zip',
|
| + 'optional': ['dev'],
|
| + },
|
| + {
|
| + 'filename': 'natives_blob.bin',
|
| + 'buildtype': ['dev'],
|
| + 'archive': 'content-shell.zip',
|
| + 'optional': ['dev'],
|
| + },
|
| + {
|
| + 'filename': 'osmesa.so',
|
| + 'buildtype': ['dev'],
|
| + 'archive': 'content-shell.zip',
|
| + 'optional': ['dev'],
|
| + },
|
| + {
|
| + 'filename': 'resources',
|
| + 'buildtype': ['dev'],
|
| + 'archive': 'content-shell.zip',
|
| + 'optional': ['dev'],
|
| + },
|
| ]
|
|
|