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

Unified Diff: platform_tools/android/bin/gyp_to_android.py

Issue 442343004: Bye bye bench. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: android make Created 6 years, 4 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 | « gyp/bench.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 edb787cc543c2168aa20679539a1650eac3feae3..d1dd7bd81c21118942c839276775ccacdb373677 100755
--- a/platform_tools/android/bin/gyp_to_android.py
+++ b/platform_tools/android/bin/gyp_to_android.py
@@ -132,15 +132,6 @@ def main(target_dir=None, require_sk_user_config=False):
defines=common.DEFINES)
tool_makefile_writer.generate_tool(gyp_dir=tmp_folder,
- target_file='bench.gyp',
- skia_trunk=target_dir,
- dest_dir='bench',
- skia_lib_var_dict=common,
- local_module_name='skia_bench',
- local_module_tags=['tests'],
- desired_targets=['bench'])
-
- tool_makefile_writer.generate_tool(gyp_dir=tmp_folder,
target_file='tools.gyp',
skia_trunk=target_dir,
dest_dir='tools',
« no previous file with comments | « gyp/bench.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698