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

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

Issue 1764333002: Move WebRuntimeEnabledFeatures to platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing files. 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
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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'exported/WebPresentationController.cpp', 345 'exported/WebPresentationController.cpp',
346 'exported/WebProcessMemoryDump.cpp', 346 'exported/WebProcessMemoryDump.cpp',
347 'exported/WebRTCConfiguration.cpp', 347 'exported/WebRTCConfiguration.cpp',
348 'exported/WebRTCICECandidate.cpp', 348 'exported/WebRTCICECandidate.cpp',
349 'exported/WebRTCOfferOptions.cpp', 349 'exported/WebRTCOfferOptions.cpp',
350 'exported/WebRTCSessionDescription.cpp', 350 'exported/WebRTCSessionDescription.cpp',
351 'exported/WebRTCSessionDescriptionRequest.cpp', 351 'exported/WebRTCSessionDescriptionRequest.cpp',
352 'exported/WebRTCStatsRequest.cpp', 352 'exported/WebRTCStatsRequest.cpp',
353 'exported/WebRTCStatsResponse.cpp', 353 'exported/WebRTCStatsResponse.cpp',
354 'exported/WebRTCVoidRequest.cpp', 354 'exported/WebRTCVoidRequest.cpp',
355 'exported/WebRuntimeFeatures.cpp',
355 'exported/WebScrollbarImpl.cpp', 356 'exported/WebScrollbarImpl.cpp',
356 'exported/WebScrollbarImpl.h', 357 'exported/WebScrollbarImpl.h',
357 'exported/WebScrollbarThemeClientImpl.cpp', 358 'exported/WebScrollbarThemeClientImpl.cpp',
358 'exported/WebScrollbarThemeClientImpl.h', 359 'exported/WebScrollbarThemeClientImpl.h',
359 'exported/WebScrollbarThemeGeometryNative.cpp', 360 'exported/WebScrollbarThemeGeometryNative.cpp',
360 'exported/WebScrollbarThemeGeometryNative.h', 361 'exported/WebScrollbarThemeGeometryNative.h',
361 'exported/WebScrollbarThemePainter.cpp', 362 'exported/WebScrollbarThemePainter.cpp',
362 'exported/WebSecurityOrigin.cpp', 363 'exported/WebSecurityOrigin.cpp',
363 'exported/WebServicePortProviderClient.cpp', 364 'exported/WebServicePortProviderClient.cpp',
364 'exported/WebServiceWorkerProviderClient.cpp', 365 'exported/WebServiceWorkerProviderClient.cpp',
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 ['OS!="mac"', 1276 ['OS!="mac"',
1276 { 1277 {
1277 'platform_test_files': [ 1278 'platform_test_files': [
1278 'scroll/ScrollAnimatorTest.cpp', 1279 'scroll/ScrollAnimatorTest.cpp',
1279 ], 1280 ],
1280 } 1281 }
1281 ], 1282 ],
1282 ], 1283 ],
1283 }, 1284 },
1284 } 1285 }
OLDNEW
« no previous file with comments | « media/blink/webmediaplayer_impl.cc ('k') | third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698