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

Unified Diff: third_party/molokocacao/NSBezierPath+MCAdditions.m

Issue 107933006: Get rid of ui_cocoa_third_party_toolkits target from ui.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mark review Created 7 years 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 side-by-side diff with in-line comments
Download patch
Index: third_party/molokocacao/NSBezierPath+MCAdditions.m
diff --git a/third_party/molokocacao/NSBezierPath+MCAdditions.m b/third_party/molokocacao/NSBezierPath+MCAdditions.m
index 3761f3490369893a916f59bc361428d6213cb9f9..3b006ed01126fab940d77ffbf07a81aa59559b0c 100644
--- a/third_party/molokocacao/NSBezierPath+MCAdditions.m
+++ b/third_party/molokocacao/NSBezierPath+MCAdditions.m
@@ -7,7 +7,7 @@
#import "NSBezierPath+MCAdditions.h"
-#import "third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h"
+#import "third_party/google_toolbox_for_mac/src/AppKit/GTMNSBezierPath+CGPath.h"
// remove/comment out this line of you don't want to use undocumented functions
#define MCBEZIER_USE_PRIVATE_FUNCTION
@@ -20,7 +20,7 @@ static void CGPathCallback(void *info, const CGPathElement *element)
{
NSBezierPath *path = info;
CGPoint *points = element->points;
-
+
switch (element->type) {
case kCGPathElementMoveToPoint:
{
« no previous file with comments | « third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp ('k') | third_party/molokocacao/molokocacao.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698