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

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

Issue 235883015: Generate tests/Android.mk from gyp (Closed) Base URL: https://skia.googlesource.com/skia.git@generate
Patch Set: Remove Android.mk/SkUserConfig.h Created 6 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
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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 66
67 LOCAL_C_INCLUDES := \ 67 LOCAL_C_INCLUDES := \
68 local_c_includes 68 local_c_includes
69 69
70 LOCAL_EXPORT_C_INCLUDE_DIRS := \ 70 LOCAL_EXPORT_C_INCLUDE_DIRS := \
71 local_export_c_include_dirs 71 local_export_c_include_dirs
72 72
73 LOCAL_CFLAGS += \ 73 LOCAL_CFLAGS += \
74 -Ddefines 74 -Ddefines
75 75
76 LOCAL_MODULE_TAGS := \
77 local_module_tags
78
79 LOCAL_MODULE := \
80 local_module
81
76 ifeq ($(COND), true) 82 ifeq ($(COND), true)
77 LOCAL_CFLAGS_foo += \ 83 LOCAL_CFLAGS_foo += \
78 local_cflags_foo 84 local_cflags_foo
79 85
80 LOCAL_CPPFLAGS_foo += \ 86 LOCAL_CPPFLAGS_foo += \
81 local_cppflags_foo 87 local_cppflags_foo
82 88
83 LOCAL_SRC_FILES_foo += \ 89 LOCAL_SRC_FILES_foo += \
84 local_src_files_foo 90 local_src_files_foo
85 91
86 LOCAL_SHARED_LIBRARIES_foo += \ 92 LOCAL_SHARED_LIBRARIES_foo += \
87 local_shared_libraries_foo 93 local_shared_libraries_foo
88 94
89 LOCAL_STATIC_LIBRARIES_foo += \ 95 LOCAL_STATIC_LIBRARIES_foo += \
90 local_static_libraries_foo 96 local_static_libraries_foo
91 97
92 LOCAL_C_INCLUDES_foo += \ 98 LOCAL_C_INCLUDES_foo += \
93 local_c_includes_foo 99 local_c_includes_foo
94 100
95 LOCAL_EXPORT_C_INCLUDE_DIRS_foo += \ 101 LOCAL_EXPORT_C_INCLUDE_DIRS_foo += \
96 local_export_c_include_dirs_foo 102 local_export_c_include_dirs_foo
97 103
98 LOCAL_CFLAGS_foo += \ 104 LOCAL_CFLAGS_foo += \
99 -Ddefines_foo 105 -Ddefines_foo
100 106
107 LOCAL_MODULE_TAGS_foo += \
108 local_module_tags_foo
109
110 LOCAL_MODULE_foo += \
111 local_module_foo
112
101 endif 113 endif
102 114
103 LOCAL_CFLAGS_bar += \ 115 LOCAL_CFLAGS_bar += \
104 local_cflags_bar 116 local_cflags_bar
105 117
106 LOCAL_CPPFLAGS_bar += \ 118 LOCAL_CPPFLAGS_bar += \
107 local_cppflags_bar 119 local_cppflags_bar
108 120
109 LOCAL_SRC_FILES_bar += \ 121 LOCAL_SRC_FILES_bar += \
110 local_src_files_bar 122 local_src_files_bar
111 123
112 LOCAL_SHARED_LIBRARIES_bar += \ 124 LOCAL_SHARED_LIBRARIES_bar += \
113 local_shared_libraries_bar 125 local_shared_libraries_bar
114 126
115 LOCAL_STATIC_LIBRARIES_bar += \ 127 LOCAL_STATIC_LIBRARIES_bar += \
116 local_static_libraries_bar 128 local_static_libraries_bar
117 129
118 LOCAL_C_INCLUDES_bar += \ 130 LOCAL_C_INCLUDES_bar += \
119 local_c_includes_bar 131 local_c_includes_bar
120 132
121 LOCAL_EXPORT_C_INCLUDE_DIRS_bar += \ 133 LOCAL_EXPORT_C_INCLUDE_DIRS_bar += \
122 local_export_c_include_dirs_bar 134 local_export_c_include_dirs_bar
123 135
124 LOCAL_CFLAGS_bar += \ 136 LOCAL_CFLAGS_bar += \
125 -Ddefines_bar 137 -Ddefines_bar
126 138
139 LOCAL_MODULE_TAGS_bar += \
140 local_module_tags_bar
141
142 LOCAL_MODULE_bar += \
143 local_module_bar
144
127 include external/stlport/libstlport.mk 145 include external/stlport/libstlport.mk
128 LOCAL_MODULE:= libskia
129 include $(BUILD_SHARED_LIBRARY) 146 include $(BUILD_SHARED_LIBRARY)
130 147
131 ############################################################# 148 #############################################################
132 # Build the skia tools 149 # Build the skia tools
133 # 150 #
134 151
135 # benchmark (timings) 152 # benchmark (timings)
136 #include $(BASE_PATH)/bench/Android.mk 153 #include $(BASE_PATH)/bench/Android.mk
137 154
138 # golden-master (fidelity / regression test) 155 # golden-master (fidelity / regression test)
139 #include $(BASE_PATH)/gm/Android.mk 156 #include $(BASE_PATH)/gm/Android.mk
140 157
141 # unit-tests 158 # unit-tests
142 #include $(BASE_PATH)/tests/Android.mk 159 include $(BASE_PATH)/tests/Android.mk
143
144 # pathOps unit-tests
145 # TODO include those sources!
OLDNEW
« no previous file with comments | « platform_tools/android/tests/android_framework_gyp_tests.py ('k') | platform_tools/android/tests/expectations/tool/Android.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698