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

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 kinuko'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 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 'editing/VisibleSelection.cpp', 1390 'editing/VisibleSelection.cpp',
1391 'editing/VisibleUnits.cpp', 1391 'editing/VisibleUnits.cpp',
1392 'editing/WrapContentsInDummySpanCommand.cpp', 1392 'editing/WrapContentsInDummySpanCommand.cpp',
1393 'editing/WrapContentsInDummySpanCommand.h', 1393 'editing/WrapContentsInDummySpanCommand.h',
1394 'editing/htmlediting.cpp', 1394 'editing/htmlediting.cpp',
1395 'editing/markup.cpp', 1395 'editing/markup.cpp',
1396 'fetch/AccessControlStatus.h', 1396 'fetch/AccessControlStatus.h',
1397 'fetch/CSSStyleSheetResource.cpp', 1397 'fetch/CSSStyleSheetResource.cpp',
1398 'fetch/CSSStyleSheetResource.h', 1398 'fetch/CSSStyleSheetResource.h',
1399 'fetch/CachedMetadata.h', 1399 'fetch/CachedMetadata.h',
1400 'fetch/CachedMetadataHandler.h',
1400 'fetch/CrossOriginAccessControl.cpp', 1401 'fetch/CrossOriginAccessControl.cpp',
1401 'fetch/CrossOriginAccessControl.h', 1402 'fetch/CrossOriginAccessControl.h',
1402 'fetch/DocumentResource.cpp', 1403 'fetch/DocumentResource.cpp',
1403 'fetch/DocumentResource.h', 1404 'fetch/DocumentResource.h',
1404 'fetch/DocumentResourceReference.h', 1405 'fetch/DocumentResourceReference.h',
1405 'fetch/FetchContext.cpp', 1406 'fetch/FetchContext.cpp',
1406 'fetch/FetchContext.h', 1407 'fetch/FetchContext.h',
1407 'fetch/FetchInitiatorInfo.h', 1408 'fetch/FetchInitiatorInfo.h',
1408 'fetch/FetchRequest.cpp', 1409 'fetch/FetchRequest.cpp',
1409 'fetch/FetchRequest.h', 1410 'fetch/FetchRequest.h',
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
2007 'workers/WorkerLoaderProxy.cpp', 2008 'workers/WorkerLoaderProxy.cpp',
2008 'workers/WorkerLoaderProxy.h', 2009 'workers/WorkerLoaderProxy.h',
2009 'workers/WorkerLocation.h', 2010 'workers/WorkerLocation.h',
2010 'workers/WorkerMessagingProxy.cpp', 2011 'workers/WorkerMessagingProxy.cpp',
2011 'workers/WorkerMessagingProxy.h', 2012 'workers/WorkerMessagingProxy.h',
2012 'workers/WorkerNavigator.cpp', 2013 'workers/WorkerNavigator.cpp',
2013 'workers/WorkerNavigator.h', 2014 'workers/WorkerNavigator.h',
2014 'workers/WorkerObjectProxy.cpp', 2015 'workers/WorkerObjectProxy.cpp',
2015 'workers/WorkerObjectProxy.h', 2016 'workers/WorkerObjectProxy.h',
2016 'workers/WorkerReportingProxy.h', 2017 'workers/WorkerReportingProxy.h',
2018 'workers/WorkerScriptCachedMetadataHandler.cpp',
2019 'workers/WorkerScriptCachedMetadataHandler.h',
2017 'workers/WorkerScriptLoader.cpp', 2020 'workers/WorkerScriptLoader.cpp',
2018 'workers/WorkerScriptLoader.h', 2021 'workers/WorkerScriptLoader.h',
2019 'workers/WorkerScriptLoaderClient.h', 2022 'workers/WorkerScriptLoaderClient.h',
2020 'workers/WorkerThread.cpp', 2023 'workers/WorkerThread.cpp',
2021 'workers/WorkerThreadStartupData.cpp', 2024 'workers/WorkerThreadStartupData.cpp',
2022 'workers/WorkerThreadStartupData.h', 2025 'workers/WorkerThreadStartupData.h',
2023 'xml/DOMParser.cpp', 2026 'xml/DOMParser.cpp',
2024 'xml/DOMParser.h', 2027 'xml/DOMParser.h',
2025 'xml/DocumentXPathEvaluator.cpp', 2028 'xml/DocumentXPathEvaluator.cpp',
2026 'xml/DocumentXPathEvaluator.h', 2029 'xml/DocumentXPathEvaluator.h',
(...skipping 1777 matching lines...) Expand 10 before | Expand all | Expand 10 after
3804 'rendering/RenderingTestHelper.h', 3807 'rendering/RenderingTestHelper.h',
3805 'streams/ExclusiveStreamReaderTest.cpp', 3808 'streams/ExclusiveStreamReaderTest.cpp',
3806 'streams/ReadableStreamTest.cpp', 3809 'streams/ReadableStreamTest.cpp',
3807 'testing/PrivateScriptTestTest.cpp', 3810 'testing/PrivateScriptTestTest.cpp',
3808 'testing/UnitTestHelpers.cpp', 3811 'testing/UnitTestHelpers.cpp',
3809 'testing/UnitTestHelpers.h', 3812 'testing/UnitTestHelpers.h',
3810 'xml/parser/SharedBufferReaderTest.cpp', 3813 'xml/parser/SharedBufferReaderTest.cpp',
3811 ], 3814 ],
3812 } 3815 }
3813 } 3816 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698