Android WebView: tidy up source/gyp layout.

1) Rename WebViewMainDelegate to AwMainDelegate for consistency with
other classes.

2) Move gyp file to the top level and don't bother having separate gypi
files for the subcomponents for now; the file list is very short anyway
and is not going to be a significant source of contention between the
small number of webview developers at this time, and it's easier to see
what's going on if it's all in one place.

BUG=


Review URL: https://chromiumcodereview.appspot.com/10893025

git-svn-id: http://src.chromium.org/svn/trunk/src/build@154020 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
torne@chromium.org 2012-08-30 00:29:56 +00:00
Родитель 37da98bc6c
Коммит 85f0e7c6ae
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -81,9 +81,9 @@
'target_name': 'android_experimental',
'type': 'none',
'dependencies': [
'../android_webview/lib/android_webview.gyp:libwebview',
'../android_webview/lib/android_webview.gyp:android_webview_apk',
'../android_webview/lib/android_webview.gyp:android_webview_test_apk',
'../android_webview/android_webview.gyp:libwebview',
'../android_webview/android_webview.gyp:android_webview_apk',
'../android_webview/android_webview.gyp:android_webview_test_apk',
],
},
{