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

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

Issue 2590433003: Re-enable building both 32 and 64 bit version of the GCP port monitor. (Closed)
Patch Set: Fix some issues with 32/64 bit installation. 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 | « BUILD.gn ('k') | cloud_print/virtual_driver/win/install/setup.cc » ('j') | 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 99460d24dc09cc0b9c0ead90151e7264a45ee277..e0529fecad5854586b06313d233328332f14fbf5 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -431,39 +431,39 @@ FILES = [
# 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_portmon64.dll',
+ 'buildtype': ['official'],
+ 'archive': 'cloud_print.zip',
+ 'filegroup': ['symsrc'],
+ },
+ {
'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',
},
« no previous file with comments | « BUILD.gn ('k') | cloud_print/virtual_driver/win/install/setup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698