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

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: try to fix gyp rules 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 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after
1211 'image-decoders/FastSharedBufferReaderTest.cpp', 1211 'image-decoders/FastSharedBufferReaderTest.cpp',
1212 'image-decoders/ImageDecoderTest.cpp', 1212 'image-decoders/ImageDecoderTest.cpp',
1213 'image-decoders/ImageDecoderTestHelpers.cpp', 1213 'image-decoders/ImageDecoderTestHelpers.cpp',
1214 'image-decoders/ImageDecoderTestHelpers.h', 1214 'image-decoders/ImageDecoderTestHelpers.h',
1215 'image-decoders/bmp/BMPImageDecoderTest.cpp', 1215 'image-decoders/bmp/BMPImageDecoderTest.cpp',
1216 'image-decoders/gif/GIFImageDecoderTest.cpp', 1216 'image-decoders/gif/GIFImageDecoderTest.cpp',
1217 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1217 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
1218 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1218 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1219 'inspector_protocol/ParserTest.cpp', 1219 'inspector_protocol/ParserTest.cpp',
1220 'mac/VersionUtilMacTest.mm', 1220 'mac/VersionUtilMacTest.mm',
1221 'mojo/KURLSecurityOriginTest.cpp',
1221 'network/EncodedFormDataTest.cpp', 1222 'network/EncodedFormDataTest.cpp',
1222 'network/HTTPParsersTest.cpp', 1223 'network/HTTPParsersTest.cpp',
1223 'network/LinkHeaderTest.cpp', 1224 'network/LinkHeaderTest.cpp',
1224 'network/NetworkUtilsTest.cpp', 1225 'network/NetworkUtilsTest.cpp',
1225 'network/ResourceRequestTest.cpp', 1226 'network/ResourceRequestTest.cpp',
1226 'scheduler/CancellableTaskFactoryTest.cpp', 1227 'scheduler/CancellableTaskFactoryTest.cpp',
1227 'scroll/ScrollableAreaTest.cpp', 1228 'scroll/ScrollableAreaTest.cpp',
1228 'testing/ArenaTestHelpers.h', 1229 'testing/ArenaTestHelpers.h',
1229 'testing/TreeTestHelpers.cpp', 1230 'testing/TreeTestHelpers.cpp',
1230 'testing/TreeTestHelpers.h', 1231 'testing/TreeTestHelpers.h',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 ['use_default_render_theme==1', 1332 ['use_default_render_theme==1',
1332 { 1333 {
1333 'platform_test_files': [ 1334 'platform_test_files': [
1334 'scroll/ScrollbarThemeAuraTest.cpp', 1335 'scroll/ScrollbarThemeAuraTest.cpp',
1335 ], 1336 ],
1336 } 1337 }
1337 ], 1338 ],
1338 ], 1339 ],
1339 }, 1340 },
1340 } 1341 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/blink_platform.gyp ('k') | third_party/WebKit/Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698