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

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

Issue 198063002: Updates to Android.mk generation. (Closed) Base URL: https://skia.googlesource.com/skia.git@android_mk
Patch Set: Add a comment explaining the motivation of OrderedSet. Created 6 years, 8 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_arm += \ 1 LOCAL_CFLAGS_arm += \
2 local_cflags 2 local_cflags
3 3
4 LOCAL_CPPFLAGS_arm += \ 4 LOCAL_CPPFLAGS_arm += \
5 local_cppflags 5 local_cppflags
6 6
7 LOCAL_SRC_FILES_arm += \ 7 LOCAL_SRC_FILES_arm += \
8 local_src_files 8 local_src_files
9 9
10 LOCAL_SHARED_LIBRARIES_arm += \ 10 LOCAL_SHARED_LIBRARIES_arm += \
11 local_shared_libraries 11 local_shared_libraries
12 12
13 LOCAL_STATIC_LIBRARIES_arm += \ 13 LOCAL_STATIC_LIBRARIES_arm += \
14 local_static_libraries 14 local_static_libraries
15 15
16 LOCAL_C_INCLUDES_arm += \ 16 LOCAL_C_INCLUDES_arm += \
17 local_c_includes 17 local_c_includes
18 18
19 LOCAL_EXPORT_C_INCLUDE_DIRS_arm += \ 19 LOCAL_EXPORT_C_INCLUDE_DIRS_arm += \
20 local_export_c_include_dirs 20 local_export_c_include_dirs
21 21
22 LOCAL_CFLAGS_arm += \
23 -Ddefines
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698