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

Unified Diff: chrome/tools/build/win/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/mac/FILES.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 8e769cf4b9bf01d7622ee87bc51042ec2d77b1e6..4885bf5c00a68825b1af104adefe1c3e03170f8e 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -658,4 +658,65 @@ FILES = [
'buildtype': ['official'],
'archive': 'chrome-win32-nacl-irt-syms.zip',
},
+ # Content shell files:
+ {
+ 'filename': 'AHEM____.TTF',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'blink_deprecated_test_plugin.dll',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'blink_test_plugin.dll',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'content_shell.exe',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'content_shell.pak',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'content_shell_crash_service.exe',
+ '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.dll',
+ '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/mac/FILES.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698