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

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

Issue 205383006: Add tests for makefile_writer.py. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Check test results to return non zero on failure. 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
(Empty)
1 LOCAL_CFLAGS_arm += \
2 local_cflags
3
4 LOCAL_CPPFLAGS_arm := \
5 local_cppflags
6
7 LOCAL_SRC_FILES_arm := \
8 local_src_files
9
10 LOCAL_SHARED_LIBRARIES_arm := \
11 local_shared_libraries
12
13 LOCAL_STATIC_LIBRARIES_arm := \
14 local_static_libraries
15
16 LOCAL_C_INCLUDES_arm := \
17 local_c_includes
18
19 LOCAL_EXPORT_C_INCLUDE_DIRS_arm := \
20 local_export_c_include_dirs
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698