Index: Source/core/core.gyp |
diff --git a/Source/core/core.gyp b/Source/core/core.gyp |
index 1d6d0c620653127b571bb555ba9d579ded1b187a..e1f9c5f1c6e608f7dbce76540faf968bb67ec969 100644 |
--- a/Source/core/core.gyp |
+++ b/Source/core/core.gyp |
@@ -598,8 +598,6 @@ |
['exclude', '.*'], |
['include', 'rendering/'], |
- # FIXME: Figure out how to store these patterns in a variable. |
- ['exclude', '(cf|cg|mac|opentype|svg|win)/'], |
['exclude', '(?<!Chromium)(CF|CG|Mac|Win)\\.(cpp|mm?)$'], |
# Previous rule excludes things like ChromiumFooWin, include those. |
['include', 'rendering/.*Chromium.*\\.(cpp|mm?)$'], |
@@ -675,8 +673,6 @@ |
'sources/': [ |
['exclude', 'rendering/'], |
- # FIXME: Figure out how to store these patterns in a variable. |
- ['exclude', '(cf|cg|mac|opentype|svg|win)/'], |
['exclude', '(?<!Chromium)(CF|CG|Mac|Win)\\.(cpp|mm?)$'], |
], |
'conditions': [ |