Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / testing / buildbot / trybot_analyze_config.json
index e4404be..f4b6b63 100644 (file)
@@ -1,21 +1,36 @@
 {
-  "exclusions": [
-    ".*gyp[i]?",
-    "build/android/pylib",
-    "build/compiler_version.py",
-    "build/get_landmines.py",
-    "build/gyp_chromium",
-    "build/linux/sysroot_ld_path.sh",
-    "chrome/test/data/.*",
-    "content/test/data/.*",
-    "DEPS",
-    "testing/buildbot/.*",
-    "tools/clang/scripts/plugin_flags.sh",
-    "tools/clang/scripts/update.py",
-    "tools/clang/scripts/update.sh",
-    "tools/metrics/histograms/histograms.xml",
-    "tools/perf/.*",
-    "tools/telemetry/.*",
-    "tools/whitespace.txt"
-  ]
+  "base": {
+    "exclusions": [
+      "build/.*gyp[i]?",
+      "build/android/pylib/.*",
+      "build/compiler_version.py",
+      "build/get_landmines.py",
+      "build/gyp_chromium",
+      "build/linux/sysroot_ld_path.sh",
+      "DEPS",
+      "testing/buildbot/.*",
+      "tools/clang/blink_gc_plugin/CMakeLists.txt",
+      "tools/whitespace.txt"
+    ]
+  },
+  "android_webview": {
+    "exclusions": [
+      "android_webview/.*"
+    ]
+  },
+  "chromium": {
+    "exclusions": [
+      "chrome/test/data/.*",
+      "content/test/data/.*",
+      "content/test/gpu/.*",
+      "gpu/gles2_conform_support/gles2_conform_test_expectations.txt",
+      "net/data/.*",
+      "tools/clang/scripts/plugin_flags.sh",
+      "tools/clang/scripts/update.py",
+      "tools/clang/scripts/update.sh",
+      "tools/metrics/histograms/histograms.xml",
+      "tools/perf/.*",
+      "tools/telemetry/.*"
+    ]
+  }
 }