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

Side by Side Diff: platform_tools/android/tests/expectations/tool/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
« no previous file with comments | « platform_tools/android/tests/expectations/Android.mk ('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 # For bugs, please contact scroggo@google.com or djsollen@google.com
7 #
6 ############################################################################### 8 ###############################################################################
7 9
8 LOCAL_PATH:= $(call my-dir) 10 LOCAL_PATH:= $(call my-dir)
9 include $(CLEAR_VARS) 11 include $(CLEAR_VARS)
10 LOCAL_CFLAGS += \ 12 LOCAL_CFLAGS += \
11 local_cflags 13 local_cflags
12 14
13 LOCAL_CPPFLAGS := \ 15 LOCAL_CPPFLAGS := \
14 local_cppflags 16 local_cppflags
15 17
(...skipping 18 matching lines...) Expand all
34 LOCAL_MODULE_TAGS := \ 36 LOCAL_MODULE_TAGS := \
35 local_module_tags 37 local_module_tags
36 38
37 LOCAL_MODULE := \ 39 LOCAL_MODULE := \
38 local_module 40 local_module
39 41
40 LOCAL_PICKUP_FILES := \ 42 LOCAL_PICKUP_FILES := \
41 $(LOCAL_PATH)/../resources 43 $(LOCAL_PATH)/../resources
42 44
43 include $(BUILD_NATIVE_TEST) 45 include $(BUILD_NATIVE_TEST)
OLDNEW
« no previous file with comments | « platform_tools/android/tests/expectations/Android.mk ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698