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

Side by Side Diff: chrome/installer/mini_installer/chrome.release

Issue 10069026: Bundle Flapper binaries on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « no previous file | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 17 matching lines...) Expand all
28 libGLESv2.dll: %(VersionDir)s\ 28 libGLESv2.dll: %(VersionDir)s\
29 xinput1_3.dll: %(VersionDir)s\ 29 xinput1_3.dll: %(VersionDir)s\
30 default_apps\*.crx: %(VersionDir)s\default_apps\ 30 default_apps\*.crx: %(VersionDir)s\default_apps\
31 default_apps\external_extensions.json: %(VersionDir)s\default_apps\ 31 default_apps\external_extensions.json: %(VersionDir)s\default_apps\
32 32
33 [GOOGLE_CHROME] 33 [GOOGLE_CHROME]
34 gcswf32.dll: %(VersionDir)s\ 34 gcswf32.dll: %(VersionDir)s\
35 plugin.vch: %(VersionDir)s\ 35 plugin.vch: %(VersionDir)s\
36 FlashPlayerCPLApp.cpl: %(VersionDir)s\ 36 FlashPlayerCPLApp.cpl: %(VersionDir)s\
37 FlashPlayerApp.exe: %(VersionDir)s\ 37 FlashPlayerApp.exe: %(VersionDir)s\
38 pepflashplayer.dll: %(VersionDir)s\PepperFlash\
39 manifest.json: %(VersionDir)s\PepperFlash\
OLDNEW
« no previous file with comments | « no previous file | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698