forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[android_webview] Fix android_webview_resources dependency.
We need the android_webview_resources stamp file to be a dependency of the R_file_stamp to force the resources to be generated before we invoke AAPT on them. LOCAL_ADDITIONAL_DEPENDENCIES was insufficient since that would force generating the resources at a later stage. BUG=393825 R=torne@chromium.org Review URL: https://codereview.chromium.org/432753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286762 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
mkosiba@chromium.org
committed
Jul 31, 2014
1 parent
cc4db17
commit ce133e1
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters