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

Side by Side Diff: Source/core/core.gypi

Issue 929953002: CachedMetadata support for ServiceWorker script. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporated tkent's comment Created 5 years, 10 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 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1376 matching lines...) Expand 10 before | Expand all | Expand 10 after
1387 'editing/VisibleSelection.cpp', 1387 'editing/VisibleSelection.cpp',
1388 'editing/VisibleUnits.cpp', 1388 'editing/VisibleUnits.cpp',
1389 'editing/WrapContentsInDummySpanCommand.cpp', 1389 'editing/WrapContentsInDummySpanCommand.cpp',
1390 'editing/WrapContentsInDummySpanCommand.h', 1390 'editing/WrapContentsInDummySpanCommand.h',
1391 'editing/htmlediting.cpp', 1391 'editing/htmlediting.cpp',
1392 'editing/markup.cpp', 1392 'editing/markup.cpp',
1393 'fetch/AccessControlStatus.h', 1393 'fetch/AccessControlStatus.h',
1394 'fetch/CSSStyleSheetResource.cpp', 1394 'fetch/CSSStyleSheetResource.cpp',
1395 'fetch/CSSStyleSheetResource.h', 1395 'fetch/CSSStyleSheetResource.h',
1396 'fetch/CachedMetadata.h', 1396 'fetch/CachedMetadata.h',
1397 'fetch/CachedMetadataHandler.h',
1397 'fetch/CrossOriginAccessControl.cpp', 1398 'fetch/CrossOriginAccessControl.cpp',
1398 'fetch/CrossOriginAccessControl.h', 1399 'fetch/CrossOriginAccessControl.h',
1399 'fetch/DocumentResource.cpp', 1400 'fetch/DocumentResource.cpp',
1400 'fetch/DocumentResource.h', 1401 'fetch/DocumentResource.h',
1401 'fetch/DocumentResourceReference.h', 1402 'fetch/DocumentResourceReference.h',
1402 'fetch/FetchContext.cpp', 1403 'fetch/FetchContext.cpp',
1403 'fetch/FetchContext.h', 1404 'fetch/FetchContext.h',
1404 'fetch/FetchInitiatorInfo.h', 1405 'fetch/FetchInitiatorInfo.h',
1405 'fetch/FetchRequest.cpp', 1406 'fetch/FetchRequest.cpp',
1406 'fetch/FetchRequest.h', 1407 'fetch/FetchRequest.h',
(...skipping 2396 matching lines...) Expand 10 before | Expand all | Expand 10 after
3803 'rendering/RenderingTestHelper.h', 3804 'rendering/RenderingTestHelper.h',
3804 'streams/ExclusiveStreamReaderTest.cpp', 3805 'streams/ExclusiveStreamReaderTest.cpp',
3805 'streams/ReadableStreamTest.cpp', 3806 'streams/ReadableStreamTest.cpp',
3806 'testing/PrivateScriptTestTest.cpp', 3807 'testing/PrivateScriptTestTest.cpp',
3807 'testing/UnitTestHelpers.cpp', 3808 'testing/UnitTestHelpers.cpp',
3808 'testing/UnitTestHelpers.h', 3809 'testing/UnitTestHelpers.h',
3809 'xml/parser/SharedBufferReaderTest.cpp', 3810 'xml/parser/SharedBufferReaderTest.cpp',
3810 ], 3811 ],
3811 } 3812 }
3812 } 3813 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp ('k') | Source/core/fetch/CachedMetadataHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698