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

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

Issue 10701105: Update webkit_resources to support high-dpi assets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change resource_bundle_mac.mm to load webkit_resources* on Mac as for other platforms Created 8 years, 4 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
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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 'arch': ['32bit', '64bit'], 372 'arch': ['32bit', '64bit'],
373 'buildtype': ['dev', 'official'], 373 'buildtype': ['dev', 'official'],
374 }, 374 },
375 { 375 {
376 'filename': 'ui_resources_200_percent.pak', 376 'filename': 'ui_resources_200_percent.pak',
377 'arch': ['32bit', '64bit'], 377 'arch': ['32bit', '64bit'],
378 'buildtype': ['dev', 'official'], 378 'buildtype': ['dev', 'official'],
379 'optional': ['dev', 'official'], 379 'optional': ['dev', 'official'],
380 }, 380 },
381 { 381 {
382 'filename': 'webkit_resources_200_percent.pak',
383 'arch': ['32bit', '64bit'],
384 'buildtype': ['dev', 'official'],
385 'optional': ['dev', 'official'],
386 },
387 {
382 'filename': 'wow_helper.exe', 388 'filename': 'wow_helper.exe',
383 'arch': ['32bit', '64bit'], 389 'arch': ['32bit', '64bit'],
384 'buildtype': ['dev', 'official'], 390 'buildtype': ['dev', 'official'],
385 }, 391 },
386 # Flash Player files: 392 # Flash Player files:
387 { 393 {
388 'filename': 'gcswf32.dll', 394 'filename': 'gcswf32.dll',
389 'arch': ['32bit', '64bit'], 395 'arch': ['32bit', '64bit'],
390 'buildtype': ['official'], 396 'buildtype': ['official'],
391 }, 397 },
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 'buildtype': ['official'], 808 'buildtype': ['official'],
803 'archive': 'chrome-win32-syms.zip', 809 'archive': 'chrome-win32-syms.zip',
804 }, 810 },
805 { 811 {
806 'filename': 'syzygy/mini_installer.pdb', 812 'filename': 'syzygy/mini_installer.pdb',
807 'arch': ['32bit', '64bit'], 813 'arch': ['32bit', '64bit'],
808 'buildtype': ['official'], 814 'buildtype': ['official'],
809 'archive': 'chrome-win32-syms.zip', 815 'archive': 'chrome-win32-syms.zip',
810 }, 816 },
811 ] 817 ]
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698