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

Unified Diff: chrome/tools/build/linux/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 | « no previous file | chrome/tools/build/mac/FILES.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/linux/FILES.cfg
diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg
index 9ae3e6a438334829563dbb6d045c44dafd393ddb..071fe756d7700433dfb8e189c97ca677396f9af0 100644
--- a/chrome/tools/build/linux/FILES.cfg
+++ b/chrome/tools/build/linux/FILES.cfg
@@ -198,4 +198,89 @@ FILES = [
'buildtype': ['official'],
'archive': 'chrome-linux-nacl-irt-syms.zip',
},
-]
+ # Content shell files:
+ {
+ 'filename': 'AHEM____.TTF',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'GardinerModBug.ttf',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'GardinerModCat.ttf',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'content_shell',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'content_shell.pak',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'dump_syms',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'fonts.conf',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'icudtl.dat',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'libblink_deprecated_test_plugin.so',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'libblink_test_plugin.so',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'libosmesa.so',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'minidump_stackwalk',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'natives_blob.bin',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ {
+ 'filename': 'resources',
+ 'buildtype': ['dev'],
+ 'archive': 'content-shell.zip',
+ 'optional': ['dev'],
+ },
+ ]
« no previous file with comments | « no previous file | chrome/tools/build/mac/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698