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

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

Issue 2554883002: Reintroduce cloud print build artifacts. (Closed)
Patch Set: Remove non-existing targets and limit to 64bits only. Created 4 years 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 | 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 877890ef3b4e5f3fb0291cbec1a73f543938a260..99460d24dc09cc0b9c0ead90151e7264a45ee277 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -428,6 +428,45 @@ FILES = [
'buildtype': ['official'],
'archive': 'remoting-win32.zip',
},
+ # Cloud Print files:
+ {
+ 'filename': 'gcp_portmon.dll',
+ 'arch': ['64bit'],
+ 'buildtype': ['official'],
+ 'archive': 'cloud_print.zip',
+ 'filegroup': ['symsrc'],
+ },
+ {
+ 'filename': 'gcp_portmon.dll.pdb',
+ 'arch': ['64bit'],
+ 'buildtype': ['official'],
+ 'archive': 'cloud_print.zip',
+ },
+ {
+ 'filename': 'gcp_driver.inf',
+ 'arch': ['64bit'],
+ 'buildtype': ['official'],
+ 'archive': 'cloud_print.zip',
+ },
+ {
+ 'filename': 'gcp_driver.gpd',
+ 'arch': ['64bit'],
+ 'buildtype': ['official'],
+ 'archive': 'cloud_print.zip',
+ },
+ {
+ 'filename': 'virtual_driver_setup.exe',
+ 'arch': ['64bit'],
+ 'buildtype': ['official'],
+ 'archive': 'cloud_print.zip',
+ 'filegroup': ['symsrc'],
+ },
+ {
+ 'filename': 'virtual_driver_setup.exe.pdb',
+ 'arch': ['64bit'],
+ 'buildtype': ['official'],
+ 'archive': 'cloud_print.zip',
+ },
# Syzygy modified binaries and related files. Only add to this section if you
# know what you're doing! The build configuration has to be modified to run
# Syzygy on the target in question before adding a staging dependency here!
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698