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

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

Issue 8909011: Archive the chrome.dll ordering file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
« 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) 2011 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2011 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 'arch': ['32bit', '64bit'], 409 'arch': ['32bit', '64bit'],
410 'buildtype': ['dev', 'official'], 410 'buildtype': ['dev', 'official'],
411 }, 411 },
412 { 412 {
413 'filename': 'virtual_driver_setup.exe', 413 'filename': 'virtual_driver_setup.exe',
414 'arch': ['32bit', '64bit'], 414 'arch': ['32bit', '64bit'],
415 'buildtype': ['dev', 'official'], 415 'buildtype': ['dev', 'official'],
416 }, 416 },
417 # syzygy files: 417 # syzygy files:
418 { 418 {
419 'filename': 'chrome.dll-order.json',
420 'arch': ['32bit', '64bit'],
421 'buildtype': ['official'],
422 },
423 {
419 'filename': 'syzygy/chrome.dll', 424 'filename': 'syzygy/chrome.dll',
420 'arch': ['32bit', '64bit'], 425 'arch': ['32bit', '64bit'],
421 'buildtype': ['official'], 426 'buildtype': ['official'],
422 'archive': 'syzygy/chrome.dll', 427 'archive': 'syzygy/chrome.dll',
423 }, 428 },
424 { 429 {
425 'filename': 'syzygy/mini_installer.exe', 430 'filename': 'syzygy/mini_installer.exe',
426 'arch': ['32bit', '64bit'], 431 'arch': ['32bit', '64bit'],
427 'buildtype': ['official'], 432 'buildtype': ['official'],
428 'archive': 'syzygy/mini_installer.exe', 433 'archive': 'syzygy/mini_installer.exe',
429 }, 434 },
430 { 435 {
431 'filename': 'syzygy/chrome.packed.7z', 436 'filename': 'syzygy/chrome.packed.7z',
432 'arch': ['32bit', '64bit'], 437 'arch': ['32bit', '64bit'],
433 'buildtype': ['official'], 438 'buildtype': ['official'],
434 'archive': 'syzygy/chrome.packed.7z', 439 'archive': 'syzygy/chrome.packed.7z',
435 }, 440 },
436 ] 441 ]
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