From 5c04762da8da77334429efa9ff47d2c92bb7ef59 Mon Sep 17 00:00:00 2001 From: "mal@chromium.org" Date: Fri, 30 Jan 2009 21:24:17 +0000 Subject: Rename README.google to README.chromium. No code change. B=4380 Review URL: http://codereview.chromium.org/19501 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8988 0039d316-1c4b-4281-b951-d872f2087c98 --- skia/README.chromium | 24 ++++++++++++++++++++++++ skia/README.google | 24 ------------------------ 2 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 skia/README.chromium delete mode 100644 skia/README.google (limited to 'skia') diff --git a/skia/README.chromium b/skia/README.chromium new file mode 100644 index 0000000..76a9284 --- /dev/null +++ b/skia/README.chromium @@ -0,0 +1,24 @@ +This is a copy of the Skia source tree. In the original repository, the include +directories and the "corecg" directories are separated out. On top of + libs/graphics -> skia +we have the following mappings from source repository to our tree: + include/corecg -> skia/include/corecg + include/graphics -> skia/include + libs/corecg -> skia/corecg + +platform/* are our own files that provide extra functionality we need our +Skia to implement. + +DO NOT CHANGE THE SKIA FILES IN OUR TREE. These will be overwritten when we +sync to newer versions of Skia. The exception is platform/ + +THE EXCEPTION IS include/corecg/SkUserConfig.h which are the application's +definition of its options and environment. This file must be manually merged +with any changes in the Skia tree so that our options are preserved and we +also pick up any important changes they make. + + -- brettw@google.com, 28 December 2006 + +Patches we are tracking locally (until Skia is fixed upstream): +fix_for_1186198.diff -- eseidel, 6/4/08, BUG=1186198 +linux_patch.diff diff --git a/skia/README.google b/skia/README.google deleted file mode 100644 index 76a9284..0000000 --- a/skia/README.google +++ /dev/null @@ -1,24 +0,0 @@ -This is a copy of the Skia source tree. In the original repository, the include -directories and the "corecg" directories are separated out. On top of - libs/graphics -> skia -we have the following mappings from source repository to our tree: - include/corecg -> skia/include/corecg - include/graphics -> skia/include - libs/corecg -> skia/corecg - -platform/* are our own files that provide extra functionality we need our -Skia to implement. - -DO NOT CHANGE THE SKIA FILES IN OUR TREE. These will be overwritten when we -sync to newer versions of Skia. The exception is platform/ - -THE EXCEPTION IS include/corecg/SkUserConfig.h which are the application's -definition of its options and environment. This file must be manually merged -with any changes in the Skia tree so that our options are preserved and we -also pick up any important changes they make. - - -- brettw@google.com, 28 December 2006 - -Patches we are tracking locally (until Skia is fixed upstream): -fix_for_1186198.diff -- eseidel, 6/4/08, BUG=1186198 -linux_patch.diff -- cgit v1.1