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

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

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_foo
diff --git a/platform_tools/android/tests/expectations/write_local_vars_no_append_foo b/platform_tools/android/tests/expectations/write_local_vars_no_append_foo
new file mode 100644
index 0000000000000000000000000000000000000000..22c8306bca79f1daf95fb19bfb9d88dc497979b2
--- /dev/null
+++ b/platform_tools/android/tests/expectations/write_local_vars_no_append_foo
@@ -0,0 +1,21 @@
+LOCAL_CFLAGS_foo += \
+ local_cflags
+
+LOCAL_CPPFLAGS_foo := \
+ local_cppflags
+
+LOCAL_SRC_FILES_foo := \
+ local_src_files
+
+LOCAL_SHARED_LIBRARIES_foo := \
+ local_shared_libraries
+
+LOCAL_STATIC_LIBRARIES_foo := \
+ local_static_libraries
+
+LOCAL_C_INCLUDES_foo := \
+ local_c_includes
+
+LOCAL_EXPORT_C_INCLUDE_DIRS_foo := \
+ local_export_c_include_dirs
+

Powered by Google App Engine
This is Rietveld 408576698