| 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 chrome.exe: %(ChromeDir)s\ | 6 chrome.exe: %(ChromeDir)s\ |
| 7 wow_helper.exe: %(ChromeDir)s\ | 7 wow_helper.exe: %(ChromeDir)s\ |
| 8 Dictionaries\en-US.bdic: %(ChromeDir)s\Dictionaries | 8 Dictionaries\en-US.bdic: %(ChromeDir)s\Dictionaries |
| 9 chrome.dll: %(VersionDir)s\ | 9 chrome.dll: %(VersionDir)s\ |
| 10 nacl64.exe: %(VersionDir)s\ | 10 nacl64.exe: %(VersionDir)s\ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 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_2x.pak: %(VersionDir)s\ | 36 theme_resources_2x.pak: %(VersionDir)s\ |
| 37 ui_resources_2x.pak: %(VersionDir)s\ | 37 ui_resources_2x.pak: %(VersionDir)s\ |
| 38 | 38 |
| 39 [METRO] |
| 40 theme_resources_metro_1x.pak: %(VersionDir)s\ |
| 41 |
| 39 [GOOGLE_CHROME] | 42 [GOOGLE_CHROME] |
| 40 gcswf32.dll: %(VersionDir)s\ | 43 gcswf32.dll: %(VersionDir)s\ |
| 41 plugin.vch: %(VersionDir)s\ | 44 plugin.vch: %(VersionDir)s\ |
| 42 FlashPlayerCPLApp.cpl: %(VersionDir)s\ | 45 FlashPlayerCPLApp.cpl: %(VersionDir)s\ |
| 43 FlashPlayerApp.exe: %(VersionDir)s\ | 46 FlashPlayerApp.exe: %(VersionDir)s\ |
| OLD | NEW |