Chromium Code Reviews| Index: chrome/browser/cocoa/third_party/README.chromium |
| =================================================================== |
| --- chrome/browser/cocoa/third_party/README.chromium (revision 0) |
| +++ chrome/browser/cocoa/third_party/README.chromium (revision 0) |
| @@ -0,0 +1,14 @@ |
| +Name: NSBezierPath additions from Sean Patrick O'Brien |
| +URL: http://www.seanpatrickobrien.com/journal/posts/3 |
| +Source URL: http://www.seanpatrickobrien.com/downloads/track/?path=%2Ftutorials%2F1%2FExampleButton.zip |
| +Version: 1.0 |
| +License: BSD |
| +License File: LICENSE |
|
Evan Martin
2010/07/01 16:44:01
This isn't needed, for what it's worth (LICENSE is
|
| + |
| +Description: |
| +Additions to NSBezierPath to make certain operations more convenient (inner |
| +shadows on paths, for example). |
| + |
| +Local Modifications: |
| + - Added LICENSE file based on email correspondence with Sean. |
| + - Added header guards. |