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

Side by Side Diff: skia/corecg/Android.mk

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/animator/thingstodo.txt ('k') | skia/corecg/Makefile » ('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 SkFloatBits.cpp \
14 SkInterpolator.cpp \
15 SkMath.cpp \
16 SkMatrix.cpp \
17 SkMemory_stdlib.cpp \
18 SkPageFlipper.cpp \
19 SkPoint.cpp \
20 SkRect.cpp \
21 SkRegion.cpp
22
23 LOCAL_SHARED_LIBRARIES := \
24 libcutils \
25 libutils
26
27 LOCAL_C_INCLUDES += \
28 include/corecg
29
30 #LOCAL_CFLAGS+=
31 #LOCAL_LDFLAGS:=
32
33 LOCAL_MODULE:= libcorecg
34
35 LOCAL_CFLAGS += -fstrict-aliasing
36
37 ifeq ($(TARGET_ARCH),arm)
38 LOCAL_CFLAGS += -fomit-frame-pointer
39 endif
40
41 include $(BUILD_SHARED_LIBRARY)
OLDNEW
« no previous file with comments | « skia/animator/thingstodo.txt ('k') | skia/corecg/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698