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

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

Issue 25494003: Move geometry classes from core/platform/graphics to platform/geometry (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
« no previous file with comments | « Source/platform/FloatConversion.h ('k') | Source/platform/geometry/FloatPoint.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'exported/Platform.cpp', 4 'exported/Platform.cpp',
5 'exported/WebData.cpp', 5 'exported/WebData.cpp',
6 'geometry/FloatPoint.cpp',
7 'geometry/FloatPoint.h',
8 'geometry/FloatPoint3D.cpp',
9 'geometry/FloatPoint3D.h',
10 'geometry/FloatQuad.cpp',
11 'geometry/FloatQuad.h',
12 'geometry/FloatRect.cpp',
13 'geometry/FloatRect.h',
14 'geometry/FloatSize.cpp',
15 'geometry/FloatSize.h',
16 'geometry/IntPoint.h',
17 'geometry/IntRect.cpp',
18 'geometry/IntRectExtent.h',
19 'geometry/IntRect.h',
20 'geometry/IntSize.h',
21 'geometry/LayoutBoxExtent.h',
22 'geometry/LayoutBoxExtent.cpp',
23 'geometry/LayoutPoint.h',
24 'geometry/LayoutRect.cpp',
25 'geometry/LayoutRect.h',
26 'geometry/LayoutSize.h',
27 'transforms/AffineTransform.cpp',
28 'transforms/AffineTransform.h',
29 'transforms/TransformationMatrix.cpp',
30 'transforms/TransformationMatrix.h',
6 'Clock.cpp', 31 'Clock.cpp',
7 'Clock.h', 32 'Clock.h',
8 'DateComponents.cpp', 33 'DateComponents.cpp',
9 'DateComponents.h', 34 'DateComponents.h',
10 'Decimal.cpp', 35 'Decimal.cpp',
11 'Decimal.h', 36 'Decimal.h',
12 'EventTracer.cpp', 37 'EventTracer.cpp',
13 'EventTracer.h', 38 'EventTracer.h',
14 'FileChooser.cpp', 39 'FileChooser.cpp',
15 'FileChooser.h', 40 'FileChooser.h',
41 'FloatConversion.h',
16 'JSONValues.cpp', 42 'JSONValues.cpp',
17 'JSONValues.h', 43 'JSONValues.h',
18 'Language.cpp', 44 'Language.cpp',
19 'Language.h', 45 'Language.h',
20 'LayoutTestSupport.cpp', 46 'LayoutTestSupport.cpp',
21 'LayoutTestSupport.h', 47 'LayoutTestSupport.h',
22 'LayoutUnit.h', 48 'LayoutUnit.h',
23 'LinkHash.cpp', 49 'LinkHash.cpp',
24 'LinkHash.h', 50 'LinkHash.h',
25 'LocalizedStrings.cpp', 51 'LocalizedStrings.cpp',
(...skipping 14 matching lines...) Expand all
40 'UUID.h', 66 'UUID.h',
41 ], 67 ],
42 'platform_test_files': [ 68 'platform_test_files': [
43 'ClockTest.cpp', 69 'ClockTest.cpp',
44 'DecimalTest.cpp', 70 'DecimalTest.cpp',
45 'LayoutUnitTest.cpp', 71 'LayoutUnitTest.cpp',
46 'SharedBufferTest.cpp', 72 'SharedBufferTest.cpp',
47 ], 73 ],
48 }, 74 },
49 } 75 }
OLDNEW
« no previous file with comments | « Source/platform/FloatConversion.h ('k') | Source/platform/geometry/FloatPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698