diff options
author | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-30 11:44:06 +0000 |
---|---|---|
committer | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-30 11:44:06 +0000 |
commit | cc66d28a65f8c76c50d44f999b0629a376f13d12 (patch) | |
tree | d8f64d665d9ca7027b2fec5f5039bd970ccae44e /build | |
parent | a6cca85b50acf85e7c0ad2a573e10ef5ccace08d (diff) | |
download | chromium_src-cc66d28a65f8c76c50d44f999b0629a376f13d12.zip chromium_src-cc66d28a65f8c76c50d44f999b0629a376f13d12.tar.gz chromium_src-cc66d28a65f8c76c50d44f999b0629a376f13d12.tar.bz2 |
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: svn://svn.chromium.org/chrome/trunk/src@129831 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all_android.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index bcfd435..0c43df0 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -12,6 +12,7 @@ 'target_name': 'All', 'type': 'none', 'dependencies': [ + '../content/content.gyp:content_shell_apk', 'util/build_util.gyp:*', 'android_builder_tests', ], |