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

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

Issue 11820033: Reland 175201 with fixes for installer. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 | « chrome/installer/mini_installer/chrome.release ('k') | content/content_common.gypi » ('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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'filename': 'PepperFlash/manifest.json', 307 'filename': 'PepperFlash/manifest.json',
308 'buildtype': ['official'], 308 'buildtype': ['official'],
309 }, 309 },
310 # PDF Plugin files: 310 # PDF Plugin files:
311 { 311 {
312 'filename': 'pdf.dll', 312 'filename': 'pdf.dll',
313 'buildtype': ['dev', 'official'], 313 'buildtype': ['dev', 'official'],
314 }, 314 },
315 # ANGLE files: 315 # ANGLE files:
316 { 316 {
317 'filename': 'd3dx9_43.dll',
318 'buildtype': ['dev', 'official'],
319 },
320 {
321 'filename': 'D3DCompiler_43.dll', 317 'filename': 'D3DCompiler_43.dll',
322 'buildtype': ['dev', 'official'], 318 'buildtype': ['dev', 'official'],
323 }, 319 },
324 { 320 {
325 'filename': 'libEGL.dll', 321 'filename': 'libEGL.dll',
326 'buildtype': ['dev', 'official'], 322 'buildtype': ['dev', 'official'],
327 }, 323 },
328 { 324 {
329 'filename': 'libGLESv2.dll', 325 'filename': 'libGLESv2.dll',
330 'buildtype': ['dev', 'official'], 326 'buildtype': ['dev', 'official'],
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 'filename': 'syzygy/chrome.dll.pdb', 637 'filename': 'syzygy/chrome.dll.pdb',
642 'buildtype': ['official'], 638 'buildtype': ['official'],
643 'archive': 'chrome-win32-syms.zip', 639 'archive': 'chrome-win32-syms.zip',
644 }, 640 },
645 { 641 {
646 'filename': 'syzygy/mini_installer.exe.pdb', 642 'filename': 'syzygy/mini_installer.exe.pdb',
647 'buildtype': ['official'], 643 'buildtype': ['official'],
648 'archive': 'chrome-win32-syms.zip', 644 'archive': 'chrome-win32-syms.zip',
649 }, 645 },
650 ] 646 ]
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698