aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/gyp_gen
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2015-01-20 08:25:36 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-20 08:25:36 -0800
commitc7bfd5b441c0061e4eb787a9ac97448aee58ada5 (patch)
tree95efda98936b2ba3a6d018726bca10354d9b2cc7 /platform_tools/android/gyp_gen
parent83c8dec46a7a191b8e5a0b31a866e0b743f4dd72 (diff)
Stop building gm in Android framework build.
Allows us to delete gm. Review URL: https://codereview.chromium.org/860803004
Diffstat (limited to 'platform_tools/android/gyp_gen')
-rw-r--r--platform_tools/android/gyp_gen/makefile_writer.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform_tools/android/gyp_gen/makefile_writer.py b/platform_tools/android/gyp_gen/makefile_writer.py
index 0105e1dc57..9b63b656b6 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
"""