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

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

Issue 2000253006: Implement URL and Origin typemaps/struct traits for blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 6 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
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 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 'image-decoders/FastSharedBufferReaderTest.cpp', 1210 'image-decoders/FastSharedBufferReaderTest.cpp',
1211 'image-decoders/ImageDecoderTest.cpp', 1211 'image-decoders/ImageDecoderTest.cpp',
1212 'image-decoders/ImageDecoderTestHelpers.cpp', 1212 'image-decoders/ImageDecoderTestHelpers.cpp',
1213 'image-decoders/ImageDecoderTestHelpers.h', 1213 'image-decoders/ImageDecoderTestHelpers.h',
1214 'image-decoders/bmp/BMPImageDecoderTest.cpp', 1214 'image-decoders/bmp/BMPImageDecoderTest.cpp',
1215 'image-decoders/gif/GIFImageDecoderTest.cpp', 1215 'image-decoders/gif/GIFImageDecoderTest.cpp',
1216 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1216 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
1217 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1217 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1218 'inspector_protocol/ParserTest.cpp', 1218 'inspector_protocol/ParserTest.cpp',
1219 'mac/VersionUtilMacTest.mm', 1219 'mac/VersionUtilMacTest.mm',
1220 'mojo/KURLSecurityOriginTest.cpp',
1220 'network/EncodedFormDataTest.cpp', 1221 'network/EncodedFormDataTest.cpp',
1221 'network/HTTPParsersTest.cpp', 1222 'network/HTTPParsersTest.cpp',
1222 'network/LinkHeaderTest.cpp', 1223 'network/LinkHeaderTest.cpp',
1223 'network/NetworkUtilsTest.cpp', 1224 'network/NetworkUtilsTest.cpp',
1224 'network/ResourceRequestTest.cpp', 1225 'network/ResourceRequestTest.cpp',
1225 'scheduler/CancellableTaskFactoryTest.cpp', 1226 'scheduler/CancellableTaskFactoryTest.cpp',
1226 'scroll/ScrollableAreaTest.cpp', 1227 'scroll/ScrollableAreaTest.cpp',
1227 'testing/ArenaTestHelpers.h', 1228 'testing/ArenaTestHelpers.h',
1228 'testing/TreeTestHelpers.cpp', 1229 'testing/TreeTestHelpers.cpp',
1229 'testing/TreeTestHelpers.h', 1230 'testing/TreeTestHelpers.h',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1330 ['use_default_render_theme==1', 1331 ['use_default_render_theme==1',
1331 { 1332 {
1332 'platform_test_files': [ 1333 'platform_test_files': [
1333 'scroll/ScrollbarThemeAuraTest.cpp', 1334 'scroll/ScrollbarThemeAuraTest.cpp',
1334 ], 1335 ],
1335 } 1336 }
1336 ], 1337 ],
1337 ], 1338 ],
1338 }, 1339 },
1339 } 1340 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698