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

Unified Diff: platform_tools/android/tests/expectations/write_local_vars_append_no_name

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_append_no_name
diff --git a/platform_tools/android/tests/expectations/write_local_vars_append_no_name b/platform_tools/android/tests/expectations/write_local_vars_append_no_name
new file mode 100644
index 0000000000000000000000000000000000000000..302a4fe11c47d30655a11497ac31ea592f75f4a5
--- /dev/null
+++ b/platform_tools/android/tests/expectations/write_local_vars_append_no_name
@@ -0,0 +1,21 @@
+LOCAL_CFLAGS += \
+ local_cflags
+
+LOCAL_CPPFLAGS += \
+ local_cppflags
+
+LOCAL_SRC_FILES += \
+ local_src_files
+
+LOCAL_SHARED_LIBRARIES += \
+ local_shared_libraries
+
+LOCAL_STATIC_LIBRARIES += \
+ local_static_libraries
+
+LOCAL_C_INCLUDES += \
+ local_c_includes
+
+LOCAL_EXPORT_C_INCLUDE_DIRS += \
+ local_export_c_include_dirs
+

Powered by Google App Engine
This is Rietveld 408576698