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

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

Issue 290603002: Generate Android.mk for DM. (Closed) Base URL: https://skia.googlesource.com/skia.git@generate_gm
Patch Set: Remove one more generated file. Created 6 years, 7 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/dm.gyp ('k') | platform_tools/android/gyp_gen/makefile_writer.py » ('j') | 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 f6fc5785a2a4fcb26864225aec540ebeafcd25ec..cf4f7824c8d63079cd3ff27f1b54b1fb7f0fd26b 100755
--- a/platform_tools/android/bin/gyp_to_android.py
+++ b/platform_tools/android/bin/gyp_to_android.py
@@ -152,6 +152,14 @@ def main(target_dir=None, require_sk_user_config=False):
local_module_name='skia_gm',
local_module_tags=['optional'])
+ tool_makefile_writer.generate_tool(gyp_dir=tmp_folder,
+ target_file='dm.gyp',
+ skia_trunk=target_dir,
+ dest_dir='dm',
+ skia_lib_var_dict=common,
+ local_module_name='skia_dm',
+ local_module_tags=['optional'])
+
# 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
# Android.mk. Reset DEFINES.
« no previous file with comments | « gyp/dm.gyp ('k') | platform_tools/android/gyp_gen/makefile_writer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698