diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-18 03:58:36 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-18 03:58:36 +0000 |
commit | a023dca90dc6df662487330d8ae7fcdaa1265ae1 (patch) | |
tree | 78bdf35f46b62f2873c9888cb1a11b5622dab6d7 /third_party/molokocacao | |
parent | a48af48689ea25337faca27197ba8f7c7c83128c (diff) | |
download | chromium_src-a023dca90dc6df662487330d8ae7fcdaa1265ae1.zip chromium_src-a023dca90dc6df662487330d8ae7fcdaa1265ae1.tar.gz chromium_src-a023dca90dc6df662487330d8ae7fcdaa1265ae1.tar.bz2 |
Get rid of ui_cocoa_third_party_toolkits target from ui.gyp
Instead we add a gyp file in third_party/google_toolbox_for_mac to build
the sources from third_party/GTM. This is the third and last patch in
this series.
BUG=299841
TEST=None
R=mark@chromium.org,ben@chromium.org
TBR=ben
Review URL: https://codereview.chromium.org/107933006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241471 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/molokocacao')
-rw-r--r-- | third_party/molokocacao/NSBezierPath+MCAdditions.m | 4 | ||||
-rw-r--r-- | third_party/molokocacao/molokocacao.gyp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/third_party/molokocacao/NSBezierPath+MCAdditions.m b/third_party/molokocacao/NSBezierPath+MCAdditions.m index 3761f34..3b006ed 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: { diff --git a/third_party/molokocacao/molokocacao.gyp b/third_party/molokocacao/molokocacao.gyp index 93d0a4b..536d80d 100644 --- a/third_party/molokocacao/molokocacao.gyp +++ b/third_party/molokocacao/molokocacao.gyp @@ -8,7 +8,7 @@ 'target_name': 'molokocacao', 'type': 'static_library', 'dependencies': [ - '../../ui/ui.gyp:ui_cocoa_third_party_toolkits', + '../google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_toolbox_for_mac', ], 'link_settings': { 'libraries': [ |