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

Side by Side Diff: third_party/drmemory/README.chromium

Issue 6624034: Formatting the readmes in deps to follow the proper format and making sure th... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: '' Created 9 years, 9 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 | third_party/ffmpeg/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Dr. Memory 1 Name: Dr. Memory
2 Short Name: drmemory
2 URL: http://code.google.com/p/drmemory 3 URL: http://code.google.com/p/drmemory
4 Version: unknown
3 5
6 Description:
4 This directory contains a self-extracting 7z file with Dr. Memory 7 This directory contains a self-extracting 7z file with Dr. Memory
5 (which is a Memcheck analog with Windows support) to be used 8 (which is a Memcheck analog with Windows support) to be used
6 by Chromium Dr. Memory/Windows buildbots and Chromium developers. 9 by Chromium Dr. Memory/Windows buildbots and Chromium developers.
7 10
8 More info on using Dr. Memory for testing Chromium can be found here: 11 More info on using Dr. Memory for testing Chromium can be found here:
9 http://dev.chromium.org/developers/how-tos/using-valgrind/dr-memory 12 http://dev.chromium.org/developers/how-tos/using-valgrind/dr-memory
10 13
11 === 14 ===
12 Dr. Memory is hosted at http://code.google.com/p/drmemory under LGPL 15 Dr. Memory is hosted at http://code.google.com/p/drmemory under LGPL
13 http://code.google.com/p/drmemory/source/browse/trunk/license.txt 16 http://code.google.com/p/drmemory/source/browse/trunk/license.txt
(...skipping 10 matching lines...) Expand all
24 svn checkout http://drmemory.googlecode.com/svn/trunk/ drmemory 27 svn checkout http://drmemory.googlecode.com/svn/trunk/ drmemory
25 mkdir drmemory\build 28 mkdir drmemory\build
26 cd drmemory\build 29 cd drmemory\build
27 ctest -V -S ../package.cmake,drmemory_only;build=1 30 ctest -V -S ../package.cmake,drmemory_only;build=1
28 cd build_drmemory-debug-32\_CPack_Packages\Windows\ZIP\DrMemory-Windows-*-1 31 cd build_drmemory-debug-32\_CPack_Packages\Windows\ZIP\DrMemory-Windows-*-1
29 7z a -sfx drmemory-windows-sfx.exe * 32 7z a -sfx drmemory-windows-sfx.exe *
30 copy drmemory-windows-sfx.exe <chromium src>/third_party/drmemory 33 copy drmemory-windows-sfx.exe <chromium src>/third_party/drmemory
31 34
32 If you want to check in these new binaries into Chromium, just copy the .exe 35 If you want to check in these new binaries into Chromium, just copy the .exe
33 into this directory (where you're reading README from) and commit. 36 into this directory (where you're reading README from) and commit.
OLDNEW
« no previous file with comments | « no previous file | third_party/ffmpeg/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698