| 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!
|
|
|