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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 27123002: Move Region.cpp/.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'Clock.cpp', 4 'Clock.cpp',
5 'Clock.h', 5 'Clock.h',
6 'ContentType.cpp', 6 'ContentType.cpp',
7 'ContentType.h', 7 'ContentType.h',
8 'DateComponents.cpp', 8 'DateComponents.cpp',
9 'DateComponents.h', 9 'DateComponents.h',
10 'Decimal.cpp', 10 'Decimal.cpp',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'geometry/LayoutBoxExtent.cpp', 198 'geometry/LayoutBoxExtent.cpp',
199 'geometry/LayoutBoxExtent.h', 199 'geometry/LayoutBoxExtent.h',
200 'geometry/LayoutPoint.h', 200 'geometry/LayoutPoint.h',
201 'geometry/LayoutRect.cpp', 201 'geometry/LayoutRect.cpp',
202 'geometry/LayoutRect.h', 202 'geometry/LayoutRect.h',
203 'geometry/LayoutSize.h', 203 'geometry/LayoutSize.h',
204 'geometry/RoundedRect.cpp', 204 'geometry/RoundedRect.cpp',
205 'geometry/RoundedRect.h', 205 'geometry/RoundedRect.h',
206 'graphics/angle/ANGLEPlatformBridge.cpp', 206 'graphics/angle/ANGLEPlatformBridge.cpp',
207 'graphics/angle/ANGLEPlatformBridge.h', 207 'graphics/angle/ANGLEPlatformBridge.h',
208 'graphics/Region.cpp',
209 'graphics/Region.h',
abarth-chromium 2013/10/13 15:19:51 I think these should be in platform/geometry/Regio
208 'network/DNS.cpp', 210 'network/DNS.cpp',
209 'network/DNS.h', 211 'network/DNS.h',
210 'network/HTTPHeaderMap.cpp', 212 'network/HTTPHeaderMap.cpp',
211 'network/HTTPHeaderMap.h', 213 'network/HTTPHeaderMap.h',
212 'network/HTTPParsers.cpp', 214 'network/HTTPParsers.cpp',
213 'network/HTTPParsers.h', 215 'network/HTTPParsers.h',
214 'network/ParsedContentType.cpp', 216 'network/ParsedContentType.cpp',
215 'network/ParsedContentType.h', 217 'network/ParsedContentType.h',
216 'network/ProxyServer.cpp', 218 'network/ProxyServer.cpp',
217 'network/ProxyServer.h', 219 'network/ProxyServer.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'geometry/RoundedRectTest.cpp', 293 'geometry/RoundedRectTest.cpp',
292 'geometry/RoundedRectTest.cpp', 294 'geometry/RoundedRectTest.cpp',
293 'testing/ArenaTestHelpers.h', 295 'testing/ArenaTestHelpers.h',
294 'testing/TreeTestHelpers.cpp', 296 'testing/TreeTestHelpers.cpp',
295 'testing/TreeTestHelpers.h', 297 'testing/TreeTestHelpers.h',
296 'text/DateTimeFormatTest.cpp', 298 'text/DateTimeFormatTest.cpp',
297 'text/DateTimeFormatTest.cpp', 299 'text/DateTimeFormatTest.cpp',
298 ], 300 ],
299 }, 301 },
300 } 302 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698