Home | History | Annotate | Download | only in mini_installer
      1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 [GENERAL]
      6 app_host.exe: %(ChromeDir)s\
      7 chrome.exe: %(ChromeDir)s\
      8 wow_helper.exe: %(ChromeDir)s\
      9 asan_rtl.dll: %(VersionDir)s\
     10 chrome.dll: %(VersionDir)s\
     11 chrome_child.dll: %(VersionDir)s\
     12 nacl64.exe: %(VersionDir)s\
     13 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\
     14 nacl_irt_x86_32.nexe: %(VersionDir)s\
     15 nacl_irt_x86_64.nexe: %(VersionDir)s\
     16 icudt.dll: %(VersionDir)s\
     17 resources.pak: %(VersionDir)s\
     18 chrome_100_percent.pak: %(VersionDir)s\
     19 locales\*.pak: %(VersionDir)s\Locales
     20 locales\*.dll: %(VersionDir)s\Locales
     21 npchrome_frame.dll: %(VersionDir)s\
     22 chrome_launcher.exe: %(VersionDir)s\
     23 chrome_frame_helper.exe: %(VersionDir)s\
     24 chrome_frame_helper.dll: %(VersionDir)s\
     25 Extensions\*.*: %(VersionDir)s\Extensions\
     26 ffmpegsumo.dll: %(VersionDir)s\
     27 pdf.dll: %(VersionDir)s\
     28 D3DCompiler_43.dll: %(VersionDir)s\
     29 d3dcompiler_46.dll: %(VersionDir)s\
     30 libEGL.dll: %(VersionDir)s\
     31 libGLESv2.dll: %(VersionDir)s\
     32 xinput1_3.dll: %(VersionDir)s\
     33 default_apps\*.crx: %(VersionDir)s\default_apps\
     34 default_apps\external_extensions.json: %(VersionDir)s\default_apps\
     35 
     36 [HIDPI]
     37 chrome_200_percent.pak: %(VersionDir)s\
     38 
     39 [TOUCH]
     40 chrome_touch_100_percent.pak: %(VersionDir)s\
     41 
     42 [GOOGLE_CHROME]
     43 SecondaryTile.png: %(VersionDir)s\
     44 delegate_execute.exe: %(VersionDir)s\
     45 metro_driver.dll: %(VersionDir)s\
     46 libpeerconnection.dll: %(VersionDir)s\
     47 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\
     48 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\
     49 widevinecdmadapter.dll: %(VersionDir)s\
     50 # All or none of the following 3 files need to be present as the creation of
     51 # VisualElementsManifest.xml is based on the existence of
     52 # %(VersionDir)\VisualElements. On a similar note, no other files should be
     53 # packaged in this directory.
     54 Logo.png: %(VersionDir)s\VisualElements\
     55 SmallLogo.png: %(VersionDir)s\VisualElements\
     56 splash-620x300.png: %(VersionDir)s\VisualElements\
     57