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

Side by Side Diff: platform_tools/android/tests/expectations/Android.mk

Issue 198063002: Updates to Android.mk generation. (Closed) Base URL: https://skia.googlesource.com/skia.git@android_mk
Patch Set: Add a comment explaining the motivation of OrderedSet. Created 6 years, 8 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
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 LOCAL_CFLAGS += -DANDROID_LARGE_MEMORY_DEVICE 42 LOCAL_CFLAGS += -DANDROID_LARGE_MEMORY_DEVICE
43 endif 43 endif
44 44
45 # used for testing 45 # used for testing
46 #LOCAL_CFLAGS += -g -O0 46 #LOCAL_CFLAGS += -g -O0
47 47
48 ifeq ($(NO_FALLBACK_FONT),true) 48 ifeq ($(NO_FALLBACK_FONT),true)
49 LOCAL_CFLAGS += -DNO_FALLBACK_FONT 49 LOCAL_CFLAGS += -DNO_FALLBACK_FONT
50 endif 50 endif
51 51
52 ifeq ($(TARGET_ARCH),arm64)
53 $(warning TODOArm64: Unlike arm32, arm64 has no inline assembly for performa nce critical code.)
54 endif
55
52 LOCAL_CFLAGS += \ 56 LOCAL_CFLAGS += \
53 local_cflags 57 local_cflags
54 58
55 LOCAL_CPPFLAGS := \ 59 LOCAL_CPPFLAGS := \
56 local_cppflags 60 local_cppflags
57 61
58 LOCAL_SRC_FILES := \ 62 LOCAL_SRC_FILES := \
59 local_src_files 63 local_src_files
60 64
61 LOCAL_SHARED_LIBRARIES := \ 65 LOCAL_SHARED_LIBRARIES := \
62 local_shared_libraries 66 local_shared_libraries
63 67
64 LOCAL_STATIC_LIBRARIES := \ 68 LOCAL_STATIC_LIBRARIES := \
65 local_static_libraries 69 local_static_libraries
66 70
67 LOCAL_C_INCLUDES := \ 71 LOCAL_C_INCLUDES := \
68 local_c_includes 72 local_c_includes
69 73
70 LOCAL_EXPORT_C_INCLUDE_DIRS := \ 74 LOCAL_EXPORT_C_INCLUDE_DIRS := \
71 local_export_c_include_dirs 75 local_export_c_include_dirs
72 76
77 LOCAL_CFLAGS += \
78 -Ddefines
79
73 ifeq ($(COND), true) 80 ifeq ($(COND), true)
74 LOCAL_CFLAGS_foo += \ 81 LOCAL_CFLAGS_foo += \
75 local_cflags_foo 82 local_cflags_foo
76 83
77 LOCAL_CPPFLAGS_foo += \ 84 LOCAL_CPPFLAGS_foo += \
78 local_cppflags_foo 85 local_cppflags_foo
79 86
80 LOCAL_SRC_FILES_foo += \ 87 LOCAL_SRC_FILES_foo += \
81 local_src_files_foo 88 local_src_files_foo
82 89
83 LOCAL_SHARED_LIBRARIES_foo += \ 90 LOCAL_SHARED_LIBRARIES_foo += \
84 local_shared_libraries_foo 91 local_shared_libraries_foo
85 92
86 LOCAL_STATIC_LIBRARIES_foo += \ 93 LOCAL_STATIC_LIBRARIES_foo += \
87 local_static_libraries_foo 94 local_static_libraries_foo
88 95
89 LOCAL_C_INCLUDES_foo += \ 96 LOCAL_C_INCLUDES_foo += \
90 local_c_includes_foo 97 local_c_includes_foo
91 98
92 LOCAL_EXPORT_C_INCLUDE_DIRS_foo += \ 99 LOCAL_EXPORT_C_INCLUDE_DIRS_foo += \
93 local_export_c_include_dirs_foo 100 local_export_c_include_dirs_foo
94 101
102 LOCAL_CFLAGS_foo += \
103 -Ddefines_foo
104
95 endif 105 endif
96 106
97 LOCAL_CFLAGS_bar += \ 107 LOCAL_CFLAGS_bar += \
98 local_cflags_bar 108 local_cflags_bar
99 109
100 LOCAL_CPPFLAGS_bar += \ 110 LOCAL_CPPFLAGS_bar += \
101 local_cppflags_bar 111 local_cppflags_bar
102 112
103 LOCAL_SRC_FILES_bar += \ 113 LOCAL_SRC_FILES_bar += \
104 local_src_files_bar 114 local_src_files_bar
105 115
106 LOCAL_SHARED_LIBRARIES_bar += \ 116 LOCAL_SHARED_LIBRARIES_bar += \
107 local_shared_libraries_bar 117 local_shared_libraries_bar
108 118
109 LOCAL_STATIC_LIBRARIES_bar += \ 119 LOCAL_STATIC_LIBRARIES_bar += \
110 local_static_libraries_bar 120 local_static_libraries_bar
111 121
112 LOCAL_C_INCLUDES_bar += \ 122 LOCAL_C_INCLUDES_bar += \
113 local_c_includes_bar 123 local_c_includes_bar
114 124
115 LOCAL_EXPORT_C_INCLUDE_DIRS_bar += \ 125 LOCAL_EXPORT_C_INCLUDE_DIRS_bar += \
116 local_export_c_include_dirs_bar 126 local_export_c_include_dirs_bar
117 127
128 LOCAL_CFLAGS_bar += \
129 -Ddefines_bar
130
118 include external/stlport/libstlport.mk 131 include external/stlport/libstlport.mk
119 LOCAL_MODULE:= libskia 132 LOCAL_MODULE:= libskia
120 include $(BUILD_SHARED_LIBRARY) 133 include $(BUILD_SHARED_LIBRARY)
121 134
122 ############################################################# 135 #############################################################
123 # Build the skia tools 136 # Build the skia tools
124 # 137 #
125 138
126 # benchmark (timings) 139 # benchmark (timings)
127 #include $(BASE_PATH)/bench/Android.mk 140 #include $(BASE_PATH)/bench/Android.mk
128 141
129 # golden-master (fidelity / regression test) 142 # golden-master (fidelity / regression test)
130 #include $(BASE_PATH)/gm/Android.mk 143 #include $(BASE_PATH)/gm/Android.mk
131 144
132 # unit-tests 145 # unit-tests
133 #include $(BASE_PATH)/tests/Android.mk 146 #include $(BASE_PATH)/tests/Android.mk
134 147
135 # pathOps unit-tests 148 # pathOps unit-tests
136 # TODO include those sources! 149 # TODO include those sources!
OLDNEW
« no previous file with comments | « platform_tools/android/gyp_gen/vars_dict_lib.py ('k') | platform_tools/android/tests/expectations/SkUserConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698