Stop building gm in Android framework build.

Allows us to delete gm.

Review URL: https://codereview.chromium.org/860803004
This commit is contained in:
scroggo 2015-01-20 08:25:36 -08:00 committed by Commit bot
parent 83c8dec46a
commit c7bfd5b441
2 changed files with 0 additions and 13 deletions

View File

@ -148,16 +148,6 @@ def main(target_dir=None, require_sk_user_config=False, gyp_source_dir=None):
desired_targets=['nanobench'],
gyp_source_dir=gyp_source_dir)
tool_makefile_writer.generate_tool(gyp_dir=tmp_folder,
target_file='gm.gyp',
skia_trunk=target_dir,
dest_dir='gm',
skia_lib_var_dict=common,
local_module_name='skia_gm',
local_module_tags=['tests'],
desired_targets=['gm'],
gyp_source_dir=gyp_source_dir)
tool_makefile_writer.generate_tool(gyp_dir=tmp_folder,
target_file='dm.gyp',
skia_trunk=target_dir,

View File

@ -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
"""