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

Unified Diff: chrome/tools/build/mac/FILES.cfg

Issue 2383043003: DevTools: archive content shell (Closed)
Patch Set: Created 4 years, 3 months 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
« no previous file with comments | « chrome/tools/build/linux/FILES.cfg ('k') | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
+ },
]
« no previous file with comments | « chrome/tools/build/linux/FILES.cfg ('k') | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698