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

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

Issue 1781783002: Implement support for link type serviceworker in link elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move scope parsing to LinkServiceWorker 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 '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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2942 matching lines...) Expand 10 before | Expand all | Expand 10 after
2953 'html/ImageDocument.h', 2953 'html/ImageDocument.h',
2954 'html/LabelableElement.cpp', 2954 'html/LabelableElement.cpp',
2955 'html/LabelsNodeList.cpp', 2955 'html/LabelsNodeList.cpp',
2956 'html/LabelsNodeList.h', 2956 'html/LabelsNodeList.h',
2957 'html/LinkManifest.cpp', 2957 'html/LinkManifest.cpp',
2958 'html/LinkManifest.h', 2958 'html/LinkManifest.h',
2959 'html/LinkRelAttribute.cpp', 2959 'html/LinkRelAttribute.cpp',
2960 'html/LinkRelAttribute.h', 2960 'html/LinkRelAttribute.h',
2961 'html/LinkResource.cpp', 2961 'html/LinkResource.cpp',
2962 'html/LinkResource.h', 2962 'html/LinkResource.h',
2963 'html/LinkServiceWorker.cpp',
2964 'html/LinkServiceWorker.h',
2963 'html/MediaDocument.cpp', 2965 'html/MediaDocument.cpp',
2964 'html/MediaDocument.h', 2966 'html/MediaDocument.h',
2965 'html/MediaError.h', 2967 'html/MediaError.h',
2966 'html/MediaFragmentURIParser.cpp', 2968 'html/MediaFragmentURIParser.cpp',
2967 'html/MediaFragmentURIParser.h', 2969 'html/MediaFragmentURIParser.h',
2968 'html/PluginDocument.cpp', 2970 'html/PluginDocument.cpp',
2969 'html/PluginDocument.h', 2971 'html/PluginDocument.h',
2970 'html/PublicURLManager.cpp', 2972 'html/PublicURLManager.cpp',
2971 'html/PublicURLManager.h', 2973 'html/PublicURLManager.h',
2972 'html/RadioNodeList.cpp', 2974 'html/RadioNodeList.cpp',
(...skipping 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after
4065 'style/SVGComputedStyleTest.cpp', 4067 'style/SVGComputedStyleTest.cpp',
4066 'svg/SVGPathParserTest.cpp', 4068 'svg/SVGPathParserTest.cpp',
4067 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4069 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4068 'testing/PrivateScriptTestTest.cpp', 4070 'testing/PrivateScriptTestTest.cpp',
4069 'timing/MemoryInfoTest.cpp', 4071 'timing/MemoryInfoTest.cpp',
4070 'workers/WorkerThreadTest.cpp', 4072 'workers/WorkerThreadTest.cpp',
4071 'xml/parser/SharedBufferReaderTest.cpp', 4073 'xml/parser/SharedBufferReaderTest.cpp',
4072 ], 4074 ],
4073 } 4075 }
4074 } 4076 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698