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:
Родитель
37da98bc6c
Коммит
85f0e7c6ae
|
@ -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',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче