Refactor WebView APK dependencies.
Move the "common" dependencies that are used by all system_webview_apk_tmpl users into the actual template to avoid repeating them in multiple places (upstream and downstream), and move the ones that are only used upstream into a variable to make it clearer that developers shouldn't add new dependencies to the target itself. This avoids mistakes where the dependency list upstream and downstream can get out of sync, and will allow Trichrome to reuse the dependencies as well. Change-Id: I415180dd42915ba7ea3cc271f330d97b4e250b23 Reviewed-on: https://chromium-review.googlesource.com/1240976Reviewed-by:Changwan Ryu <changwan@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#594118}
Showing
Please register or sign in to comment