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

Side by Side Diff: platform_tools/android/tests/expectations/write_local_vars_append_no_name

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
1 LOCAL_CFLAGS += \ 1 LOCAL_CFLAGS += \
2 local_cflags 2 local_cflags
3 3
4 LOCAL_CPPFLAGS += \ 4 LOCAL_CPPFLAGS += \
5 local_cppflags 5 local_cppflags
6 6
7 LOCAL_SRC_FILES += \ 7 LOCAL_SRC_FILES += \
8 local_src_files 8 local_src_files
9 9
10 LOCAL_SHARED_LIBRARIES += \ 10 LOCAL_SHARED_LIBRARIES += \
11 local_shared_libraries 11 local_shared_libraries
12 12
13 LOCAL_STATIC_LIBRARIES += \ 13 LOCAL_STATIC_LIBRARIES += \
14 local_static_libraries 14 local_static_libraries
15 15
16 LOCAL_C_INCLUDES += \ 16 LOCAL_C_INCLUDES += \
17 local_c_includes 17 local_c_includes
18 18
19 LOCAL_EXPORT_C_INCLUDE_DIRS += \ 19 LOCAL_EXPORT_C_INCLUDE_DIRS += \
20 local_export_c_include_dirs 20 local_export_c_include_dirs
21 21
22 LOCAL_CFLAGS += \ 22 LOCAL_CFLAGS += \
23 -Ddefines 23 -Ddefines
24 24
25 LOCAL_MODULE_TAGS += \
26 local_module_tags
27
28 LOCAL_MODULE += \
29 local_module
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698