Index: build/filename_rules.gypi |
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi |
index 9bb76c50da3ce19ff76411cf58aef1b3501187a7..001b975c8768910352faddf92434d0db9fc10ed6 100644 |
--- a/build/filename_rules.gypi |
+++ b/build/filename_rules.gypi |
@@ -71,13 +71,6 @@ |
['exclude', '(^|/)x/'], |
], |
}], |
- ['<(toolkit_uses_gtk)!=1 or >(nacl_untrusted_build)==1', { |
- 'sources/': [ |
- ['exclude', '_gtk(_browsertest|_unittest)?\\.(h|cc)$'], |
- ['exclude', '(^|/)gtk/'], |
- ['exclude', '(^|/)gtk_[^/]*\\.(h|cc)$'], |
- ], |
- }], |
['<(toolkit_views)==0 or >(nacl_untrusted_build)==1', { |
'sources/': [ ['exclude', '_views\\.(h|cc)$'] ] |
}], |