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

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

Issue 2020223002: Refactor nonce support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inline
Patch Set: Rebase. Created 4 years, 6 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 4031 matching lines...) Expand 10 before | Expand all | Expand 10 after
4042 'fetch/ResourceTest.cpp', 4042 'fetch/ResourceTest.cpp',
4043 'fileapi/FileListTest.cpp', 4043 'fileapi/FileListTest.cpp',
4044 'fileapi/FileTest.cpp', 4044 'fileapi/FileTest.cpp',
4045 'frame/FrameViewTest.cpp', 4045 'frame/FrameViewTest.cpp',
4046 'frame/HistoryTest.cpp', 4046 'frame/HistoryTest.cpp',
4047 'frame/ImageBitmapTest.cpp', 4047 'frame/ImageBitmapTest.cpp',
4048 'frame/OriginsUsingFeaturesTest.cpp', 4048 'frame/OriginsUsingFeaturesTest.cpp',
4049 'frame/RootFrameViewportTest.cpp', 4049 'frame/RootFrameViewportTest.cpp',
4050 'frame/SubresourceIntegrityTest.cpp', 4050 'frame/SubresourceIntegrityTest.cpp',
4051 'frame/UseCounterTest.cpp', 4051 'frame/UseCounterTest.cpp',
4052 'frame/csp/CSPDirectiveListTest.cpp',
4052 'frame/csp/CSPSourceListTest.cpp', 4053 'frame/csp/CSPSourceListTest.cpp',
4053 'frame/csp/CSPSourceTest.cpp', 4054 'frame/csp/CSPSourceTest.cpp',
4054 'frame/csp/ContentSecurityPolicyTest.cpp', 4055 'frame/csp/ContentSecurityPolicyTest.cpp',
4055 'html/AutoplayExperimentTest.cpp', 4056 'html/AutoplayExperimentTest.cpp',
4056 'html/FormDataTest.cpp', 4057 'html/FormDataTest.cpp',
4057 'html/HTMLDimensionTest.cpp', 4058 'html/HTMLDimensionTest.cpp',
4058 'html/HTMLFormControlElementTest.cpp', 4059 'html/HTMLFormControlElementTest.cpp',
4059 'html/HTMLImageElementTest.cpp', 4060 'html/HTMLImageElementTest.cpp',
4060 'html/HTMLInputElementTest.cpp', 4061 'html/HTMLInputElementTest.cpp',
4061 'html/HTMLLinkElementSizesAttributeTest.cpp', 4062 'html/HTMLLinkElementSizesAttributeTest.cpp',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
4147 'testing/PrivateScriptTestTest.cpp', 4148 'testing/PrivateScriptTestTest.cpp',
4148 'timing/MemoryInfoTest.cpp', 4149 'timing/MemoryInfoTest.cpp',
4149 'timing/PerformanceBaseTest.cpp', 4150 'timing/PerformanceBaseTest.cpp',
4150 'timing/PerformanceObserverTest.cpp', 4151 'timing/PerformanceObserverTest.cpp',
4151 'workers/WorkerThreadTest.cpp', 4152 'workers/WorkerThreadTest.cpp',
4152 'workers/WorkerThreadTestHelper.h', 4153 'workers/WorkerThreadTestHelper.h',
4153 'xml/parser/SharedBufferReaderTest.cpp', 4154 'xml/parser/SharedBufferReaderTest.cpp',
4154 ], 4155 ],
4155 } 4156 }
4156 } 4157 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698