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

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

Issue 1301693002: Fix the mechanism by which Blink determines OSX version number. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add a missing return; to a unit test. Created 5 years, 4 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 | « no previous file | Source/platform/mac/ThemeMac.mm » ('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 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 'graphics/RecordingImageBufferSurfaceTest.cpp', 974 'graphics/RecordingImageBufferSurfaceTest.cpp',
975 'graphics/ThreadSafeDataTransportTest.cpp', 975 'graphics/ThreadSafeDataTransportTest.cpp',
976 'graphics/filters/FilterOperationsTest.cpp', 976 'graphics/filters/FilterOperationsTest.cpp',
977 'graphics/filters/ImageFilterBuilderTest.cpp', 977 'graphics/filters/ImageFilterBuilderTest.cpp',
978 'graphics/gpu/DrawingBufferTest.cpp', 978 'graphics/gpu/DrawingBufferTest.cpp',
979 'graphics/paint/DisplayItemListTest.cpp', 979 'graphics/paint/DisplayItemListTest.cpp',
980 'graphics/paint/DisplayItemTest.cpp', 980 'graphics/paint/DisplayItemTest.cpp',
981 'graphics/paint/DisplayItemTransformTreeBuilderTest.cpp', 981 'graphics/paint/DisplayItemTransformTreeBuilderTest.cpp',
982 'image-decoders/FastSharedBufferReaderTest.cpp', 982 'image-decoders/FastSharedBufferReaderTest.cpp',
983 'image-decoders/ImageDecoderTest.cpp', 983 'image-decoders/ImageDecoderTest.cpp',
984 'mac/VersionUtilMacTest.mm',
Nico 2015/08/18 00:11:27 This file is read by gn too, yes?
erikchen 2015/08/18 00:14:03 That's right. https://code.google.com/p/chromium/c
984 'network/FormDataTest.cpp', 985 'network/FormDataTest.cpp',
985 'network/HTTPParsersTest.cpp', 986 'network/HTTPParsersTest.cpp',
986 'network/ResourceRequestTest.cpp', 987 'network/ResourceRequestTest.cpp',
987 'scheduler/CancellableTaskFactoryTest.cpp', 988 'scheduler/CancellableTaskFactoryTest.cpp',
988 'scroll/ScrollableAreaTest.cpp', 989 'scroll/ScrollableAreaTest.cpp',
989 'testing/ArenaTestHelpers.h', 990 'testing/ArenaTestHelpers.h',
990 'testing/TreeTestHelpers.cpp', 991 'testing/TreeTestHelpers.cpp',
991 'testing/TreeTestHelpers.h', 992 'testing/TreeTestHelpers.h',
992 'text/BidiResolverTest.cpp', 993 'text/BidiResolverTest.cpp',
993 'text/DateTimeFormatTest.cpp', 994 'text/DateTimeFormatTest.cpp',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 ['os_posix==1 and OS!="mac"', 1050 ['os_posix==1 and OS!="mac"',
1050 { 1051 {
1051 'platform_test_files': [ 1052 'platform_test_files': [
1052 'text/LocaleICUTest.cpp', 1053 'text/LocaleICUTest.cpp',
1053 ], 1054 ],
1054 } 1055 }
1055 ], 1056 ],
1056 ], 1057 ],
1057 }, 1058 },
1058 } 1059 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/mac/ThemeMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698