New app: org.chromium.browser
This commit is contained in:
parent
2fdaa09609
commit
73f4aac3a2
53
metadata/org.chromium.browser.txt
Normal file
53
metadata/org.chromium.browser.txt
Normal file
|
@ -0,0 +1,53 @@
|
|||
AntiFeatures:
|
||||
Categories:Internet
|
||||
License:BSD
|
||||
Web Site:https://www.chromium.org/
|
||||
Source Code:https://code.google.com/p/chromium/
|
||||
Issue Tracker:https://code.google.com/p/chromium/issues/list
|
||||
Donate:
|
||||
|
||||
Summary:Browser based on Google's Chrome
|
||||
Description:
|
||||
none
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://chromium.googlesource.com/chromium/src.git
|
||||
|
||||
Build:45.0,1
|
||||
commit=45.0.2422.4
|
||||
srclibs=DepotTools@ffc888e
|
||||
build=\
|
||||
export PATH=$PATH:`readlink -f $$DepotTools$$` && \
|
||||
echo "target_os = ['android']" >> .gclient && gclient sync && \
|
||||
echo "{ 'GYP_DEFINES': 'OS=android target_arch=arm', }" > chromium.gyp_env && \
|
||||
gclient runhooks && \
|
||||
gclient sync && \
|
||||
ninja -C out/Release chrome_public_apk
|
||||
|
||||
# output=src/out/Release/
|
||||
|
||||
|
||||
Maintainer Notes:
|
||||
|
||||
#target_arch:
|
||||
#ia32, mipsel, x64, arm, arm64, mips64el
|
||||
|
||||
|
||||
#fetch --no-hooks --no-history android && \
|
||||
sudo apt-get -y install lighttpd python-pexpect xvfb x11-utils
|
||||
|
||||
|
||||
"{ 'GYP_DEFINES': 'chromeos=1 component=shared_library' }" > ../chromium.gyp_env
|
||||
#'gyp_managed_install%': 0,
|
||||
#'fastbuild%': 1,
|
||||
|
||||
# branding=Chrome
|
||||
branding=Chromium
|
||||
buildtype=Official
|
||||
|
||||
$ ./build/gyp_chromium -Dcomponent=shared_library
|
||||
$ ./build/gyp_chromium -Goutput_dir=out_cros
|
||||
.
|
||||
|
||||
Update Check Mode:None
|
Loading…
Reference in a new issue