Add skeleton of content shell for android.

This is heavily based on http://codereview.chromium.org/9834037/ which added
an APK-based test runner for android. This CL adds a content_shell_apk target
for android containing an empty activity.

BUG=118591
TEST=build/test/install ContentShell-debug.apk on device

Review URL: http://codereview.chromium.org/9860032

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129831 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
satish@chromium.org 2012-03-30 11:44:06 +00:00
Родитель d49f6c1f74
Коммит 5490b7ad13
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -12,6 +12,7 @@
'target_name': 'All',
'type': 'none',
'dependencies': [
'../content/content.gyp:content_shell_apk',
'util/build_util.gyp:*',
'android_builder_tests',
],