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

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

Issue 1702223002: PaymentRequest API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Windows linking. Created 4 years, 9 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 | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | no next file » | 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 26 matching lines...) Expand all
37 'FileChooser.h', 37 'FileChooser.h',
38 'FileMetadata.cpp', 38 'FileMetadata.cpp',
39 'FileMetadata.h', 39 'FileMetadata.h',
40 'FileSystemType.h', 40 'FileSystemType.h',
41 'FloatConversion.h', 41 'FloatConversion.h',
42 'Histogram.cpp', 42 'Histogram.cpp',
43 'Histogram.h', 43 'Histogram.h',
44 'HostWindow.h', 44 'HostWindow.h',
45 'JSONValues.cpp', 45 'JSONValues.cpp',
46 'JSONValues.h', 46 'JSONValues.h',
47 'JSONValuesForV8.cpp',
48 'JSONValuesForV8.h',
49 'KeyboardCodes.h', 47 'KeyboardCodes.h',
50 'KillRing.h', 48 'KillRing.h',
51 'KillRingNone.cpp', 49 'KillRingNone.cpp',
52 'Language.cpp', 50 'Language.cpp',
53 'Language.h', 51 'Language.h',
54 'LayoutTestSupport.cpp', 52 'LayoutTestSupport.cpp',
55 'LayoutTestSupport.h', 53 'LayoutTestSupport.h',
56 'LayoutUnit.h', 54 'LayoutUnit.h',
57 'Length.cpp', 55 'Length.cpp',
58 'Length.h', 56 'Length.h',
(...skipping 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after
1277 ['OS!="mac"', 1275 ['OS!="mac"',
1278 { 1276 {
1279 'platform_test_files': [ 1277 'platform_test_files': [
1280 'scroll/ScrollAnimatorTest.cpp', 1278 'scroll/ScrollAnimatorTest.cpp',
1281 ], 1279 ],
1282 } 1280 }
1283 ], 1281 ],
1284 ], 1282 ],
1285 }, 1283 },
1286 } 1284 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698