Loading system/build/dpkg/libchrome-822064/debian/README.Debian 0 → 100644 +1 −0 Original line number Diff line number Diff line libchrome for Debian system/build/dpkg/libchrome-822064/debian/changelog 0 → 100644 +5 −0 Original line number Diff line number Diff line libchrome (822064-1) buster; urgency=low * Initial release. -- Sonny Sasaka <sonnysasaka@chromium.org> Fri, 30 Apr 2021 19:41:40 +0000 system/build/dpkg/libchrome-822064/debian/compat 0 → 100644 +1 −0 Original line number Diff line number Diff line 10 system/build/dpkg/libchrome-822064/debian/control 0 → 100644 +28 −0 Original line number Diff line number Diff line Source: libchrome Section: libs Priority: optional Maintainer: Sonny Sasaka <sonnysasaka@chromium.org> Standards-Version: 4.1.4 Homepage: https://chromium.googlesource.com/aosp/platform/external/libchrome/ Build-Depends: debhelper (>=11~), clang, python3, pkg-config, ninja-build, libglib2.0-dev, libevent-dev, libnss3-dev, libdbus-1-dev, libprotobuf-dev, googletest, libre2-dev, libdouble-conversion-dev, libssl-dev, libabsl-dev Package: libchrome Architecture: any Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends} Description: Chromium's base library system/build/dpkg/libchrome-822064/debian/install_headers.sh 0 → 100755 +48 −0 Original line number Diff line number Diff line #!/bin/bash destdir="$1" header_dirs=( base base/allocator base/containers base/debug base/files base/hash base/i18n base/json base/memory base/message_loop base/metrics base/numerics base/posix base/process base/strings base/synchronization base/system base/task base/task/common base/task/sequence_manager base/task/thread_pool base/test base/third_party/icu base/third_party/nspr base/third_party/valgrind base/threading base/time base/timer base/trace_event base/trace_event/common build components/policy components/policy/core/common testing/gmock/include/gmock testing/gtest/include/gtest dbus ) # Install header files. for d in "${header_dirs[@]}" ; do mkdir -p "${destdir}/usr/include/libchrome/${d}" cp libchrome/"${d}"/*.h "${destdir}/usr/include/libchrome/${d}" done Loading
system/build/dpkg/libchrome-822064/debian/README.Debian 0 → 100644 +1 −0 Original line number Diff line number Diff line libchrome for Debian
system/build/dpkg/libchrome-822064/debian/changelog 0 → 100644 +5 −0 Original line number Diff line number Diff line libchrome (822064-1) buster; urgency=low * Initial release. -- Sonny Sasaka <sonnysasaka@chromium.org> Fri, 30 Apr 2021 19:41:40 +0000
system/build/dpkg/libchrome-822064/debian/compat 0 → 100644 +1 −0 Original line number Diff line number Diff line 10
system/build/dpkg/libchrome-822064/debian/control 0 → 100644 +28 −0 Original line number Diff line number Diff line Source: libchrome Section: libs Priority: optional Maintainer: Sonny Sasaka <sonnysasaka@chromium.org> Standards-Version: 4.1.4 Homepage: https://chromium.googlesource.com/aosp/platform/external/libchrome/ Build-Depends: debhelper (>=11~), clang, python3, pkg-config, ninja-build, libglib2.0-dev, libevent-dev, libnss3-dev, libdbus-1-dev, libprotobuf-dev, googletest, libre2-dev, libdouble-conversion-dev, libssl-dev, libabsl-dev Package: libchrome Architecture: any Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends} Description: Chromium's base library
system/build/dpkg/libchrome-822064/debian/install_headers.sh 0 → 100755 +48 −0 Original line number Diff line number Diff line #!/bin/bash destdir="$1" header_dirs=( base base/allocator base/containers base/debug base/files base/hash base/i18n base/json base/memory base/message_loop base/metrics base/numerics base/posix base/process base/strings base/synchronization base/system base/task base/task/common base/task/sequence_manager base/task/thread_pool base/test base/third_party/icu base/third_party/nspr base/third_party/valgrind base/threading base/time base/timer base/trace_event base/trace_event/common build components/policy components/policy/core/common testing/gmock/include/gmock testing/gtest/include/gtest dbus ) # Install header files. for d in "${header_dirs[@]}" ; do mkdir -p "${destdir}/usr/include/libchrome/${d}" cp libchrome/"${d}"/*.h "${destdir}/usr/include/libchrome/${d}" done