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

Unified Diff: platform_tools/android/tests/var_dict_tests.py

Issue 198063002: Updates to Android.mk generation. (Closed) Base URL: https://skia.googlesource.com/skia.git@android_mk
Patch Set: Rebase 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/var_dict_tests.py
diff --git a/platform_tools/android/tests/var_dict_tests.py b/platform_tools/android/tests/var_dict_tests.py
index 8cd96770682cfc30d9c38c22d5fbfe9a206c559a..d13170211ddae9ea86c738b73032cb1002377033 100644
--- a/platform_tools/android/tests/var_dict_tests.py
+++ b/platform_tools/android/tests/var_dict_tests.py
@@ -81,6 +81,9 @@ class VarsDictTest(unittest.TestCase):
v_dict.LOCAL_EXPORT_C_INCLUDE_DIRS.add('exports')
v_dict.LOCAL_EXPORT_C_INCLUDE_DIRS.add(str(i))
+ v_dict.DEFINES.add('defines')
+ v_dict.DEFINES.add(str(i))
+
v_dict.KNOWN_TARGETS.add('known')
v_dict.KNOWN_TARGETS.add(str(i))

Powered by Google App Engine
This is Rietveld 408576698