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

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

Issue 2135143002: Implement SignedCertificateTimestamp::isolatedCopy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 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 | « no previous file | third_party/WebKit/Source/platform/network/ResourceResponse.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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1233 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1233 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1234 'image-decoders/ico/ICOImageDecoderTest.cpp', 1234 'image-decoders/ico/ICOImageDecoderTest.cpp',
1235 'inspector_protocol/ParserTest.cpp', 1235 'inspector_protocol/ParserTest.cpp',
1236 'mac/VersionUtilMacTest.mm', 1236 'mac/VersionUtilMacTest.mm',
1237 'mojo/KURLSecurityOriginTest.cpp', 1237 'mojo/KURLSecurityOriginTest.cpp',
1238 'network/EncodedFormDataTest.cpp', 1238 'network/EncodedFormDataTest.cpp',
1239 'network/HTTPParsersTest.cpp', 1239 'network/HTTPParsersTest.cpp',
1240 'network/LinkHeaderTest.cpp', 1240 'network/LinkHeaderTest.cpp',
1241 'network/NetworkUtilsTest.cpp', 1241 'network/NetworkUtilsTest.cpp',
1242 'network/ResourceRequestTest.cpp', 1242 'network/ResourceRequestTest.cpp',
1243 'network/ResourceResponseTest.cpp',
1243 'scheduler/CancellableTaskFactoryTest.cpp', 1244 'scheduler/CancellableTaskFactoryTest.cpp',
1244 'scroll/ScrollableAreaTest.cpp', 1245 'scroll/ScrollableAreaTest.cpp',
1245 'testing/ArenaTestHelpers.h', 1246 'testing/ArenaTestHelpers.h',
1246 'testing/TreeTestHelpers.cpp', 1247 'testing/TreeTestHelpers.cpp',
1247 'testing/TreeTestHelpers.h', 1248 'testing/TreeTestHelpers.h',
1248 'text/BidiResolverTest.cpp', 1249 'text/BidiResolverTest.cpp',
1249 'text/CharacterTest.cpp', 1250 'text/CharacterTest.cpp',
1250 'text/DateTimeFormatTest.cpp', 1251 'text/DateTimeFormatTest.cpp',
1251 'text/LocaleToScriptMappingTest.cpp', 1252 'text/LocaleToScriptMappingTest.cpp',
1252 'text/HyphenationTest.cpp', 1253 'text/HyphenationTest.cpp',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 ['use_default_render_theme==1', 1351 ['use_default_render_theme==1',
1351 { 1352 {
1352 'platform_test_files': [ 1353 'platform_test_files': [
1353 'scroll/ScrollbarThemeAuraTest.cpp', 1354 'scroll/ScrollbarThemeAuraTest.cpp',
1354 ], 1355 ],
1355 } 1356 }
1356 ], 1357 ],
1357 ], 1358 ],
1358 }, 1359 },
1359 } 1360 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/network/ResourceResponse.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698