History log of /frameworks/webview/chromium/tools/generate_local_manifest.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
77dcb868f0fea4f37e49fc38b9fff18bbac21784 11-Apr-2013 Marcin Kosiba <mkosiba@google.com> Generate local manifest to local_manifest.xml.

Looks like the webview-tot bot is running with an old version of
repo (probably the one from depot_tools) which is still looking
at .repo/local_manifest.xml rather than .repo/local_manitests/*.xml

Change-Id: I9887ca04915d0acbe8068d856be6e0166ed4eac6
/frameworks/webview/chromium/tools/generate_local_manifest.py
9533e41b4f869b9aff2402d73fcdaa34afa7f576 11-Apr-2013 Marcin Kosiba <mkosiba@google.com> Change the webview_tot script to not use the merge script.

Running the ToT bot with the merge script doesn't work because of
upstream forking WebKit.
To mitigate the problem the build script has been changed to simply
checkout the upstream tree. This is achieved by removing the existing
chromium_org projects using a local manifest and checking out a full
upstream tree using the git submodules flow.

Change-Id: I9405e7851716f300136e80a06f71eeb83973be09
/frameworks/webview/chromium/tools/generate_local_manifest.py