Index: build/filename_rules.gypi |
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi |
index 2f043e2db08983a4b9385224ea9033f675a8873e..5941f7a175309e5b9725660a9d6fa9ba89453ad9 100644 |
--- a/build/filename_rules.gypi |
+++ b/build/filename_rules.gypi |
@@ -48,7 +48,7 @@ |
], |
}], |
['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { |
- 'sources/': [ ['exclude', '_chromeos\\.(h|cc)$'] ] |
+ 'sources/': [ ['exclude', '_chromeos(_unittest)?\\.(h|cc)$'] ] |
}], |
['>(nacl_untrusted_build)==0', { |
'sources/': [ |
@@ -62,7 +62,7 @@ |
}], |
['<(use_x11)!=1 or >(nacl_untrusted_build)==1', { |
'sources/': [ |
- ['exclude', '_(chromeos|x|x11)(_unittest)?\\.(h|cc)$'], |
oshima
2012/06/22 15:38:43
oh, i didn't know we had this rule. thanks.
|
+ ['exclude', '_(x|x11)(_unittest)?\\.(h|cc)$'], |
['exclude', '(^|/)x11_[^/]*\\.(h|cc)$'], |
], |
}], |