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

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

Issue 1753543002: PaymentRequest Mojo bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interface
Patch Set: haraken@'s + esprehn@'s comments Created 4 years, 8 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'LinkHash.cpp', 65 'LinkHash.cpp',
66 'LinkHash.h', 66 'LinkHash.h',
67 'Logging.cpp', 67 'Logging.cpp',
68 'Logging.h', 68 'Logging.h',
69 'MIMETypeFromURL.cpp', 69 'MIMETypeFromURL.cpp',
70 'MIMETypeFromURL.h', 70 'MIMETypeFromURL.h',
71 'MIMETypeRegistry.cpp', 71 'MIMETypeRegistry.cpp',
72 'MIMETypeRegistry.h', 72 'MIMETypeRegistry.h',
73 'MemoryPurgeController.cpp', 73 'MemoryPurgeController.cpp',
74 'MemoryPurgeController.h', 74 'MemoryPurgeController.h',
75 'MojoHelper.h',
75 'PartitionAllocMemoryDumpProvider.cpp', 76 'PartitionAllocMemoryDumpProvider.cpp',
76 'PartitionAllocMemoryDumpProvider.h', 77 'PartitionAllocMemoryDumpProvider.h',
77 'PODArena.h', 78 'PODArena.h',
78 'PODFreeListArena.h', 79 'PODFreeListArena.h',
79 'PODInterval.h', 80 'PODInterval.h',
80 'PODIntervalTree.h', 81 'PODIntervalTree.h',
81 'PODRedBlackTree.h', 82 'PODRedBlackTree.h',
82 'ParsingUtilities.h', 83 'ParsingUtilities.h',
83 'PasteMode.h', 84 'PasteMode.h',
84 'PlatformEvent.h', 85 'PlatformEvent.h',
(...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 'text/TextRunIterator.h', 1000 'text/TextRunIterator.h',
1000 'text/TextStream.cpp', 1001 'text/TextStream.cpp',
1001 'text/TextStream.h', 1002 'text/TextStream.h',
1002 'text/UnicodeBidi.h', 1003 'text/UnicodeBidi.h',
1003 'text/UnicodeRange.cpp', 1004 'text/UnicodeRange.cpp',
1004 'text/UnicodeRange.h', 1005 'text/UnicodeRange.h',
1005 'text/UnicodeUtilities.cpp', 1006 'text/UnicodeUtilities.cpp',
1006 'text/UnicodeUtilities.h', 1007 'text/UnicodeUtilities.h',
1007 'threading/BackgroundTaskRunner.cpp', 1008 'threading/BackgroundTaskRunner.cpp',
1008 'threading/BackgroundTaskRunner.h', 1009 'threading/BackgroundTaskRunner.h',
1009 'threading/BindForMojo.h',
1010 'transforms/AffineTransform.cpp', 1010 'transforms/AffineTransform.cpp',
1011 'transforms/AffineTransform.h', 1011 'transforms/AffineTransform.h',
1012 'transforms/IdentityTransformOperation.h', 1012 'transforms/IdentityTransformOperation.h',
1013 'transforms/InterpolatedTransformOperation.cpp', 1013 'transforms/InterpolatedTransformOperation.cpp',
1014 'transforms/InterpolatedTransformOperation.h', 1014 'transforms/InterpolatedTransformOperation.h',
1015 'transforms/Matrix3DTransformOperation.cpp', 1015 'transforms/Matrix3DTransformOperation.cpp',
1016 'transforms/Matrix3DTransformOperation.h', 1016 'transforms/Matrix3DTransformOperation.h',
1017 'transforms/MatrixTransformOperation.cpp', 1017 'transforms/MatrixTransformOperation.cpp',
1018 'transforms/MatrixTransformOperation.h', 1018 'transforms/MatrixTransformOperation.h',
1019 'transforms/PerspectiveTransformOperation.cpp', 1019 'transforms/PerspectiveTransformOperation.cpp',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 ['OS!="mac"', 1283 ['OS!="mac"',
1284 { 1284 {
1285 'platform_test_files': [ 1285 'platform_test_files': [
1286 'scroll/ScrollAnimatorTest.cpp', 1286 'scroll/ScrollAnimatorTest.cpp',
1287 ], 1287 ],
1288 } 1288 }
1289 ], 1289 ],
1290 ], 1290 ],
1291 }, 1291 },
1292 } 1292 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698