summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Rename the WebView package.Torne (Richard Coles)2014-08-041-13/+1
| | | | | | | | | | Rename the WebView package from "webviewchromium" to "webview", removing the dummy webview package which existed solely to depend on webviewchromium. We no longer require this layer of abstraction and it makes it impossible to inherit from webviewchromium correctly. Bug: 16329371 Change-Id: I1437c7cacb867b2f2d10842a1b9c10aa5c4791e2
* Remove the classic WebView from the build.Torne (Richard Coles)2013-10-151-1/+1
| | | | | | | | Remove the dependency from the dummy "webview" module to libwebcore now that webviewchromium is being used instead. Bug: 10427705 Change-Id: I5a489b2b353f0d0fa862ab47ec28f75c09fdcffc (cherry picked from commit 64e5b2d4d918724baaa4182309d8b02e7aa075e3)
* Enable building webviewchromium on MIPS.Torne (Richard Coles)2013-06-111-9/+1
| | | | | Bug: 9384563 Change-Id: I3c5c7ef32485bdab90a6122002c9116b94e76100
* Revert "Disable building on Mac again."Torne (Richard Coles)2013-04-191-6/+0
| | | | | | | Mac builds are now fine. This reverts commit bd30019ef43699a933f5965a5e078bb1a15aa8b8. Bug: 8326522
* Disable building on Mac again.Torne (Richard Coles)2013-03-181-0/+6
| | | | | | | | Mac builds are still broken; turn them off again until someone can investigate this manually on a mac. Bug: 8326522 Change-Id: I3a3b901164e8becf3dd732be8dc2f81f7dff4d38
* Disable webviewchromium on MIPS.Torne (Richard Coles)2013-03-111-1/+9
| | | | | | | We don't generate MIPS makefiles yet, so for now just disable the build on that platform. Change-Id: Iaa53a6058e6e19a0fe9e7ad5fcb69a8687dafe5d
* Allow webviewchromium to be built on all platforms.Torne (Richard Coles)2013-02-261-13/+1
| | | | | | | | | We have working makefiles for x86 and mac hosts now, so allow webviewchromium to build by default on all platforms. Bug: 7556801 Change-Id: Iba945dec097a657e354fd5788b96cdfb96bde9d7
* Disable building webviewchromium on Mac for now.Torne (Richard Coles)2012-11-211-2/+6
| | | | | | | We need separate gyp-generated makefiles, or a better solution, to be able to build on Mac. Disable it unless HOST_OS is linux for now. Change-Id: I5e57f9886ecbe61aa36178804a8e54e84b5e069a
* Only build webviewchromium on ARM for now.Torne (Richard Coles)2012-11-161-2/+9
| | | | | | | | There are build system issues with x86 that need to be resolved; until everything is fixed, only depend on and load the makefiles for webviewchromium on ARM platforms. Change-Id: Ibd246c14b405a9a91137043e19baddfe05eb0467
* Add webviewchromium as a dependency of webview.Torne (Richard Coles)2012-11-131-1/+5
| | | | | | | | | | For now we want to include both the classic and chromium-powered webviews in the rom, so depend on both here. We also need to include the makefiles in the subdirectories of frameworks/webview, and have the webviewchromium module pull in the native code and resources from external/chromium_org. Change-Id: Iebf83ad86de6204143336f1977c88bf7d487dbae
* Create a phony "webview" module.cm-10.2.1cm-10.2.0cm-10.2-M1stable/cm-10.2cm-10.2Torne (Richard Coles)2012-10-311-0/+27
Add a "webview" module which can be used to depend on the components of the appropriate system WebView implementation without other modules needing to know which that is. For now, just depend on libwebcore; the Java code for the classic WebView is currently part of the framework. Change-Id: I9b4adabdeeeb8f710a8278953f06d7f9cf9acc19