aboutsummaryrefslogtreecommitdiff
path: root/third_party
AgeCommit message (Collapse)Author
2018-04-24Migrate libmojo repository into libchrome, part 2.HEADandroid-o-mr1-iot-release-smart-display-r9android-o-mr1-iot-release-smart-display-r8android-o-mr1-iot-release-smart-display-r5android-o-mr1-iot-release-smart-display-r40.1Jandroid-o-mr1-iot-release-smart-display-r4android-o-mr1-iot-release-smart-display-r39android-o-mr1-iot-release-smart-display-r30android-o-mr1-iot-release-smart-display-r3android-o-mr1-iot-release-smart-display-r22android-o-mr1-iot-release-smart-display-r14android-o-mr1-iot-release-smart-clock-r6android-o-mr1-iot-release-smart-clock-r2android-o-mr1-iot-release-smart-clock-fsiandroid-o-mr1-iot-release-smart-clock-fcsandroid-o-mr1-iot-release-cube_r2android-o-mr1-iot-release-cube-fsiandroid-o-mr1-iot-release-cube-fcsandroid-o-mr1-iot-release-1.0.8android-o-mr1-iot-release-1.0.7android-o-mr1-iot-release-1.0.5android-o-mr1-iot-release-1.0.4android-o-mr1-iot-release-1.0.3android-o-mr1-iot-release-1.0.2android-o-mr1-iot-release-1.0.14android-o-mr1-iot-release-1.0.13android-o-mr1-iot-release-1.0.12android-o-mr1-iot-release-1.0.10android-o-mr1-iot-release-1.0.1android-o-mr1-iot-release-1.0.0oreo-mr1-iot-releaseoreo-mr1-1.2-iot-releasemastermainHidehiko Abe
This CL moves following files. - .gitignore - Android.bp is merged into libchrome's Android.bp. - base/android/* - build/* except build_config.h which is exactly same with libchrome's. - ipc/* - mojo/* - soong/* into libchrome_tools/ - third_party/{catapult,jinja2,markupsafe,ply}/* - ui/gfx/{geometry,range}/mojo/* Then removed following files: - Android.bp - CleanSpec.mk - build/build_config.h And added README.md to notify the migration. Bug: 73606903 Test: Built locally. Ran on DUT. Change-Id: I94aa1b43ff0854f48f30fdf03025bd1c8a346038
2018-04-20Roll third_party libraries to r462023.Hidehiko Abe
third_party libs are not updated since initial import. This CL updates them to r462023. Bug: 73606903 Test: Built locally. Change-Id: I34851b40a8a988a69b0597aebcac27efa171a1ae
2018-04-17Bundle libraries into python_host_binary.Hidehiko Abe
In Chrome, we run scripts on the source tree. To follow that pattern, bundle needed libraries into python_host_binary. In this approach, most Android.bp can be removed, which helps to merging libmojo into libchrome, because then we don't need to put Android.bp in individual directories. Bug: 73606903 Test: Built locally. Change-Id: I66aacb5f4c8da5b7182b0e1cf91b451efe944247
2018-01-19Convert libmojo C++ to use Android.bpRisan
Patches from lhchavez@'s ag/318044. The Java generator is TODO. Bug: 27569341 Test: mmma -j32 external/libmojo Change-Id: Ifbbb7f2311a8877bc5d79ba45d98fc3e4da95d5c
2017-12-13Revert "Revert "libmojo: Uprev the library to r456626 from Chromium""Hidehiko Abe
This reverts commit 21a249e4d9cb0b2ec6f0ff84ed5f7939ea67ac52. Test: Build. Change-Id: Id31199817067e933eb08889b21b83c787b0d4c0d Merged-In: I2f77e0bb4541d6520dac974cd499b30561c6658f
2017-07-26Revert "libmojo: Uprev the library to r456626 from Chromium"Luis Hector Chavez
This reverts commit 8ac9103e05b66812c25348943383f9365d1ce3e0. Reason for revert: Broke the mac_sdk Exempt-From-Owner-Approval: Fixing mac_sdk Change-Id: I0b74d1abaa66933a93fd6f82ff018e8948c1204e
2017-07-24libmojo: Uprev the library to r456626 from ChromiumJay Civelli
Pulled the latest and greatest version of libmojo from Chromium. The merge was done against r456626 which corresponds to git commit 08266b3fca707804065a2cfd60331722ade41969 of Mar 14, 2017 Notable changes are: - generated binding files are now split in 2 files, interface.mojom.h and interface.mojom-shared.h Change-Id: Idcfd27310e2c9d3c452b671c7ff7a755c3963618
2017-02-24Use only registered users in libmojo/OWNERS.Chih-Hung Hsieh
We should not use OWNERS files from upstream, unless the owners are registered in Gerrit Code Review. Bug: 33166666 Test: default build targets Change-Id: Ic1ce6cc145234b3e3496e5a726fc0c880c32b733
2016-12-28Initial import of libmojo r405848Luis Hector Chavez
This brings libmojo in sync with libchrome. Bug: 27569341 Test: mma -j32 libmojo Change-Id: Ia7cb877e46dd3f86f18888b5d8d80bef5468b266