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

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

Issue 1288823004: Reland #1: Fix the mechanism by which Blink determines OSX version number. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix logic error in 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 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 'graphics/RecordingImageBufferSurfaceTest.cpp', 973 'graphics/RecordingImageBufferSurfaceTest.cpp',
974 'graphics/ThreadSafeDataTransportTest.cpp', 974 'graphics/ThreadSafeDataTransportTest.cpp',
975 'graphics/filters/FilterOperationsTest.cpp', 975 'graphics/filters/FilterOperationsTest.cpp',
976 'graphics/filters/ImageFilterBuilderTest.cpp', 976 'graphics/filters/ImageFilterBuilderTest.cpp',
977 'graphics/gpu/DrawingBufferTest.cpp', 977 'graphics/gpu/DrawingBufferTest.cpp',
978 'graphics/paint/DisplayItemPropertyTreeBuilderTest.cpp', 978 'graphics/paint/DisplayItemPropertyTreeBuilderTest.cpp',
979 'graphics/paint/DisplayItemListTest.cpp', 979 'graphics/paint/DisplayItemListTest.cpp',
980 'graphics/paint/DisplayItemTest.cpp', 980 'graphics/paint/DisplayItemTest.cpp',
981 'image-decoders/FastSharedBufferReaderTest.cpp', 981 'image-decoders/FastSharedBufferReaderTest.cpp',
982 'image-decoders/ImageDecoderTest.cpp', 982 'image-decoders/ImageDecoderTest.cpp',
983 'mac/VersionUtilMacTest.mm',
983 'network/FormDataTest.cpp', 984 'network/FormDataTest.cpp',
984 'network/HTTPParsersTest.cpp', 985 'network/HTTPParsersTest.cpp',
985 'network/ResourceRequestTest.cpp', 986 'network/ResourceRequestTest.cpp',
986 'scheduler/CancellableTaskFactoryTest.cpp', 987 'scheduler/CancellableTaskFactoryTest.cpp',
987 'scroll/ScrollableAreaTest.cpp', 988 'scroll/ScrollableAreaTest.cpp',
988 'testing/ArenaTestHelpers.h', 989 'testing/ArenaTestHelpers.h',
989 'testing/TreeTestHelpers.cpp', 990 'testing/TreeTestHelpers.cpp',
990 'testing/TreeTestHelpers.h', 991 'testing/TreeTestHelpers.h',
991 'text/BidiResolverTest.cpp', 992 'text/BidiResolverTest.cpp',
992 'text/DateTimeFormatTest.cpp', 993 'text/DateTimeFormatTest.cpp',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 ['os_posix==1 and OS!="mac"', 1049 ['os_posix==1 and OS!="mac"',
1049 { 1050 {
1050 'platform_test_files': [ 1051 'platform_test_files': [
1051 'text/LocaleICUTest.cpp', 1052 'text/LocaleICUTest.cpp',
1052 ], 1053 ],
1053 } 1054 }
1054 ], 1055 ],
1055 ], 1056 ],
1056 }, 1057 },
1057 } 1058 }
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