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

Side by Side Diff: Android.mk

Issue 164793002: Small fixes for auto generating Android.mk (Closed) Base URL: https://skia.googlesource.com/skia.git@skia_android_framework
Patch Set: Re upload Created 6 years, 10 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
« no previous file with comments | « no previous file | gyp/common_conditions.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 ############################################################################### 2 ###############################################################################
3 # 3 #
4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT. 4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
5 # 5 #
6 ############################################################################### 6 ###############################################################################
7 7
8 BASE_PATH := $(call my-dir) 8 BASE_PATH := $(call my-dir)
9 LOCAL_PATH:= $(call my-dir) 9 LOCAL_PATH:= $(call my-dir)
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 51
52 LOCAL_CFLAGS += \ 52 LOCAL_CFLAGS += \
53 -g \ 53 -g \
54 -fno-exceptions \ 54 -fno-exceptions \
55 -fstrict-aliasing \ 55 -fstrict-aliasing \
56 -Wall \ 56 -Wall \
57 -Wextra \ 57 -Wextra \
58 -Winit-self \ 58 -Winit-self \
59 -Wpointer-arith \ 59 -Wpointer-arith \
60 -Wno-unused-parameter \ 60 -Wno-unused-parameter \
61 -Wno-c++11-extensions \
scroggo 2014/02/13 21:26:14 This isn't checked in, but I tracked a branch that
62 -U_FORTIFY_SOURCE \ 61 -U_FORTIFY_SOURCE \
63 -D_FORTIFY_SOURCE=1 \ 62 -D_FORTIFY_SOURCE=1 \
64 -fuse-ld=gold \ 63 -fuse-ld=gold \
65 -DSK_GAMMA_SRGB \ 64 -DSK_GAMMA_SRGB \
66 -DSK_GAMMA_APPLY_TO_A8 \ 65 -DSK_GAMMA_APPLY_TO_A8 \
67 -DSK_SCALAR_TO_FLOAT_EXCLUDED \ 66 -DSK_SCALAR_TO_FLOAT_EXCLUDED \
68 -DSK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0 \ 67 -DSK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0 \
69 -DSK_SUPPORT_GPU=1 \ 68 -DSK_SUPPORT_GPU=1 \
70 -DSK_SUPPORT_OPENCL=0 \ 69 -DSK_SUPPORT_OPENCL=0 \
71 -DSK_DISTANCEFIELD_FONTS=0 \ 70 -DSK_DISTANCEFIELD_FONTS=0 \
72 -DSK_SCALAR_IS_FLOAT \ 71 -DSK_SCALAR_IS_FLOAT \
73 -DSK_CAN_USE_FLOAT \ 72 -DSK_CAN_USE_FLOAT \
74 -DDCT_IFAST_SUPPORTED \ 73 -DDCT_IFAST_SUPPORTED \
75 -DSK_USE_FREETYPE_EMBOLDEN \ 74 -DSK_USE_FREETYPE_EMBOLDEN \
76 -DSK_FONTHOST_FREETYPE_RUNTIME_VERSION=0x020400 \ 75 -DSK_FONTHOST_FREETYPE_RUNTIME_VERSION=0x020400 \
77 -DSK_CAN_USE_DLOPEN=0 \ 76 -DSK_CAN_USE_DLOPEN=0 \
78 -DSK_BUILD_FOR_ANDROID \ 77 -DSK_BUILD_FOR_ANDROID \
79 -DSK_FONTHOST_DOES_NOT_USE_FONTMGR \ 78 -DSK_FONTHOST_DOES_NOT_USE_FONTMGR \
80 -DSK_USE_POSIX_THREADS \ 79 -DSK_USE_POSIX_THREADS \
81 -DGR_CHROME_UTILS=1 \
82 -DSK_SUPPORT_PDF 80 -DSK_SUPPORT_PDF
83 81
84 LOCAL_CPPFLAGS := \ 82 LOCAL_CPPFLAGS := \
85 -fno-rtti \ 83 -fno-rtti \
86 -Wnon-virtual-dtor 84 -Wnon-virtual-dtor
87 85
88 LOCAL_SRC_FILES := \ 86 LOCAL_SRC_FILES := \
89 src/core/SkAAClip.cpp \ 87 src/core/SkAAClip.cpp \
90 src/core/SkAnnotation.cpp \ 88 src/core/SkAnnotation.cpp \
91 src/core/SkAdvancedTypefaceMetrics.cpp \ 89 src/core/SkAdvancedTypefaceMetrics.cpp \
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 src/gpu/gl/debug/GrBufferObj.cpp \ 505 src/gpu/gl/debug/GrBufferObj.cpp \
508 src/gpu/gl/debug/GrTextureObj.cpp \ 506 src/gpu/gl/debug/GrTextureObj.cpp \
509 src/gpu/gl/debug/GrTextureUnitObj.cpp \ 507 src/gpu/gl/debug/GrTextureUnitObj.cpp \
510 src/gpu/gl/debug/GrFrameBufferObj.cpp \ 508 src/gpu/gl/debug/GrFrameBufferObj.cpp \
511 src/gpu/gl/debug/GrShaderObj.cpp \ 509 src/gpu/gl/debug/GrShaderObj.cpp \
512 src/gpu/gl/debug/GrProgramObj.cpp \ 510 src/gpu/gl/debug/GrProgramObj.cpp \
513 src/gpu/gl/debug/GrDebugGL.cpp \ 511 src/gpu/gl/debug/GrDebugGL.cpp \
514 src/gpu/gl/debug/SkDebugGLContext.cpp \ 512 src/gpu/gl/debug/SkDebugGLContext.cpp \
515 src/gpu/gl/GrGLCreateNullInterface.cpp \ 513 src/gpu/gl/GrGLCreateNullInterface.cpp \
516 src/gpu/gl/SkNullGLContext.cpp \ 514 src/gpu/gl/SkNullGLContext.cpp \
517 ../experimental/ChromeUtils/SkBorder.cpp \
518 src/core/SkFlate.cpp 515 src/core/SkFlate.cpp
519 516
520 LOCAL_SHARED_LIBRARIES := \ 517 LOCAL_SHARED_LIBRARIES := \
521 liblog \ 518 liblog \
522 libGLESv2 \ 519 libGLESv2 \
523 libEGL \ 520 libEGL \
524 libz \ 521 libz \
525 libcutils \ 522 libcutils \
526 libjpeg \ 523 libjpeg \
527 libpng \ 524 libpng \
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 src/opts/SkBlurImage_opts_none.cpp \ 621 src/opts/SkBlurImage_opts_none.cpp \
625 src/opts/SkMorphology_opts_none.cpp \ 622 src/opts/SkMorphology_opts_none.cpp \
626 src/opts/SkUtils_opts_none.cpp \ 623 src/opts/SkUtils_opts_none.cpp \
627 src/opts/SkXfermode_opts_none.cpp 624 src/opts/SkXfermode_opts_none.cpp
628 625
629 endif 626 endif
630 627
631 include external/stlport/libstlport.mk 628 include external/stlport/libstlport.mk
632 LOCAL_MODULE:= libskia 629 LOCAL_MODULE:= libskia
633 include $(BUILD_SHARED_LIBRARY) 630 include $(BUILD_SHARED_LIBRARY)
OLDNEW
« no previous file with comments | « no previous file | gyp/common_conditions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698