Index: build/linux/chrome_linux.croc |
diff --git a/build/linux/chrome_linux.croc b/build/linux/chrome_linux.croc |
index c67be248e7bd475b582c8fc1619c9b2facab99db..8a3628f7ab9c73c99a7ba090d903745c4b8d1b7b 100644 |
--- a/build/linux/chrome_linux.croc |
+++ b/build/linux/chrome_linux.croc |
@@ -1,6 +1,9 @@ |
# -*- python -*- |
# Crocodile config file for Chromium linux |
+# TODO(jhawkins): We'll need to add a chromeos.croc once we get a coverage bot |
+# for that platform. |
+ |
{ |
# List of rules, applied in order |
'rules' : [ |
@@ -25,9 +28,14 @@ |
'regexp' : '.*/third_party/', |
'include' : 0, |
}, |
+ # Don't include non-Linux platform dirs |
+ { |
+ 'regexp' : '.*/(chromeos|views)/', |
+ 'include' : 0, |
+ }, |
# Don't include windows or mac specific files |
{ |
- 'regexp' : '.*(_|/)(mac|win)(\\.|_)', |
+ 'regexp' : '.*(_|/)(mac|win|views)(\\.|_)', |
'include' : 0, |
}, |