| OLD | NEW | 
|   1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |   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 |   2 # Use of this source code is governed by a BSD-style license that can be | 
|   3 # found in the LICENSE file. |   3 # found in the LICENSE file. | 
|   4  |   4  | 
|   5 [GENERAL] |   5 [GENERAL] | 
|   6 app_host.exe: %(ChromeDir)s\ |   6 app_host.exe: %(ChromeDir)s\ | 
|   7 chrome.exe: %(ChromeDir)s\ |   7 chrome.exe: %(ChromeDir)s\ | 
|   8 wow_helper.exe: %(ChromeDir)s\ |   8 wow_helper.exe: %(ChromeDir)s\ | 
|   9 chrome.dll: %(VersionDir)s\ |   9 chrome.dll: %(VersionDir)s\ | 
|  10 nacl64.exe: %(VersionDir)s\ |  10 nacl64.exe: %(VersionDir)s\ | 
| (...skipping 17 matching lines...) Expand all  Loading... | 
|  28 D3DCompiler_43.dll: %(VersionDir)s\ |  28 D3DCompiler_43.dll: %(VersionDir)s\ | 
|  29 libEGL.dll: %(VersionDir)s\ |  29 libEGL.dll: %(VersionDir)s\ | 
|  30 libGLESv2.dll: %(VersionDir)s\ |  30 libGLESv2.dll: %(VersionDir)s\ | 
|  31 xinput1_3.dll: %(VersionDir)s\ |  31 xinput1_3.dll: %(VersionDir)s\ | 
|  32 default_apps\*.crx: %(VersionDir)s\default_apps\ |  32 default_apps\*.crx: %(VersionDir)s\default_apps\ | 
|  33 default_apps\external_extensions.json: %(VersionDir)s\default_apps\ |  33 default_apps\external_extensions.json: %(VersionDir)s\default_apps\ | 
|  34  |  34  | 
|  35 [HIDPI] |  35 [HIDPI] | 
|  36 theme_resources_200_percent.pak: %(VersionDir)s\ |  36 theme_resources_200_percent.pak: %(VersionDir)s\ | 
|  37 ui_resources_200_percent.pak: %(VersionDir)s\ |  37 ui_resources_200_percent.pak: %(VersionDir)s\ | 
 |  38 webkit_resources_200_percent.pak: %(VersionDir)s\ | 
|  38  |  39  | 
|  39 [TOUCH] |  40 [TOUCH] | 
|  40 theme_resources_touch_100_percent.pak: %(VersionDir)s\ |  41 theme_resources_touch_100_percent.pak: %(VersionDir)s\ | 
|  41  |  42  | 
|  42 [GOOGLE_CHROME] |  43 [GOOGLE_CHROME] | 
|  43 FlashPlayerApp.exe: %(VersionDir)s\ |  44 FlashPlayerApp.exe: %(VersionDir)s\ | 
|  44 FlashPlayerCPLApp.cpl: %(VersionDir)s\ |  45 FlashPlayerCPLApp.cpl: %(VersionDir)s\ | 
|  45 SecondaryTile.png: %(VersionDir)s\ |  46 SecondaryTile.png: %(VersionDir)s\ | 
|  46 delegate_execute.exe: %(VersionDir)s\ |  47 delegate_execute.exe: %(VersionDir)s\ | 
|  47 gcswf32.dll: %(VersionDir)s\ |  48 gcswf32.dll: %(VersionDir)s\ | 
|  48 metro_driver.dll: %(VersionDir)s\ |  49 metro_driver.dll: %(VersionDir)s\ | 
|  49 plugin.vch: %(VersionDir)s\ |  50 plugin.vch: %(VersionDir)s\ | 
|  50 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ |  51 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ | 
|  51 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ |  52 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ | 
|  52 # All or none of the following 3 files need to be present as the creation of |  53 # All or none of the following 3 files need to be present as the creation of | 
|  53 # VisualElementsManifest.xml is based on the existence of |  54 # VisualElementsManifest.xml is based on the existence of | 
|  54 # %(VersionDir)\VisualElements. On a similar note, no other files should be |  55 # %(VersionDir)\VisualElements. On a similar note, no other files should be | 
|  55 # packaged in this directory. |  56 # packaged in this directory. | 
|  56 Logo.png: %(VersionDir)s\VisualElements\ |  57 Logo.png: %(VersionDir)s\VisualElements\ | 
|  57 SmallLogo.png: %(VersionDir)s\VisualElements\ |  58 SmallLogo.png: %(VersionDir)s\VisualElements\ | 
|  58 splash-620x300.png: %(VersionDir)s\VisualElements\ |  59 splash-620x300.png: %(VersionDir)s\VisualElements\ | 
| OLD | NEW |