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

Side by Side Diff: chrome/tools/build/win/FILES.cfg

Issue 2405413002: Reland of [Chromoting] Reenable 64-bit build checks for Windows (Closed)
Patch Set: Integrate 2410163003 Created 4 years, 2 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 | « no previous file | no next file » | 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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 { 381 {
382 'filename': 'chromoting.msi', 382 'filename': 'chromoting.msi',
383 'arch': ['32bit'], 383 'arch': ['32bit'],
384 'buildtype': ['dev', 'official'], 384 'buildtype': ['dev', 'official'],
385 'archive': 'remoting-host.msi', 385 'archive': 'remoting-host.msi',
386 'direct_archive': 1, 386 'direct_archive': 1,
387 'optional': ['dev'], 387 'optional': ['dev'],
388 }, 388 },
389 { 389 {
390 'filename': 'remoting-me2me-host-win.zip', 390 'filename': 'remoting-me2me-host-win.zip',
391 'arch': ['32bit'],
392 'buildtype': ['dev', 'official'], 391 'buildtype': ['dev', 'official'],
393 'archive': 'remoting-me2me-host-win.zip', 392 'archive': 'remoting-me2me-host-win.zip',
394 'direct_archive': 1, 393 'direct_archive': 1,
395 'optional': ['dev'], 394 'optional': ['dev'],
396 }, 395 },
397 { 396 {
398 'filename': 'remoting_core.dll', 397 'filename': 'remoting_core.dll',
399 'arch': ['32bit'],
400 'buildtype': ['official'], 398 'buildtype': ['official'],
401 'archive': 'remoting-win32.zip', 399 'archive': 'remoting-win32.zip',
402 'filegroup': ['symsrc'], 400 'filegroup': ['symsrc'],
403 }, 401 },
404 { 402 {
405 'filename': 'remoting_core.dll.pdb', 403 'filename': 'remoting_core.dll.pdb',
406 'arch': ['32bit'],
407 'buildtype': ['official'], 404 'buildtype': ['official'],
408 'archive': 'remoting-win32.zip', 405 'archive': 'remoting-win32.zip',
409 'optional': ['official'], 406 'optional': ['official'],
410 }, 407 },
411 { 408 {
412 'filename': 'remoting_desktop.exe', 409 'filename': 'remoting_desktop.exe',
413 'arch': ['32bit'],
414 'buildtype': ['official'], 410 'buildtype': ['official'],
415 'archive': 'remoting-win32.zip', 411 'archive': 'remoting-win32.zip',
416 'filegroup': ['symsrc'], 412 'filegroup': ['symsrc'],
417 }, 413 },
418 { 414 {
419 'filename': 'remoting_desktop.exe.pdb', 415 'filename': 'remoting_desktop.exe.pdb',
420 'arch': ['32bit'],
421 'buildtype': ['official'], 416 'buildtype': ['official'],
422 'archive': 'remoting-win32.zip', 417 'archive': 'remoting-win32.zip',
423 'optional': ['official'], 418 'optional': ['official'],
424 }, 419 },
425 { 420 {
426 'filename': 'remoting_host.exe', 421 'filename': 'remoting_host.exe',
427 'arch': ['32bit'],
428 'buildtype': ['official'], 422 'buildtype': ['official'],
429 'archive': 'remoting-win32.zip', 423 'archive': 'remoting-win32.zip',
430 'filegroup': ['symsrc'], 424 'filegroup': ['symsrc'],
431 }, 425 },
432 { 426 {
433 'filename': 'remoting_host.exe.pdb', 427 'filename': 'remoting_host.exe.pdb',
434 'arch': ['32bit'],
435 'buildtype': ['official'], 428 'buildtype': ['official'],
436 'archive': 'remoting-win32.zip', 429 'archive': 'remoting-win32.zip',
437 }, 430 },
438 # Syzygy modified binaries and related files. Only add to this section if you 431 # Syzygy modified binaries and related files. Only add to this section if you
439 # know what you're doing! The build configuration has to be modified to run 432 # know what you're doing! The build configuration has to be modified to run
440 # Syzygy on the target in question before adding a staging dependency here! 433 # Syzygy on the target in question before adding a staging dependency here!
441 { 434 {
442 'filename': 'chrome.dll-order.json', 435 'filename': 'chrome.dll-order.json',
443 'arch': ['32bit'], 436 'arch': ['32bit'],
444 'buildtype': ['dev', 'official'], 437 'buildtype': ['dev', 'official'],
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 'archive': 'content-shell.zip', 706 'archive': 'content-shell.zip',
714 'optional': ['dev'], 707 'optional': ['dev'],
715 }, 708 },
716 { 709 {
717 'filename': 'resources', 710 'filename': 'resources',
718 'buildtype': ['dev'], 711 'buildtype': ['dev'],
719 'archive': 'content-shell.zip', 712 'archive': 'content-shell.zip',
720 'optional': ['dev'], 713 'optional': ['dev'],
721 }, 714 },
722 ] 715 ]
OLDNEW
« 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