Index: Source/core/core.gyp |
diff --git a/Source/core/core.gyp b/Source/core/core.gyp |
index 4ca980b29f2496e0275add9af53483bdb53a8f46..1092d75f6e6feb9b1b1ae8cfbd246c943d2e14be 100644 |
--- a/Source/core/core.gyp |
+++ b/Source/core/core.gyp |
@@ -807,16 +807,6 @@ |
}], |
], |
}, |
- { |
- 'target_name': 'webcore_platform_geometry', |
- 'type': 'static_library', |
- 'dependencies': [ |
- 'webcore_prerequisites', |
- ], |
- 'sources': [ |
- '<@(webcore_platform_geometry_files)', |
- ], |
- }, |
# The *NEON.cpp files fail to compile when -mthumb is passed. Force |
# them to build in ARM mode. |
# See https://bugs.webkit.org/show_bug.cgi?id=62916. |
@@ -994,7 +984,6 @@ |
'webcore_dom', |
'webcore_html', |
'webcore_platform', |
- 'webcore_platform_geometry', |
'webcore_remaining', |
'webcore_rendering', |
'webcore_svg', |