--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
Hey guys,I'm a newbie in chromium and here I have an enquiry regarding chromium version in Android AOSP.From Android phone's Settings ---> App ---> Android System Webview I can see webview version is 39(I'm using AOSP-5.1.0_r1, LMY47D)
However, from frameworks/webview/chromium/version.mk I see below confusing comment from which I doubt whether this is the real one:# TODO(torne): get this from Chromium automatically.version_milestone := 39
So my question is, what is the real version of Chromium in this AOSP-5.1.0_r1? Where can I find the real version from somewhere within /external/chromium_org where the real chromium codes lie?
I know git tag might tell this (of course :p) but unfortunately I don't have them from my AOSP source code in hand...Cheers,Murphy
--