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

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

Issue 2096513002: Chromoting now builds only 32 bit binary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'arch': ['32bit'], 387 'arch': ['32bit'],
388 'buildtype': ['dev', 'official'], 388 'buildtype': ['dev', 'official'],
389 }, 389 },
390 { 390 {
391 'filename': 'nacl_irt_x86_64.nexe', 391 'filename': 'nacl_irt_x86_64.nexe',
392 'buildtype': ['dev', 'official'], 392 'buildtype': ['dev', 'official'],
393 }, 393 },
394 # Remoting files: 394 # Remoting files:
395 { 395 {
396 'filename': 'chromoting.msi', 396 'filename': 'chromoting.msi',
397 'arch': ['32bit'],
397 'buildtype': ['dev', 'official'], 398 'buildtype': ['dev', 'official'],
398 'archive': 'remoting-host.msi', 399 'archive': 'remoting-host.msi',
399 'direct_archive': 1, 400 'direct_archive': 1,
400 'optional': ['dev'], 401 'optional': ['dev'],
401 }, 402 },
402 { 403 {
403 'filename': 'remoting-me2me-host-win.zip', 404 'filename': 'remoting-me2me-host-win.zip',
405 'arch': ['32bit'],
404 'buildtype': ['dev', 'official'], 406 'buildtype': ['dev', 'official'],
405 'archive': 'remoting-me2me-host-win.zip', 407 'archive': 'remoting-me2me-host-win.zip',
406 'direct_archive': 1, 408 'direct_archive': 1,
407 'optional': ['dev'], 409 'optional': ['dev'],
408 }, 410 },
409 { 411 {
410 'filename': 'remoting_core.dll', 412 'filename': 'remoting_core.dll',
413 'arch': ['32bit'],
411 'buildtype': ['official'], 414 'buildtype': ['official'],
412 'archive': 'remoting-win32.zip', 415 'archive': 'remoting-win32.zip',
413 'filegroup': ['symsrc'], 416 'filegroup': ['symsrc'],
414 }, 417 },
415 { 418 {
416 'filename': 'remoting_core.dll.pdb', 419 'filename': 'remoting_core.dll.pdb',
420 'arch': ['32bit'],
417 'buildtype': ['official'], 421 'buildtype': ['official'],
418 'archive': 'remoting-win32.zip', 422 'archive': 'remoting-win32.zip',
419 'optional': ['official'], 423 'optional': ['official'],
420 }, 424 },
421 { 425 {
422 'filename': 'remoting_desktop.exe', 426 'filename': 'remoting_desktop.exe',
427 'arch': ['32bit'],
423 'buildtype': ['official'], 428 'buildtype': ['official'],
424 'archive': 'remoting-win32.zip', 429 'archive': 'remoting-win32.zip',
425 'filegroup': ['symsrc'], 430 'filegroup': ['symsrc'],
426 }, 431 },
427 { 432 {
428 'filename': 'remoting_desktop.exe.pdb', 433 'filename': 'remoting_desktop.exe.pdb',
434 'arch': ['32bit'],
429 'buildtype': ['official'], 435 'buildtype': ['official'],
430 'archive': 'remoting-win32.zip', 436 'archive': 'remoting-win32.zip',
431 'optional': ['official'], 437 'optional': ['official'],
432 }, 438 },
433 { 439 {
434 'filename': 'remoting_host.exe', 440 'filename': 'remoting_host.exe',
441 'arch': ['32bit'],
435 'buildtype': ['official'], 442 'buildtype': ['official'],
436 'archive': 'remoting-win32.zip', 443 'archive': 'remoting-win32.zip',
437 'filegroup': ['symsrc'], 444 'filegroup': ['symsrc'],
438 }, 445 },
439 { 446 {
440 'filename': 'remoting_host.exe.pdb', 447 'filename': 'remoting_host.exe.pdb',
448 'arch': ['32bit'],
441 'buildtype': ['official'], 449 'buildtype': ['official'],
442 'archive': 'remoting-win32.zip', 450 'archive': 'remoting-win32.zip',
443 }, 451 },
444 # Syzygy modified binaries and related files. Only add to this section if you 452 # Syzygy modified binaries and related files. Only add to this section if you
445 # know what you're doing! The build configuration has to be modified to run 453 # know what you're doing! The build configuration has to be modified to run
446 # Syzygy on the target in question before adding a staging dependency here! 454 # Syzygy on the target in question before adding a staging dependency here!
447 { 455 {
448 'filename': 'chrome.dll-order.json', 456 'filename': 'chrome.dll-order.json',
449 'arch': ['32bit'], 457 'arch': ['32bit'],
450 'buildtype': ['dev', 'official'], 458 'buildtype': ['dev', 'official'],
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'arch': ['32bit'], 671 'arch': ['32bit'],
664 'buildtype': ['official'], 672 'buildtype': ['official'],
665 'archive': 'chrome-win32-nacl-irt-syms.zip', 673 'archive': 'chrome-win32-nacl-irt-syms.zip',
666 }, 674 },
667 { 675 {
668 'filename': 'nacl_irt_x86_64.nexe.debug', 676 'filename': 'nacl_irt_x86_64.nexe.debug',
669 'buildtype': ['official'], 677 'buildtype': ['official'],
670 'archive': 'chrome-win32-nacl-irt-syms.zip', 678 'archive': 'chrome-win32-nacl-irt-syms.zip',
671 }, 679 },
672 ] 680 ]
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