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

Side by Side Diff: skia/README.chromium

Issue 182433002: Remove obsolete files and comment from skia/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | skia/fix_for_1186198.diff » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This is a copy of the Skia source tree. In the original repository, the include 1 This is a copy of the Skia source tree. In the original repository, the include
2 directories and the "corecg" directories are separated out. On top of 2 directories and the "corecg" directories are separated out. On top of
3 libs/graphics -> skia 3 libs/graphics -> skia
4 we have the following mappings from source repository to our tree: 4 we have the following mappings from source repository to our tree:
5 include/corecg -> skia/include/corecg 5 include/corecg -> skia/include/corecg
6 include/graphics -> skia/include 6 include/graphics -> skia/include
7 libs/corecg -> skia/corecg 7 libs/corecg -> skia/corecg
8 8
9 platform/* are our own files that provide extra functionality we need our 9 platform/* are our own files that provide extra functionality we need our
10 Skia to implement. 10 Skia to implement.
11 11
12 DO NOT CHANGE THE SKIA FILES IN OUR TREE. These will be overwritten when we 12 DO NOT CHANGE THE SKIA FILES IN OUR TREE. These will be overwritten when we
13 sync to newer versions of Skia. The exception is platform/ 13 sync to newer versions of Skia. The exception is platform/
14 14
15 THE EXCEPTION IS include/corecg/SkUserConfig.h which are the application's 15 THE EXCEPTION IS include/corecg/SkUserConfig.h which are the application's
16 definition of its options and environment. This file must be manually merged 16 definition of its options and environment. This file must be manually merged
17 with any changes in the Skia tree so that our options are preserved and we 17 with any changes in the Skia tree so that our options are preserved and we
18 also pick up any important changes they make. 18 also pick up any important changes they make.
19 19
20 -- brettw@google.com, 28 December 2006 20 -- brettw@google.com, 28 December 2006
21
22 Patches we are tracking locally (until Skia is fixed upstream):
23 fix_for_1186198.diff -- eseidel, 6/4/08, BUG=1186198
24 linux_patch.diff
OLDNEW
« no previous file with comments | « no previous file | skia/fix_for_1186198.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698