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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
Index: platform_tools/android/tests/expectations/write_local_vars_no_append_arm
diff --git a/platform_tools/android/tests/expectations/write_local_vars_no_append_arm b/platform_tools/android/tests/expectations/write_local_vars_no_append_arm
new file mode 100644
index 0000000000000000000000000000000000000000..01aaecb4762d3b8f9b0cb246d5069fa72f34b369
--- /dev/null
+++ b/platform_tools/android/tests/expectations/write_local_vars_no_append_arm
@@ -0,0 +1,21 @@
+LOCAL_CFLAGS_arm += \
+ local_cflags
+
+LOCAL_CPPFLAGS_arm := \
+ local_cppflags
+
+LOCAL_SRC_FILES_arm := \
+ local_src_files
+
+LOCAL_SHARED_LIBRARIES_arm := \
+ local_shared_libraries
+
+LOCAL_STATIC_LIBRARIES_arm := \
+ local_static_libraries
+
+LOCAL_C_INCLUDES_arm := \
+ local_c_includes
+
+LOCAL_EXPORT_C_INCLUDE_DIRS_arm := \
+ local_export_c_include_dirs
+

Powered by Google App Engine
This is Rietveld 408576698