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

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

Issue 391423002: Generate makefile for bench_pictures. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix pylint errors Created 6 years, 5 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 | « platform_tools/android/gyp_gen/makefile_writer.py ('k') | no next file » | 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 144
145 include external/stlport/libstlport.mk 145 include external/stlport/libstlport.mk
146 include $(BUILD_SHARED_LIBRARY) 146 include $(BUILD_SHARED_LIBRARY)
147 147
148 ############################################################# 148 #############################################################
149 # Build the skia tools 149 # Build the skia tools
150 # 150 #
151 151
152 # benchmark (timings) 152 # benchmark (timings)
153 include $(BASE_PATH)/bench/Android.mk 153 include $(BASE_PATH)/bench/Android.mk
154 include $(BASE_PATH)/tools/Android.mk
154 155
155 # golden-master (fidelity / regression test) 156 # golden-master (fidelity / regression test)
156 include $(BASE_PATH)/gm/Android.mk 157 include $(BASE_PATH)/gm/Android.mk
157 158
158 # unit-tests 159 # unit-tests
159 include $(BASE_PATH)/tests/Android.mk 160 include $(BASE_PATH)/tests/Android.mk
160 161
161 # diamond-master (one test to rule them all) 162 # diamond-master (one test to rule them all)
162 include $(BASE_PATH)/dm/Android.mk 163 include $(BASE_PATH)/dm/Android.mk
OLDNEW
« no previous file with comments | « platform_tools/android/gyp_gen/makefile_writer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698