Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(474)

Unified Diff: Source/core/core.gyp

Issue 32823017: Move FloatPolygon.* and WindRule.h to Source/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Export classes/enum for win/mac Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698