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

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

Issue 720033003: Update to VS2013 Update 4, and Windows SDK 8.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ntddi Created 6 years, 1 month 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 | « chrome/interactive_ui_tests.isolate ('k') | content/content_gl_tests.isolate » ('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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'buildtype': ['official'], 355 'buildtype': ['official'],
356 }, 356 },
357 # PDF Plugin files: 357 # PDF Plugin files:
358 { 358 {
359 'filename': 'pdf.dll', 359 'filename': 'pdf.dll',
360 'buildtype': ['dev', 'official'], 360 'buildtype': ['dev', 'official'],
361 'filegroup': ['default', 'symsrc'], 361 'filegroup': ['default', 'symsrc'],
362 }, 362 },
363 # ANGLE files: 363 # ANGLE files:
364 { 364 {
365 'filename': 'D3DCompiler_46.dll', 365 'filename': 'D3DCompiler_47.dll',
366 'buildtype': ['dev', 'official'], 366 'buildtype': ['dev', 'official'],
367 }, 367 },
368 { 368 {
369 'filename': 'libEGL.dll', 369 'filename': 'libEGL.dll',
370 'buildtype': ['dev', 'official'], 370 'buildtype': ['dev', 'official'],
371 'filegroup': ['default', 'symsrc'], 371 'filegroup': ['default', 'symsrc'],
372 }, 372 },
373 { 373 {
374 'filename': 'libGLESv2.dll', 374 'filename': 'libGLESv2.dll',
375 'buildtype': ['dev', 'official'], 375 'buildtype': ['dev', 'official'],
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 'arch': ['32bit'], 755 'arch': ['32bit'],
756 'buildtype': ['official'], 756 'buildtype': ['official'],
757 'archive': 'chrome-win32-nacl-irt-syms.zip', 757 'archive': 'chrome-win32-nacl-irt-syms.zip',
758 }, 758 },
759 { 759 {
760 'filename': 'nacl_irt_x86_64.nexe.debug', 760 'filename': 'nacl_irt_x86_64.nexe.debug',
761 'buildtype': ['official'], 761 'buildtype': ['official'],
762 'archive': 'chrome-win32-nacl-irt-syms.zip', 762 'archive': 'chrome-win32-nacl-irt-syms.zip',
763 }, 763 },
764 ] 764 ]
OLDNEW
« no previous file with comments | « chrome/interactive_ui_tests.isolate ('k') | content/content_gl_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698