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

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

Issue 12095105: Add a script to produce a syzygy-instrumented image of Chrome.dll (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address nits. Created 7 years, 10 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_syzygy.gyp ('k') | chrome/tools/build/win/syzygy_instrument.py » ('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 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 asan_rtl.dll: %(VersionDir)s\
9 chrome.dll: %(VersionDir)s\ 10 chrome.dll: %(VersionDir)s\
10 nacl64.exe: %(VersionDir)s\ 11 nacl64.exe: %(VersionDir)s\
11 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\ 12 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\
12 nacl_irt_x86_32.nexe: %(VersionDir)s\ 13 nacl_irt_x86_32.nexe: %(VersionDir)s\
13 nacl_irt_x86_64.nexe: %(VersionDir)s\ 14 nacl_irt_x86_64.nexe: %(VersionDir)s\
14 icudt.dll: %(VersionDir)s\ 15 icudt.dll: %(VersionDir)s\
15 resources.pak: %(VersionDir)s\ 16 resources.pak: %(VersionDir)s\
16 chrome_100_percent.pak: %(VersionDir)s\ 17 chrome_100_percent.pak: %(VersionDir)s\
17 locales\*.pak: %(VersionDir)s\Locales 18 locales\*.pak: %(VersionDir)s\Locales
18 locales\*.dll: %(VersionDir)s\Locales 19 locales\*.dll: %(VersionDir)s\Locales
(...skipping 24 matching lines...) Expand all
43 metro_driver.dll: %(VersionDir)s\ 44 metro_driver.dll: %(VersionDir)s\
44 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ 45 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\
45 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ 46 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\
46 # All or none of the following 3 files need to be present as the creation of 47 # All or none of the following 3 files need to be present as the creation of
47 # VisualElementsManifest.xml is based on the existence of 48 # VisualElementsManifest.xml is based on the existence of
48 # %(VersionDir)\VisualElements. On a similar note, no other files should be 49 # %(VersionDir)\VisualElements. On a similar note, no other files should be
49 # packaged in this directory. 50 # packaged in this directory.
50 Logo.png: %(VersionDir)s\VisualElements\ 51 Logo.png: %(VersionDir)s\VisualElements\
51 SmallLogo.png: %(VersionDir)s\VisualElements\ 52 SmallLogo.png: %(VersionDir)s\VisualElements\
52 splash-620x300.png: %(VersionDir)s\VisualElements\ 53 splash-620x300.png: %(VersionDir)s\VisualElements\
OLDNEW
« no previous file with comments | « chrome/chrome_syzygy.gyp ('k') | chrome/tools/build/win/syzygy_instrument.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698