Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Issue 11269007: Android: make the top level Android makefile smarter. (Closed)

Created:
8 years, 2 months ago by Torne
Modified:
8 years, 1 month ago
Reviewers:
joth, Yaron, benm (inactive)
CC:
chromium-reviews
Visibility:
Public.

Description

Android: make the top level Android makefile smarter. Instead of requiring an environment variable to be set, which has resulted in issues with things not being rebuilt correctly when the variable is forgotten, check to see if the gyp-generated Android makefile has been created, and if so assume we are doing a WebView build. This file only exists if gyp has been run with GYP_GENERATORS=android which only happens in the WebView tree. Also, rename CHROMIUM_WEBVIEW_DIR to CHROMIUM_DIR as the directory itself is not webview-specific; it's just the Chromium tree root. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=164291

Patch Set 1 #

Total comments: 2

Patch Set 2 : Make comments better #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -4 lines) Patch
M Android.mk View 1 1 chunk +7 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Torne
Hi Yaron, others, Are you okay with this method of determining if we're doing a ...
8 years, 2 months ago (2012-10-24 14:45:24 UTC) #1
joth
lgtm (but would like Yaron to confirm too) https://codereview.chromium.org/11269007/diff/1/Android.mk File Android.mk (right): https://codereview.chromium.org/11269007/diff/1/Android.mk#newcode14 Android.mk:14: # ...
8 years, 1 month ago (2012-10-24 20:09:58 UTC) #2
Yaron
lgtm We shouldn't ever do mmm for non-webview builds so I think this is reasonable. ...
8 years, 1 month ago (2012-10-24 20:33:50 UTC) #3
Torne
https://codereview.chromium.org/11269007/diff/1/Android.mk File Android.mk (right): https://codereview.chromium.org/11269007/diff/1/Android.mk#newcode14 Android.mk:14: # WebView build. On 2012/10/24 20:09:58, joth wrote: > ...
8 years, 1 month ago (2012-10-25 11:12:01 UTC) #4
Torne
On 2012/10/24 20:33:50, Yaron wrote: > The only troublesome thing is if you ever once ...
8 years, 1 month ago (2012-10-25 11:15:50 UTC) #5
joth
lgtm
8 years, 1 month ago (2012-10-25 17:35:09 UTC) #6
Yaron
8 years, 1 month ago (2012-10-25 18:05:55 UTC) #7
On 2012/10/25 17:35:09, joth wrote:
> lgtm

lgtm

Powered by Google App Engine
This is Rietveld 408576698