Home
last modified time | relevance | path

Searched +full:libabsl +full:- +full:dev (Results 1 – 3 of 3) sorted by relevance

/external/cronet/third_party/re2/src/.github/workflows/
Dci.yml6 build-appleclang:
7 runs-on: macos-latest
9 fail-fast: false
15 # Unlike GCC and upstream Clang, AppleClang still defaults to `-std=c++98`
18 # we set the `-std` flag explicitly in order to vary the language version.
20 CXXFLAGS: -O3 -g -std=c++${{ matrix.ver }}
22 - uses: actions/checkout@v3
23 - name: Install Abseil, GoogleTest and Benchmark
26 brew install abseil googletest google-benchmark
28 - run: make && make test
[all …]
Dci-cmake.yml6 build-linux:
7 runs-on: ubuntu-latest
12 fail-fast: false
16 - uses: actions/checkout@v3
17 - name: Install CMake
19 apt update -y
20 apt install -y cmake
22 - name: Install Abseil, GoogleTest and Benchmark
24 apt update -y
25 apt install -y libabsl-dev libgtest-dev libbenchmark-dev
[all …]
/external/angle/scripts/
Dupdate_chrome_angle.py4 # Use of this source code is governed by a BSD-style license that can be
9 # or Dev (on Linux) installed directory. Testing ANGLE this way is much faster than compiling
13 # - /opt/google/chrome-unstable on Linux
14 # - the most recent Canary installation folder on Windows.
15 # - /Applications/Google\ Chrome\ Canary.app on macOS
41 'libthird_party_abseil-cpp_absl.dylib',
47 chrome_folder = '/opt/google/chrome-unstable'
49 optional_libs_to_copy = ['libchrome_zlib.so', 'libabsl.so', 'libc++.so']
85 print(' - ' + src + ' --> ' + dst)
104 print(' - COULD NOT FIND "' + src + '"')
[all …]