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

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
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 'FileChooser.cpp', 37 'FileChooser.cpp',
13 'FileChooser.h', 38 'FileChooser.h',
39 'FloatConversion.h',
14 'JSONValues.cpp', 40 'JSONValues.cpp',
15 'JSONValues.h', 41 'JSONValues.h',
16 'Language.cpp', 42 'Language.cpp',
17 'Language.h', 43 'Language.h',
18 'LayoutUnit.h', 44 'LayoutUnit.h',
19 'LinkHash.cpp', 45 'LinkHash.cpp',
20 'LinkHash.h', 46 'LinkHash.h',
21 'LocalizedStrings.cpp', 47 'LocalizedStrings.cpp',
22 'LocalizedStrings.h', 48 'LocalizedStrings.h',
23 'Logging.cpp', 49 'Logging.cpp',
24 'Logging.h', 50 'Logging.h',
25 'NotImplemented.cpp', 51 'NotImplemented.cpp',
26 'NotImplemented.h', 52 'NotImplemented.h',
27 'PurgeableBuffer.cpp', 53 'PurgeableBuffer.cpp',
28 'PurgeableBuffer.h', 54 'PurgeableBuffer.h',
29 'SharedBuffer.cpp', 55 'SharedBuffer.cpp',
30 'SharedBuffer.h', 56 'SharedBuffer.h',
31 ], 57 ],
32 'platform_test_files': [ 58 'platform_test_files': [
33 'ClockTest.cpp', 59 'ClockTest.cpp',
34 'DecimalTest.cpp', 60 'DecimalTest.cpp',
35 'LayoutUnitTest.cpp', 61 'LayoutUnitTest.cpp',
36 'SharedBufferTest.cpp', 62 'SharedBufferTest.cpp',
37 ], 63 ],
38 }, 64 },
39 } 65 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698