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

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

Issue 1830883002: Add blink::ServiceRegistry and expose it from LocalFrame and Platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'clipboard/ClipboardUtilities.h', 282 'clipboard/ClipboardUtilities.h',
283 'clipboard/ClipboardUtilitiesPosix.cpp', 283 'clipboard/ClipboardUtilitiesPosix.cpp',
284 'clipboard/ClipboardUtilitiesWin.cpp', 284 'clipboard/ClipboardUtilitiesWin.cpp',
285 'credentialmanager/PlatformCredential.cpp', 285 'credentialmanager/PlatformCredential.cpp',
286 'credentialmanager/PlatformCredential.h', 286 'credentialmanager/PlatformCredential.h',
287 'credentialmanager/PlatformFederatedCredential.cpp', 287 'credentialmanager/PlatformFederatedCredential.cpp',
288 'credentialmanager/PlatformFederatedCredential.h', 288 'credentialmanager/PlatformFederatedCredential.h',
289 'credentialmanager/PlatformPasswordCredential.cpp', 289 'credentialmanager/PlatformPasswordCredential.cpp',
290 'credentialmanager/PlatformPasswordCredential.h', 290 'credentialmanager/PlatformPasswordCredential.h',
291 'exported/Platform.cpp', 291 'exported/Platform.cpp',
292 'exported/ServiceRegistry.cpp',
292 'exported/WebActiveGestureAnimation.cpp', 293 'exported/WebActiveGestureAnimation.cpp',
293 'exported/WebActiveGestureAnimation.h', 294 'exported/WebActiveGestureAnimation.h',
294 'exported/WebAudioBus.cpp', 295 'exported/WebAudioBus.cpp',
295 'exported/WebAudioDevice.cpp', 296 'exported/WebAudioDevice.cpp',
296 'exported/WebBlobData.cpp', 297 'exported/WebBlobData.cpp',
297 'exported/WebCanvasCaptureHandler.cpp', 298 'exported/WebCanvasCaptureHandler.cpp',
298 'exported/WebContentDecryptionModule.cpp', 299 'exported/WebContentDecryptionModule.cpp',
299 'exported/WebContentDecryptionModuleAccess.cpp', 300 'exported/WebContentDecryptionModuleAccess.cpp',
300 'exported/WebContentDecryptionModuleResult.cpp', 301 'exported/WebContentDecryptionModuleResult.cpp',
301 'exported/WebContentDecryptionModuleSession.cpp', 302 'exported/WebContentDecryptionModuleSession.cpp',
(...skipping 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
1293 ['OS!="mac"', 1294 ['OS!="mac"',
1294 { 1295 {
1295 'platform_test_files': [ 1296 'platform_test_files': [
1296 'scroll/ScrollAnimatorTest.cpp', 1297 'scroll/ScrollAnimatorTest.cpp',
1297 ], 1298 ],
1298 } 1299 }
1299 ], 1300 ],
1300 ], 1301 ],
1301 }, 1302 },
1302 } 1303 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698