skia2/platform_tools/android/bin
commit-bot@chromium.org d665685469 Generate tests/Android.mk from gyp
gyp/apptype_console.gypi:
Don't include console app dependencies when building for Android framework.

gyp/tests.gyp:
Add/remove libraries for framework build.

platform_tools/android/bin/android_framework_gyp.py:
Moved to gyp_gen.
clean_up_gypd_files moved to this script.

platform_tools/android/bin/gyp_to_android.py:
Call new function for generating tool makefile.
Set LOCAL_MODULE.

platform_tools/android/gyp_gen/gypd_parser.py:
Support relative paths.

platform_tools/android/gyp_gen/makefile_writer.py:
Factor out helper functions to be used by tool writer.
LOCAL_MODULE is set elsewhere.

platform_tools/android/gyp_gen/tool_makefile_writer.py:
Multipurpose file for writing makefiles for tools. Should be able to use
it mostly unchanged for bench, gm, etc.

platform_tools/android/gyp_gen/vars_dict_lib.py:
Make the comments follow the style guide.
Add set().
Rename __li to __ordered_set

More/update tests:
platform_tools/android/tests/android_framework_gyp_tests.py
platform_tools/android/tests/expectations/Android.mk
platform_tools/android/tests/expectations/tool/Android.mk
platform_tools/android/tests/expectations/write_local_vars_append_arm
platform_tools/android/tests/expectations/write_local_vars_append_foo
platform_tools/android/tests/expectations/write_local_vars_append_no_name
platform_tools/android/tests/expectations/write_local_vars_no_append_arm
platform_tools/android/tests/expectations/write_local_vars_no_append_foo
platform_tools/android/tests/expectations/write_local_vars_no_append_no_name
platform_tools/android/tests/gyp_to_android_tests.py
platform_tools/android/tests/makefile_writer_tests.py
platform_tools/android/tests/ordered_set_tests.py
platform_tools/android/tests/test_variables.py

BUG=skia:2447

May require an update to the bot to remove pyc files.

R=halcanary@google.com, djsollen@google.com

Author: scroggo@google.com

Review URL: https://codereview.chromium.org/235883015

git-svn-id: http://skia.googlecode.com/svn/trunk@14408 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-04-28 16:00:30 +00:00
..
linux Update Skia Android tools. 2013-08-12 12:30:04 +00:00
mac Copy the top level Android directory into trunk. 2013-04-29 12:09:31 +00:00
utils enable developers to provide their own android toolchain 2014-04-09 18:57:42 +00:00
adb_list_devices.py Copy the top level Android directory into trunk. 2013-04-29 12:09:31 +00:00
android_gdb_apk Fix android_gdbserver script to work with changes from a137675. 2014-04-24 18:36:36 +00:00
android_gdb_exe Fix android_gdbserver script to work with changes from a137675. 2014-04-24 18:36:36 +00:00
android_gdbserver Fix android_gdbserver script to work with changes from a137675. 2014-04-24 18:36:36 +00:00
android_install_apk Fix installing the release build sample app apk 2013-11-06 15:01:37 +00:00
android_install_skia Update Skia Android tools. 2013-08-12 12:30:04 +00:00
android_kill_skia Fix android_run_skia to work with multiple attached devices 2013-05-16 18:12:34 +00:00
android_make hack hack hack 2014-04-04 16:26:42 +00:00
android_ninja Add android_ninja, like android_make for ninja. 2013-09-30 17:32:09 +00:00
android_perf Update Skia Android tools. 2013-08-12 12:30:04 +00:00
android_run_skia hack hack hack 2014-04-04 16:26:42 +00:00
android_setup.sh android scripts respect SKIA_OUT, if already set. 2014-04-24 15:16:32 +00:00
download_toolchains.py Remove dependency of gsutil to download ndk 2013-05-29 13:26:32 +00:00
download_utils.py Remove dependency of gsutil to download ndk 2013-05-29 13:26:32 +00:00
gyp_to_android.py Generate tests/Android.mk from gyp 2014-04-28 16:00:30 +00:00
http_download.py Remove dependency of gsutil to download ndk 2013-05-29 13:26:32 +00:00