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

Side by Side 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 3 years, 12 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 unified diff | Download patch
« no previous file with comments | « BUILD.gn ('k') | cloud_print/virtual_driver/win/install/setup.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # This is a buildbot configuration file containing a tagged list of files 8 # This is a buildbot configuration file containing a tagged list of files
9 # processed by the stage/archive scripts. The known tags are: 9 # processed by the stage/archive scripts. The known tags are:
10 # 10 #
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'filegroup': ['symsrc'], 424 'filegroup': ['symsrc'],
425 }, 425 },
426 { 426 {
427 'filename': 'remoting_host.exe.pdb', 427 'filename': 'remoting_host.exe.pdb',
428 'buildtype': ['official'], 428 'buildtype': ['official'],
429 'archive': 'remoting-win32.zip', 429 'archive': 'remoting-win32.zip',
430 }, 430 },
431 # Cloud Print files: 431 # Cloud Print files:
432 { 432 {
433 'filename': 'gcp_portmon.dll', 433 'filename': 'gcp_portmon.dll',
434 'arch': ['64bit'],
435 'buildtype': ['official'], 434 'buildtype': ['official'],
436 'archive': 'cloud_print.zip', 435 'archive': 'cloud_print.zip',
437 'filegroup': ['symsrc'], 436 'filegroup': ['symsrc'],
438 }, 437 },
439 { 438 {
440 'filename': 'gcp_portmon.dll.pdb', 439 'filename': 'gcp_portmon.dll.pdb',
441 'arch': ['64bit'],
442 'buildtype': ['official'], 440 'buildtype': ['official'],
443 'archive': 'cloud_print.zip', 441 'archive': 'cloud_print.zip',
444 }, 442 },
445 { 443 {
444 'filename': 'gcp_portmon64.dll',
445 'buildtype': ['official'],
446 'archive': 'cloud_print.zip',
447 'filegroup': ['symsrc'],
448 },
449 {
446 'filename': 'gcp_driver.inf', 450 'filename': 'gcp_driver.inf',
447 'arch': ['64bit'],
448 'buildtype': ['official'], 451 'buildtype': ['official'],
449 'archive': 'cloud_print.zip', 452 'archive': 'cloud_print.zip',
450 }, 453 },
451 { 454 {
452 'filename': 'gcp_driver.gpd', 455 'filename': 'gcp_driver.gpd',
453 'arch': ['64bit'],
454 'buildtype': ['official'], 456 'buildtype': ['official'],
455 'archive': 'cloud_print.zip', 457 'archive': 'cloud_print.zip',
456 }, 458 },
457 { 459 {
458 'filename': 'virtual_driver_setup.exe', 460 'filename': 'virtual_driver_setup.exe',
459 'arch': ['64bit'],
460 'buildtype': ['official'], 461 'buildtype': ['official'],
461 'archive': 'cloud_print.zip', 462 'archive': 'cloud_print.zip',
462 'filegroup': ['symsrc'], 463 'filegroup': ['symsrc'],
463 }, 464 },
464 { 465 {
465 'filename': 'virtual_driver_setup.exe.pdb', 466 'filename': 'virtual_driver_setup.exe.pdb',
466 'arch': ['64bit'],
467 'buildtype': ['official'], 467 'buildtype': ['official'],
468 'archive': 'cloud_print.zip', 468 'archive': 'cloud_print.zip',
469 }, 469 },
470 # Syzygy modified binaries and related files. Only add to this section if you 470 # Syzygy modified binaries and related files. Only add to this section if you
471 # know what you're doing! The build configuration has to be modified to run 471 # know what you're doing! The build configuration has to be modified to run
472 # Syzygy on the target in question before adding a staging dependency here! 472 # Syzygy on the target in question before adding a staging dependency here!
473 { 473 {
474 'filename': 'syzygy/chrome.dll', 474 'filename': 'syzygy/chrome.dll',
475 'arch': ['32bit'], 475 'arch': ['32bit'],
476 'buildtype': ['dev', 'official'], 476 'buildtype': ['dev', 'official'],
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'archive': 'content-shell.zip', 733 'archive': 'content-shell.zip',
734 'optional': ['dev'], 734 'optional': ['dev'],
735 }, 735 },
736 { 736 {
737 'filename': 'resources', 737 'filename': 'resources',
738 'buildtype': ['dev'], 738 'buildtype': ['dev'],
739 'archive': 'content-shell.zip', 739 'archive': 'content-shell.zip',
740 'optional': ['dev'], 740 'optional': ['dev'],
741 }, 741 },
742 ] 742 ]
OLDNEW
« 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