[Android] Make android_webview targets sdk-only.

These targets are currently only configured to work as part of the
SDK build.

BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@157732 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
mkosiba@chromium.org 2012-09-20 09:18:02 +00:00
Родитель 6418a8768f
Коммит f551b74150
1 изменённых файлов: 7 добавлений и 3 удалений

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

@ -17,7 +17,6 @@
'target_name': 'All',
'type': 'none',
'dependencies': [
'../android_webview/android_webview.gyp:android_webview_apk',
'../content/content.gyp:content_shell_apk',
'<@(android_app_targets)',
'android_builder_tests',
@ -25,6 +24,7 @@
'conditions': [
['sdk_build==1', {
'dependencies': [
'../android_webview/android_webview.gyp:android_webview_apk',
'../chrome/chrome.gyp:chromium_testshell',
],
}], # sdk_build==1
@ -42,7 +42,6 @@
'target_name': 'android_builder_tests',
'type': 'none',
'dependencies': [
'../android_webview/android_webview.gyp:android_webview_test_apk',
'../base/android/jni_generator/jni_generator.gyp:jni_generator_tests',
'../base/base.gyp:base_unittests',
'../chrome/chrome.gyp:unit_tests',
@ -94,7 +93,12 @@
'../sync/sync.gyp:sync_unit_tests_apk',
'../ui/ui.gyp:ui_unittests_apk',
],
}]
}],
['sdk_build==1', {
'dependencies': [
'../android_webview/android_webview.gyp:android_webview_test_apk',
],
}],
],
},
{