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

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

Issue 860333004: Remove another GM reference. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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 | 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 150
151 include $(BUILD_SHARED_LIBRARY) 151 include $(BUILD_SHARED_LIBRARY)
152 152
153 ############################################################# 153 #############################################################
154 # Build the skia tools 154 # Build the skia tools
155 # 155 #
156 156
157 # benchmark (timings) 157 # benchmark (timings)
158 include $(BASE_PATH)/bench/Android.mk 158 include $(BASE_PATH)/bench/Android.mk
159 159
160 # golden-master (fidelity / regression test)
161 include $(BASE_PATH)/gm/Android.mk
162
163 # diamond-master (one test to rule them all) 160 # diamond-master (one test to rule them all)
164 include $(BASE_PATH)/dm/Android.mk 161 include $(BASE_PATH)/dm/Android.mk
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698