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

Unified Diff: testing/buildbot/trybot_analyze_config.json

Issue 1049703005: Add tool to reformat testing/buildbot/ json files in their canonical format. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rename tool, as it'll be expanded Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: testing/buildbot/trybot_analyze_config.json
diff --git a/testing/buildbot/trybot_analyze_config.json b/testing/buildbot/trybot_analyze_config.json
index ed45362b23cf29232c88eb56e0b75c69bbd9eb1f..98fb32de5f0e868cc8f7a6161ced587ee834ee58 100644
--- a/testing/buildbot/trybot_analyze_config.json
+++ b/testing/buildbot/trybot_analyze_config.json
@@ -1,4 +1,9 @@
{
+ "android_webview": {
+ "exclusions": [
+ "android_webview/.*"
+ ]
+ },
"base": {
"exclusions": [
".*isolate",
@@ -16,11 +21,6 @@
"tools/whitespace.txt"
]
},
- "android_webview": {
- "exclusions": [
- "android_webview/.*"
- ]
- },
"chromium": {
"exclusions": [
"chrome/test/data/.*",

Powered by Google App Engine
This is Rietveld 408576698