aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/bin/gyp_to_android.py
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2014-06-04 08:25:50 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-04 08:25:50 -0700
commit0ba5a4a3060e13f5513f26fcd0720cb2caa3810e (patch)
tree5dbad4b123ac764f1c0507c8725764c60324f6bf /platform_tools/android/bin/gyp_to_android.py
parentca76c55d60dfe041e30e210d41fa0feb7fb54a1f (diff)
Use tests tag for Skia tools on Android.
When generating the makefiles for Skia testing tools on Android, use the tag 'tests' and do not use the tags 'optional' or 'eng'. R=djsollen@google.com Author: scroggo@google.com Review URL: https://codereview.chromium.org/315013003
Diffstat (limited to 'platform_tools/android/bin/gyp_to_android.py')
-rwxr-xr-xplatform_tools/android/bin/gyp_to_android.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform_tools/android/bin/gyp_to_android.py b/platform_tools/android/bin/gyp_to_android.py
index cf4f7824c8..d79fd4aee8 100755
--- a/platform_tools/android/bin/gyp_to_android.py
+++ b/platform_tools/android/bin/gyp_to_android.py
@@ -133,7 +133,7 @@ def main(target_dir=None, require_sk_user_config=False):
dest_dir='tests',
skia_lib_var_dict=common,
local_module_name='skia_test',
- local_module_tags=['eng', 'tests'])
+ local_module_tags=['tests'])
tool_makefile_writer.generate_tool(gyp_dir=tmp_folder,
target_file='bench.gyp',
@@ -150,7 +150,7 @@ def main(target_dir=None, require_sk_user_config=False):
dest_dir='gm',
skia_lib_var_dict=common,
local_module_name='skia_gm',
- local_module_tags=['optional'])
+ local_module_tags=['tests'])
tool_makefile_writer.generate_tool(gyp_dir=tmp_folder,
target_file='dm.gyp',
@@ -158,7 +158,7 @@ def main(target_dir=None, require_sk_user_config=False):
dest_dir='dm',
skia_lib_var_dict=common,
local_module_name='skia_dm',
- local_module_tags=['optional'])
+ local_module_tags=['tests'])
# Now that the defines have been written to SkUserConfig and they've been
# used to skip adding them to the tools makefiles, they are not needed in