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

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: Fix mac export 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
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/FontCacheKey.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 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'Clock.cpp', 7 'Clock.cpp',
8 'Clock.h', 8 'Clock.h',
9 'ContentType.cpp', 9 'ContentType.cpp',
10 'ContentType.h', 10 'ContentType.h',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'exported/WebThreadSafeData.cpp', 224 'exported/WebThreadSafeData.cpp',
225 'exported/WebTransformKeyframe.cpp', 225 'exported/WebTransformKeyframe.cpp',
226 'exported/WebURL.cpp', 226 'exported/WebURL.cpp',
227 'exported/WebURLError.cpp', 227 'exported/WebURLError.cpp',
228 'exported/WebURLLoadTiming.cpp', 228 'exported/WebURLLoadTiming.cpp',
229 'exported/WebURLRequest.cpp', 229 'exported/WebURLRequest.cpp',
230 'exported/WebURLRequestPrivate.h', 230 'exported/WebURLRequestPrivate.h',
231 'exported/WebURLResponse.cpp', 231 'exported/WebURLResponse.cpp',
232 'exported/WebURLResponsePrivate.h', 232 'exported/WebURLResponsePrivate.h',
233 'fonts/FontBaseline.h', 233 'fonts/FontBaseline.h',
234 'fonts/FontCacheKey.h',
234 'fonts/FontData.cpp', 235 'fonts/FontData.cpp',
235 'fonts/FontData.h', 236 'fonts/FontData.h',
237 'fonts/FontDescription.cpp',
236 'fonts/FontFamily.cpp', 238 'fonts/FontFamily.cpp',
237 'fonts/FontFamily.h', 239 'fonts/FontFamily.h',
238 'fonts/FontFeatureSettings.cpp', 240 'fonts/FontFeatureSettings.cpp',
239 'fonts/FontFeatureSettings.h', 241 'fonts/FontFeatureSettings.h',
240 'geometry/FloatPolygon.cpp', 242 'geometry/FloatPolygon.cpp',
241 'geometry/FloatPolygon.h', 243 'geometry/FloatPolygon.h',
242 'geometry/FloatPoint.cpp', 244 'geometry/FloatPoint.cpp',
243 'geometry/FloatPoint.h', 245 'geometry/FloatPoint.h',
244 'geometry/FloatPoint3D.cpp', 246 'geometry/FloatPoint3D.cpp',
245 'geometry/FloatPoint3D.h', 247 'geometry/FloatPoint3D.h',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'geometry/RoundedRectTest.cpp', 407 'geometry/RoundedRectTest.cpp',
406 'graphics/ThreadSafeDataTransportTest.cpp', 408 'graphics/ThreadSafeDataTransportTest.cpp',
407 'testing/ArenaTestHelpers.h', 409 'testing/ArenaTestHelpers.h',
408 'testing/TreeTestHelpers.cpp', 410 'testing/TreeTestHelpers.cpp',
409 'testing/TreeTestHelpers.h', 411 'testing/TreeTestHelpers.h',
410 'text/BidiResolverTest.cpp', 412 'text/BidiResolverTest.cpp',
411 'text/DateTimeFormatTest.cpp', 413 'text/DateTimeFormatTest.cpp',
412 ], 414 ],
413 }, 415 },
414 } 416 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/FontCacheKey.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698