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

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

Issue 342883004: Using Enum in place of bool for better code readability (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comment fixes Created 6 years, 5 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
« no previous file with comments | « Source/core/editing/EditingStyle.cpp ('k') | Source/platform/fonts/FixedPitchFontType.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 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 'exported/WebURLResponse.cpp', 324 'exported/WebURLResponse.cpp',
325 'exported/WebURLResponsePrivate.h', 325 'exported/WebURLResponsePrivate.h',
326 'exported/WrappedResourceRequest.h', 326 'exported/WrappedResourceRequest.h',
327 'exported/WrappedResourceResponse.h', 327 'exported/WrappedResourceResponse.h',
328 'exported/linux/WebFontInfo.cpp', 328 'exported/linux/WebFontInfo.cpp',
329 'exported/linux/WebFontRenderStyle.cpp', 329 'exported/linux/WebFontRenderStyle.cpp',
330 'fonts/AlternateFontFamily.h', 330 'fonts/AlternateFontFamily.h',
331 'fonts/Character.cpp', 331 'fonts/Character.cpp',
332 'fonts/Character.h', 332 'fonts/Character.h',
333 'fonts/CustomFontData.h', 333 'fonts/CustomFontData.h',
334 'fonts/FixedPitchFontType.h',
334 'fonts/Font.cpp', 335 'fonts/Font.cpp',
335 'fonts/Font.h', 336 'fonts/Font.h',
336 'fonts/FontBaseline.h', 337 'fonts/FontBaseline.h',
337 'fonts/FontCache.cpp', 338 'fonts/FontCache.cpp',
338 'fonts/FontCache.h', 339 'fonts/FontCache.h',
339 'fonts/FontCacheClient.h', 340 'fonts/FontCacheClient.h',
340 'fonts/FontCacheKey.h', 341 'fonts/FontCacheKey.h',
341 'fonts/FontCustomPlatformData.h', 342 'fonts/FontCustomPlatformData.h',
342 'fonts/FontData.cpp', 343 'fonts/FontData.cpp',
343 'fonts/FontData.h', 344 'fonts/FontData.h',
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 'graphics/ImageLayerChromiumTest.cpp', 933 'graphics/ImageLayerChromiumTest.cpp',
933 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 934 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
934 'graphics/test/MockImageDecoder.h', 935 'graphics/test/MockImageDecoder.h',
935 'graphics/test/MockWebGraphicsContext3D.h', 936 'graphics/test/MockWebGraphicsContext3D.h',
936 'image-decoders/gif/GIFImageDecoderTest.cpp', 937 'image-decoders/gif/GIFImageDecoderTest.cpp',
937 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 938 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
938 'image-decoders/webp/WEBPImageDecoderTest.cpp', 939 'image-decoders/webp/WEBPImageDecoderTest.cpp',
939 ], 940 ],
940 }, 941 },
941 } 942 }
OLDNEW
« no previous file with comments | « Source/core/editing/EditingStyle.cpp ('k') | Source/platform/fonts/FixedPitchFontType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698