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

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

Issue 10207024: Temp patch to fix offical build due to 2x.pak reference (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | 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) 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'filename': 'resources.pak', 345 'filename': 'resources.pak',
346 'arch': ['32bit', '64bit'], 346 'arch': ['32bit', '64bit'],
347 'buildtype': ['dev', 'official'], 347 'buildtype': ['dev', 'official'],
348 }, 348 },
349 { 349 {
350 'filename': 'theme_resources_standard.pak', 350 'filename': 'theme_resources_standard.pak',
351 'arch': ['32bit', '64bit'], 351 'arch': ['32bit', '64bit'],
352 'buildtype': ['dev', 'official'], 352 'buildtype': ['dev', 'official'],
353 }, 353 },
354 { 354 {
355 'filename': 'theme_resources_2x.pak',
356 'arch': ['32bit', '64bit'],
357 'buildtype': ['dev', 'official'],
358 },
359 {
360 'filename': 'ui_resources_standard.pak', 355 'filename': 'ui_resources_standard.pak',
361 'arch': ['32bit', '64bit'], 356 'arch': ['32bit', '64bit'],
362 'buildtype': ['dev', 'official'], 357 'buildtype': ['dev', 'official'],
363 }, 358 },
364 { 359 {
365 'filename': 'ui_resources_2x.pak',
366 'arch': ['32bit', '64bit'],
367 'buildtype': ['dev', 'official'],
368 },
369 {
370 'filename': 'wow_helper.exe', 360 'filename': 'wow_helper.exe',
371 'arch': ['32bit', '64bit'], 361 'arch': ['32bit', '64bit'],
372 'buildtype': ['dev', 'official'], 362 'buildtype': ['dev', 'official'],
373 }, 363 },
374 # Flash Player files: 364 # Flash Player files:
375 { 365 {
376 'filename': 'gcswf32.dll', 366 'filename': 'gcswf32.dll',
377 'arch': ['32bit', '64bit'], 367 'arch': ['32bit', '64bit'],
378 'buildtype': ['official'], 368 'buildtype': ['official'],
379 }, 369 },
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 'filegroup': ['symbols'], 718 'filegroup': ['symbols'],
729 }, 719 },
730 { 720 {
731 'filename': 'syzygy/mini_installer.pdb', 721 'filename': 'syzygy/mini_installer.pdb',
732 'arch': ['32bit', '64bit'], 722 'arch': ['32bit', '64bit'],
733 'buildtype': ['official'], 723 'buildtype': ['official'],
734 'archive': 'chrome-win32-syms.zip', 724 'archive': 'chrome-win32-syms.zip',
735 'filegroup': ['symbols'], 725 'filegroup': ['symbols'],
736 }, 726 },
737 ] 727 ]
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