Home
last modified time | relevance | path

Searched +full:fix +full:- +full:win +full:- +full:bazel +full:- +full:build (Results 1 – 11 of 11) sorted by relevance

/external/brotli/scripts/
Dappveyor.yml3 - master
7 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
12 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
17 - BUILD_SYSTEM: CMake
21 - BUILD_SYSTEM: CMake
25 - BUILD_SYSTEM: Python
30 - BUILD_SYSTEM: Python
31 PYTHON: "C:\\Python36-x64"
35 - BUILD_SYSTEM: make
38 - BUILD_SYSTEM: make
[all …]
/external/perfetto/docs/contributing/
Dbuild-instructions.md1 # Perfetto build instructions
6 A read-only mirror is also available at https://github.com/google/perfetto .
12 has non-NDK depedencies into Android internals. Profilers and internal HAL/AIDL
13 dependencies will not be built in the standalone build.
19 [AOSP->Chromium autoroller](https://autoroll.skia.org/r/perfetto-chromium-autoroll)
33 tools/install-build-deps [--android] [--ui] [--linux-arm]
36 `--android` will pull the Android NDK, emulator and other deps required
37 to build for `target_os = "android"`.
39 `--ui` will pull NodeJS and all the NPM modules required to build the
40 Web UI. See the [UI Development](#ui-development) section below for more.
[all …]
/external/cronet/build/config/siso/
Dclang_windows.star1 # -*- bazel-starlark -*-
3 # Use of this source code is governed by a BSD-style license that can be
5 """Siso configuration for clang-cl/windows."""
15 # build/win_toolchain.json may not exist when
17 if not ctx.fs.exists("build/win_toolchain.json"):
19 data = json.decode(str(ctx.fs.read("build/win_toolchain.json")))
30 win_toolchain_dir + ":headers-ci": {
49 ctx.actions.fix(args = clang_command)
56 cfg = "buildtools/reclient_cfgs/chromium-browser-clang/rewrapper_windows.cfg"
60 "clang-cl": reproxy_config["platform"],
[all …]
Dclang_code_coverage_wrapper.star1 # -*- bazel-starlark -*-
3 # Use of this source code is governed by a BSD-style license that can be
10 # Logics are copied from build/toolchain/clang_code_coverage_wrapper.py
16 # build/config/coverage/BUILD.gn
18 "-fprofile-instr-generate",
19 "-fcoverage-mapping",
24 "-mllvm",
25 "-limited-coverage-experimental=true",
51 …browser/media/router/providers/cast/cast_internal_message_util.cc", #pylint: disable=line-too-long
52 …s/media_router/common/providers/cast/channel/cast_channel_enum.cc", #pylint: disable=line-too-long
[all …]
/external/angle/build/config/siso/
Dclang_windows.star1 # -*- bazel-starlark -*-
3 # Use of this source code is governed by a BSD-style license that can be
5 """Siso configuration for clang-cl/windows."""
17 # build/win_toolchain.json may not exist when
19 if not ctx.fs.exists("build/win_toolchain.json"):
21 data = json.decode(str(ctx.fs.read("build/win_toolchain.json")))
32 win_toolchain_dir + ":headers-ci": {
51 ctx.actions.fix(args = clang_command)
58 cfg = "buildtools/reclient_cfgs/chromium-browser-clang/rewrapper_windows.cfg"
71 "clang-cl": reproxy_config["platform"],
[all …]
Dclang_code_coverage_wrapper.star1 # -*- bazel-starlark -*-
3 # Use of this source code is governed by a BSD-style license that can be
10 # Logics are copied from build/toolchain/clang_code_coverage_wrapper.py
16 # build/config/coverage/BUILD.gn
18 "-fprofile-instr-generate",
19 "-fcoverage-mapping",
20 "-mllvm",
21 "-runtime-counter-relocation=true",
26 "-mllvm",
27 "-limited-coverage-experimental=true",
[all …]
/external/grpc-grpc/
Dsetup.py7 # http://www.apache.org/licenses/LICENSE-2.0
43 # Redirect the manifest template from MANIFEST.in to PYTHON-MANIFEST.in.
44 egg_info.manifest_maker.template = "PYTHON-MANIFEST.in"
52 ABSL_INCLUDE = (os.path.join("third_party", "abseil-cpp"),)
71 os.path.join("third_party", "boringssl-with-bazel", "src", "include"),
74 UPB_GRPC_GENERATED_INCLUDE = (os.path.join("src", "core", "ext", "upb-gen"),)
76 os.path.join("src", "core", "ext", "upbdefs-gen"),
87 # Break import-style to ensure we can actually find our in-repo dependencies.
101 "Development Status :: 5 - Production/Stable",
126 # Example value: "linux-aarch64"
[all …]
/external/perfetto/
DCHANGELOG14 v46.0 - 2024-06-13:
27 * Added plugin for synchronizing two instances of the UI - search for
35 https://perfetto.dev/docs/instrumentation/track-events#dynamic-event-names
36 explains how to fix the problem.
39 v45.0 - 2024-05-09:
54 * Fix slow scrolling bug in ftrace explorer tab on low DPI machines.
58 * Remove arg auto-completion in pivot table.
60 * Fix counter event selection off-by-one error.
70 https://perfetto.dev/docs/instrumentation/track-events#dynamic-event-names
71 explains how to fix the problem.
[all …]
/external/angle/scripts/
Droll_chromium_deps.py4 # Use of this source code is governed by a BSD-style license
33 'build',
38 'buildtools/win',
40 'third_party/abseil-cpp',
53 'third_party/bazel',
55 'third_party/clang-format/script',
60 'third_party/fuchsia-sdk/sdk',
75 'third_party/Python-Markdown',
76 'third_party/qemu-linux-x64',
77 'third_party/qemu-mac-x64',
[all …]
/external/pcre/
DChangeLog2 --------------------
7 Version 10.44 07-June-2024
8 --------------------------
10 1. If a pattern contained a variable-length lookbehind in which the first
17 2. Further updates to the oss-fuzz support:
22 classes contain a lot of non-ascii characters.
26 (c) Arranged for text error messages to be shown in 16-bit and 32-bit modes.
35 bytes because this takes a long time, causing oss-fuzz to time out.
55 break property unless a zero-width joiner intervenes. PCRE2 was not insisting
61 Version 10.43 16-February-2024
[all …]
/external/bazelbuild-rules_go/third_party/
Dorg_golang_x_tools-deletegopls.patch1 diff -urN a/gopls/api-diff/api_diff.go b/gopls/api-diff/api_diff.go
2 --- a/gopls/api-diff/api_diff.go 2000-01-01 00:00:00.000000000 -0000
3 +++ b/gopls/api-diff/api_diff.go 1970-01-01 00:00:00.000000000 +0000
4 @@ -1,89 +0,0 @@
5 -// Copyright 2021 The Go Authors. All rights reserved.
6 -// Use of this source code is governed by a BSD-style
7 -// license that can be found in the LICENSE file.
8 -
9 -//go:build go1.18
10 -// +build go1.18
[all …]