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

Side by Side Diff: skia/corecg/Makefile

Issue 113827: Remove the remainder of the skia source code from the Chromium repo.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | « skia/corecg/Android.mk ('k') | skia/corecg/NOTICE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 LOCAL_PATH:= $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_ARM_MODE := arm
5
6 LOCAL_SRC_FILES:= \
7 Sk64.cpp \
8 SkBuffer.cpp \
9 SkChunkAlloc.cpp \
10 SkCordic.cpp \
11 SkDebug.cpp \
12 SkDebug_stdio.cpp \
13 SkFloat.cpp \
14 SkInterpolator.cpp \
15 SkMath.cpp \
16 SkMatrix.cpp \
17 SkMemory_stdlib.cpp \
18 SkPoint.cpp \
19 SkRect.cpp \
20 SkRegion.cpp
21
22 LOCAL_SHARED_LIBRARIES := \
23 libcutils \
24 libutils
25
26 LOCAL_C_INCLUDES += \
27 include/corecg
28
29 #LOCAL_CFLAGS+=
30 #LOCAL_LDFLAGS:=
31
32 LOCAL_MODULE:= libcorecg
33
34 LOCAL_CFLAGS += -fstrict-aliasing
35
36 ifeq ($(TARGET_ARCH),arm)
37 LOCAL_CFLAGS += -fomit-frame-pointer
38 endif
39
40 include $(BUILD_SHARED_LIBRARY)
OLDNEW
« no previous file with comments | « skia/corecg/Android.mk ('k') | skia/corecg/NOTICE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698