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

Side by Side Diff: platform_tools/android/tests/expectations/tool/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
(Empty)
1
2 ###############################################################################
3 #
4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
5 #
6 ###############################################################################
7
8 LOCAL_PATH:= $(call my-dir)
9 include $(CLEAR_VARS)
10 LOCAL_CFLAGS += \
11 local_cflags
12
13 LOCAL_CPPFLAGS := \
14 local_cppflags
15
16 LOCAL_SRC_FILES := \
17 local_src_files
18
19 LOCAL_SHARED_LIBRARIES := \
20 local_shared_libraries
21
22 LOCAL_STATIC_LIBRARIES := \
23 local_static_libraries
24
25 LOCAL_C_INCLUDES := \
26 local_c_includes
27
28 LOCAL_EXPORT_C_INCLUDE_DIRS := \
29 local_export_c_include_dirs
30
31 LOCAL_CFLAGS += \
32 -Ddefines
33
34 LOCAL_MODULE_TAGS := \
35 local_module_tags
36
37 LOCAL_MODULE := \
38 local_module
39
40 include external/stlport/libstlport.mk
41 include $(BUILD_EXECUTABLE)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698