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

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

Issue 2306933002: Remove wow_helper. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « chrome/chrome.isolate ('k') | chrome/installer/setup/install_worker.cc » ('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 # 6 #
7 # Chrome Application dir entries, sorted alphabetically. 7 # Chrome Application dir entries, sorted alphabetically.
8 # 8 #
9 chrome.exe: %(ChromeDir)s\ 9 chrome.exe: %(ChromeDir)s\
10 wow_helper.exe: %(ChromeDir)s\
11 # 10 #
12 # Chrome version dir assembly manifest. 11 # Chrome version dir assembly manifest.
13 # The name of this file must match the name of the version dir, so we cannot 12 # The name of this file must match the name of the version dir, so we cannot
14 # hard-code it. 13 # hard-code it.
15 # // TODO(caitkp): Find a way to do this without wildcards. 14 # // TODO(caitkp): Find a way to do this without wildcards.
16 # 15 #
17 *.*.*.*.manifest: %(VersionDir)s\ 16 *.*.*.*.manifest: %(VersionDir)s\
18 # 17 #
19 # Chrome version dir entries, sorted alphabetically. 18 # Chrome version dir entries, sorted alphabetically.
20 # 19 #
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 63
65 [GOOGLE_CHROME] 64 [GOOGLE_CHROME]
66 # 65 #
67 # Widevine CDM sub-dir 66 # Widevine CDM sub-dir
68 # 67 #
69 WidevineCdm\manifest.json: %(VersionDir)s\WidevineCdm\ 68 WidevineCdm\manifest.json: %(VersionDir)s\WidevineCdm\
70 WidevineCdm\_platform_specific\win_x86\widevinecdm.dll: %(VersionDir)s\WidevineC dm\_platform_specific\win_x86\ 69 WidevineCdm\_platform_specific\win_x86\widevinecdm.dll: %(VersionDir)s\WidevineC dm\_platform_specific\win_x86\
71 WidevineCdm\_platform_specific\win_x86\widevinecdmadapter.dll: %(VersionDir)s\Wi devineCdm\_platform_specific\win_x86\ 70 WidevineCdm\_platform_specific\win_x86\widevinecdmadapter.dll: %(VersionDir)s\Wi devineCdm\_platform_specific\win_x86\
72 WidevineCdm\_platform_specific\win_x64\widevinecdm.dll: %(VersionDir)s\WidevineC dm\_platform_specific\win_x64\ 71 WidevineCdm\_platform_specific\win_x64\widevinecdm.dll: %(VersionDir)s\WidevineC dm\_platform_specific\win_x64\
73 WidevineCdm\_platform_specific\win_x64\widevinecdmadapter.dll: %(VersionDir)s\Wi devineCdm\_platform_specific\win_x64\ 72 WidevineCdm\_platform_specific\win_x64\widevinecdmadapter.dll: %(VersionDir)s\Wi devineCdm\_platform_specific\win_x64\
OLDNEW
« no previous file with comments | « chrome/chrome.isolate ('k') | chrome/installer/setup/install_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698