diff options
author | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 00:29:56 +0000 |
---|---|---|
committer | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 00:29:56 +0000 |
commit | c1a47df6521776547b5a3a9966dba63aab9e2e6b (patch) | |
tree | 9a32fd607ac25839c75f470ef4058700b743c5a4 /build | |
parent | 18a15ca8bd9fa01dc75cd97548d71b3b794d1599 (diff) | |
download | chromium_src-c1a47df6521776547b5a3a9966dba63aab9e2e6b.zip chromium_src-c1a47df6521776547b5a3a9966dba63aab9e2e6b.tar.gz chromium_src-c1a47df6521776547b5a3a9966dba63aab9e2e6b.tar.bz2 |
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: svn://svn.chromium.org/chrome/trunk/src@154020 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all_android.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index 181d4da..f692244 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -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', ], }, { |