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

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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 'clipboard/ClipboardUtilities.h', 281 'clipboard/ClipboardUtilities.h',
282 'clipboard/ClipboardUtilitiesPosix.cpp', 282 'clipboard/ClipboardUtilitiesPosix.cpp',
283 'clipboard/ClipboardUtilitiesWin.cpp', 283 'clipboard/ClipboardUtilitiesWin.cpp',
284 'credentialmanager/PlatformCredential.cpp', 284 'credentialmanager/PlatformCredential.cpp',
285 'credentialmanager/PlatformCredential.h', 285 'credentialmanager/PlatformCredential.h',
286 'credentialmanager/PlatformFederatedCredential.cpp', 286 'credentialmanager/PlatformFederatedCredential.cpp',
287 'credentialmanager/PlatformFederatedCredential.h', 287 'credentialmanager/PlatformFederatedCredential.h',
288 'credentialmanager/PlatformPasswordCredential.cpp', 288 'credentialmanager/PlatformPasswordCredential.cpp',
289 'credentialmanager/PlatformPasswordCredential.h', 289 'credentialmanager/PlatformPasswordCredential.h',
290 'exported/Platform.cpp', 290 'exported/Platform.cpp',
291 'exported/ServiceRegistry.cpp',
291 'exported/WebActiveGestureAnimation.cpp', 292 'exported/WebActiveGestureAnimation.cpp',
292 'exported/WebActiveGestureAnimation.h', 293 'exported/WebActiveGestureAnimation.h',
293 'exported/WebAudioBus.cpp', 294 'exported/WebAudioBus.cpp',
294 'exported/WebAudioDevice.cpp', 295 'exported/WebAudioDevice.cpp',
295 'exported/WebBlobData.cpp', 296 'exported/WebBlobData.cpp',
296 'exported/WebCanvasCaptureHandler.cpp', 297 'exported/WebCanvasCaptureHandler.cpp',
297 'exported/WebContentDecryptionModule.cpp', 298 'exported/WebContentDecryptionModule.cpp',
298 'exported/WebContentDecryptionModuleAccess.cpp', 299 'exported/WebContentDecryptionModuleAccess.cpp',
299 'exported/WebContentDecryptionModuleResult.cpp', 300 'exported/WebContentDecryptionModuleResult.cpp',
300 'exported/WebContentDecryptionModuleSession.cpp', 301 'exported/WebContentDecryptionModuleSession.cpp',
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
1297 ['OS!="mac"', 1298 ['OS!="mac"',
1298 { 1299 {
1299 'platform_test_files': [ 1300 'platform_test_files': [
1300 'scroll/ScrollAnimatorTest.cpp', 1301 'scroll/ScrollAnimatorTest.cpp',
1301 ], 1302 ],
1302 } 1303 }
1303 ], 1304 ],
1304 ], 1305 ],
1305 }, 1306 },
1306 } 1307 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698