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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/corecg/Android.mk ('k') | skia/corecg/NOTICE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/corecg/Makefile
===================================================================
--- skia/corecg/Makefile (revision 16859)
+++ skia/corecg/Makefile (working copy)
@@ -1,40 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_ARM_MODE := arm
-
-LOCAL_SRC_FILES:= \
- Sk64.cpp \
- SkBuffer.cpp \
- SkChunkAlloc.cpp \
- SkCordic.cpp \
- SkDebug.cpp \
- SkDebug_stdio.cpp \
- SkFloat.cpp \
- SkInterpolator.cpp \
- SkMath.cpp \
- SkMatrix.cpp \
- SkMemory_stdlib.cpp \
- SkPoint.cpp \
- SkRect.cpp \
- SkRegion.cpp
-
-LOCAL_SHARED_LIBRARIES := \
- libcutils \
- libutils
-
-LOCAL_C_INCLUDES += \
- include/corecg
-
-#LOCAL_CFLAGS+=
-#LOCAL_LDFLAGS:=
-
-LOCAL_MODULE:= libcorecg
-
-LOCAL_CFLAGS += -fstrict-aliasing
-
-ifeq ($(TARGET_ARCH),arm)
- LOCAL_CFLAGS += -fomit-frame-pointer
-endif
-
-include $(BUILD_SHARED_LIBRARY)
« 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