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

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

Issue 48113009: Move Font related classes to Source/platform/fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add two more Font related independent files Created 7 years, 1 month 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'CalculationValue.cpp', 4 'CalculationValue.cpp',
5 'CalculationValue.h', 5 'CalculationValue.h',
6 'Clock.cpp', 6 'Clock.cpp',
7 'Clock.h', 7 'Clock.h',
8 'ContentType.cpp', 8 'ContentType.cpp',
9 'ContentType.h', 9 'ContentType.h',
10 'CrossThreadCopier.cpp', 10 'CrossThreadCopier.cpp',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'exported/WebSourceInfo.cpp', 212 'exported/WebSourceInfo.cpp',
213 'exported/WebThreadSafeData.cpp', 213 'exported/WebThreadSafeData.cpp',
214 'exported/WebURL.cpp', 214 'exported/WebURL.cpp',
215 'exported/WebURLError.cpp', 215 'exported/WebURLError.cpp',
216 'exported/WebURLLoadTiming.cpp', 216 'exported/WebURLLoadTiming.cpp',
217 'exported/WebURLRequest.cpp', 217 'exported/WebURLRequest.cpp',
218 'exported/WebURLRequestPrivate.h', 218 'exported/WebURLRequestPrivate.h',
219 'exported/WebURLResponse.cpp', 219 'exported/WebURLResponse.cpp',
220 'exported/WebURLResponsePrivate.h', 220 'exported/WebURLResponsePrivate.h',
221 'fonts/FontBaseline.h', 221 'fonts/FontBaseline.h',
222 'fonts/FontCacheKey.h',
222 'fonts/FontData.cpp', 223 'fonts/FontData.cpp',
223 'fonts/FontData.h', 224 'fonts/FontData.h',
225 'fonts/FontDescription.cpp',
224 'fonts/FontFamily.cpp', 226 'fonts/FontFamily.cpp',
225 'fonts/FontFamily.h', 227 'fonts/FontFamily.h',
226 'fonts/FontFeatureSettings.cpp', 228 'fonts/FontFeatureSettings.cpp',
227 'fonts/FontFeatureSettings.h', 229 'fonts/FontFeatureSettings.h',
228 'geometry/FloatPolygon.cpp', 230 'geometry/FloatPolygon.cpp',
229 'geometry/FloatPolygon.h', 231 'geometry/FloatPolygon.h',
230 'geometry/FloatPoint.cpp', 232 'geometry/FloatPoint.cpp',
231 'geometry/FloatPoint.h', 233 'geometry/FloatPoint.h',
232 'geometry/FloatPoint3D.cpp', 234 'geometry/FloatPoint3D.cpp',
233 'geometry/FloatPoint3D.h', 235 'geometry/FloatPoint3D.h',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 'geometry/RoundedRectTest.cpp', 390 'geometry/RoundedRectTest.cpp',
389 'graphics/ThreadSafeDataTransportTest.cpp', 391 'graphics/ThreadSafeDataTransportTest.cpp',
390 'testing/ArenaTestHelpers.h', 392 'testing/ArenaTestHelpers.h',
391 'testing/TreeTestHelpers.cpp', 393 'testing/TreeTestHelpers.cpp',
392 'testing/TreeTestHelpers.h', 394 'testing/TreeTestHelpers.h',
393 'text/BidiResolverTest.cpp', 395 'text/BidiResolverTest.cpp',
394 'text/DateTimeFormatTest.cpp', 396 'text/DateTimeFormatTest.cpp',
395 ], 397 ],
396 }, 398 },
397 } 399 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698