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

Unified Diff: platform_tools/android/gyp_gen/makefile_writer.py

Issue 860803004: Stop building gm in Android framework build. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « platform_tools/android/bin/gyp_to_android.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/gyp_gen/makefile_writer.py
diff --git a/platform_tools/android/gyp_gen/makefile_writer.py b/platform_tools/android/gyp_gen/makefile_writer.py
index 0105e1dc576989e89baf7f972b4a63bc4206b7f2..9b63b656b6ed8f872a99719afdaeabbf5ebf1678 100644
--- a/platform_tools/android/gyp_gen/makefile_writer.py
+++ b/platform_tools/android/gyp_gen/makefile_writer.py
@@ -119,9 +119,6 @@ SKIA_TOOLS = (
# benchmark (timings)
include $(BASE_PATH)/bench/Android.mk
-# golden-master (fidelity / regression test)
-include $(BASE_PATH)/gm/Android.mk
-
# diamond-master (one test to rule them all)
include $(BASE_PATH)/dm/Android.mk
"""
« no previous file with comments | « platform_tools/android/bin/gyp_to_android.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698