| Index: platform_tools/android/bin/gyp_to_android.py
|
| diff --git a/platform_tools/android/bin/gyp_to_android.py b/platform_tools/android/bin/gyp_to_android.py
|
| index d1dd7bd81c21118942c839276775ccacdb373677..a42471b2e03e5101645ce9645d742956c1cc2892 100755
|
| --- a/platform_tools/android/bin/gyp_to_android.py
|
| +++ b/platform_tools/android/bin/gyp_to_android.py
|
| @@ -132,13 +132,13 @@ def main(target_dir=None, require_sk_user_config=False):
|
| defines=common.DEFINES)
|
|
|
| tool_makefile_writer.generate_tool(gyp_dir=tmp_folder,
|
| - target_file='tools.gyp',
|
| + target_file='bench.gyp',
|
| skia_trunk=target_dir,
|
| - dest_dir='tools',
|
| + dest_dir='bench',
|
| skia_lib_var_dict=common,
|
| - local_module_name='skia_bench_pictures',
|
| + local_module_name='skia_nanobench',
|
| local_module_tags=['tests'],
|
| - desired_targets=['bench_pictures'])
|
| + desired_targets=['nanobench'])
|
|
|
| tool_makefile_writer.generate_tool(gyp_dir=tmp_folder,
|
| target_file='gm.gyp',
|
|
|