Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Side by Side Diff: testing/buildbot/trybot_analyze_config.json

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « testing/buildbot/manage.py ('k') | testing/buildbot/tryserver.blink.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "android_webview": {
3 "exclusions": [
4 "android_webview/.*"
5 ]
6 },
7 "base": {
8 "exclusions": [
9 ".*isolate",
10 "build/.*gyp[i]?",
11 "build/android/.*py",
12 "build/android/pylib/.*",
13 "build/compiler_version.py",
14 "build/get_landmines.py",
15 "build/gyp_chromium",
16 "build/linux/sysroot_ld_path.sh",
17 "DEPS",
18 "testing/buildbot/.*",
19 "testing/test_env.py",
20 "tools/clang/blink_gc_plugin/CMakeLists.txt",
21 "tools/whitespace.txt"
22 ]
23 },
24 "chromium": {
25 "exclusions": [
26 "chrome/test/data/.*",
27 "components/test/data/.*",
28 "content/test/data/.*",
29 "content/test/gpu/.*",
30 "extensions/test/data/.*",
31 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt",
32 "media/test/data/.*",
33 "net/data/.*",
34 "sql/test/data/.*",
35 "third_party/accessibility-audit/axs_testing.js",
36 "third_party/hunspell_dictionaries/.*",
37 "third_party/zlib/google/test/data/.*",
38 "tools/clang/scripts/update.py",
39 "tools/clang/scripts/update.sh",
40 "tools/mb/.*",
41 "tools/metrics/histograms/histograms.xml",
42 "tools/perf/.*",
43 "tools/telemetry/.*"
44 ]
45 },
46 "ios": {
47 "exclusions": [
48 "ios/build/bots/.*"
49 ]
50 }
51 }
OLDNEW
« no previous file with comments | « testing/buildbot/manage.py ('k') | testing/buildbot/tryserver.blink.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698