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

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

Issue 917913004: Generated makefile now includes people to contact. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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
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 # For bugs, please contact scroggo@google.com or djsollen@google.com
7 #
6 ############################################################################### 8 ###############################################################################
7 9
8 BASE_PATH := $(call my-dir) 10 BASE_PATH := $(call my-dir)
9 LOCAL_PATH:= $(call my-dir) 11 LOCAL_PATH:= $(call my-dir)
10 12
11 ############################################################################### 13 ###############################################################################
12 # 14 #
13 # PROBLEMS WITH SKIA DEBUGGING?? READ THIS... 15 # PROBLEMS WITH SKIA DEBUGGING?? READ THIS...
14 # 16 #
15 # The debug build results in changes to the Skia headers. This means that those 17 # The debug build results in changes to the Skia headers. This means that those
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 154
153 ############################################################# 155 #############################################################
154 # Build the skia tools 156 # Build the skia tools
155 # 157 #
156 158
157 # benchmark (timings) 159 # benchmark (timings)
158 include $(BASE_PATH)/bench/Android.mk 160 include $(BASE_PATH)/bench/Android.mk
159 161
160 # diamond-master (one test to rule them all) 162 # diamond-master (one test to rule them all)
161 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') | platform_tools/android/tests/expectations/tool/Android.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698