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

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

Issue 1833063002: Store the list of trial tokens in OriginTrialContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove script generated related changes from this CL 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 '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 1921 matching lines...) Expand 10 before | Expand all | Expand 10 after
1932 'loader/TextTrackLoader.h', 1932 'loader/TextTrackLoader.h',
1933 'loader/ThreadableLoader.cpp', 1933 'loader/ThreadableLoader.cpp',
1934 'loader/ThreadableLoaderClient.h', 1934 'loader/ThreadableLoaderClient.h',
1935 'loader/ThreadableLoaderClientWrapper.h', 1935 'loader/ThreadableLoaderClientWrapper.h',
1936 'loader/WorkerThreadableLoader.cpp', 1936 'loader/WorkerThreadableLoader.cpp',
1937 'loader/WorkerThreadableLoader.h', 1937 'loader/WorkerThreadableLoader.h',
1938 'loader/appcache/ApplicationCache.cpp', 1938 'loader/appcache/ApplicationCache.cpp',
1939 'loader/appcache/ApplicationCache.h', 1939 'loader/appcache/ApplicationCache.h',
1940 'loader/appcache/ApplicationCacheHost.cpp', 1940 'loader/appcache/ApplicationCacheHost.cpp',
1941 'loader/appcache/ApplicationCacheHost.h', 1941 'loader/appcache/ApplicationCacheHost.h',
1942 'origin_trials/DocumentOriginTrialContext.cpp',
1943 'origin_trials/DocumentOriginTrialContext.h',
1944 'origin_trials/OriginTrialContext.cpp', 1942 'origin_trials/OriginTrialContext.cpp',
1945 'origin_trials/OriginTrialContext.h', 1943 'origin_trials/OriginTrialContext.h',
1946 'page/AutoscrollController.cpp', 1944 'page/AutoscrollController.cpp',
1947 'page/AutoscrollController.h', 1945 'page/AutoscrollController.h',
1948 'page/ChromeClient.cpp', 1946 'page/ChromeClient.cpp',
1949 'page/ChromeClient.h', 1947 'page/ChromeClient.h',
1950 'page/ContextMenuController.cpp', 1948 'page/ContextMenuController.cpp',
1951 'page/ContextMenuProvider.h', 1949 'page/ContextMenuProvider.h',
1952 'page/CreateWindow.cpp', 1950 'page/CreateWindow.cpp',
1953 'page/CreateWindow.h', 1951 'page/CreateWindow.h',
(...skipping 2097 matching lines...) Expand 10 before | Expand all | Expand 10 after
4051 'layout/compositing/CompositedLayerMappingTest.cpp', 4049 'layout/compositing/CompositedLayerMappingTest.cpp',
4052 'layout/shapes/BoxShapeTest.cpp', 4050 'layout/shapes/BoxShapeTest.cpp',
4053 'layout/svg/LayoutSVGRootTest.cpp', 4051 'layout/svg/LayoutSVGRootTest.cpp',
4054 'loader/DocumentLoadTimingTest.cpp', 4052 'loader/DocumentLoadTimingTest.cpp',
4055 'loader/FrameFetchContextTest.cpp', 4053 'loader/FrameFetchContextTest.cpp',
4056 'loader/LinkHeaderTest.cpp', 4054 'loader/LinkHeaderTest.cpp',
4057 'loader/LinkLoaderTest.cpp', 4055 'loader/LinkLoaderTest.cpp',
4058 'loader/MixedContentCheckerTest.cpp', 4056 'loader/MixedContentCheckerTest.cpp',
4059 'loader/TextResourceDecoderBuilderTest.cpp', 4057 'loader/TextResourceDecoderBuilderTest.cpp',
4060 'loader/ThreadableLoaderTest.cpp', 4058 'loader/ThreadableLoaderTest.cpp',
4061 'origin_trials/DocumentOriginTrialContextTest.cpp',
4062 'origin_trials/OriginTrialContextTest.cpp', 4059 'origin_trials/OriginTrialContextTest.cpp',
4063 'page/ChromeClientTest.cpp', 4060 'page/ChromeClientTest.cpp',
4064 'page/ContextMenuControllerTest.cpp', 4061 'page/ContextMenuControllerTest.cpp',
4065 'page/EventSourceParserTest.cpp', 4062 'page/EventSourceParserTest.cpp',
4066 'page/FocusControllerTest.cpp', 4063 'page/FocusControllerTest.cpp',
4067 'page/NetworkStateNotifierTest.cpp', 4064 'page/NetworkStateNotifierTest.cpp',
4068 'page/PagePopupClientTest.cpp', 4065 'page/PagePopupClientTest.cpp',
4069 'page/PrintContextTest.cpp', 4066 'page/PrintContextTest.cpp',
4070 'page/WindowFeaturesTest.cpp', 4067 'page/WindowFeaturesTest.cpp',
4071 'page/scrolling/ScrollStateTest.cpp', 4068 'page/scrolling/ScrollStateTest.cpp',
(...skipping 16 matching lines...) Expand all
4088 'svg/SVGPathParserTest.cpp', 4085 'svg/SVGPathParserTest.cpp',
4089 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4086 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4090 'testing/PrivateScriptTestTest.cpp', 4087 'testing/PrivateScriptTestTest.cpp',
4091 'timing/MemoryInfoTest.cpp', 4088 'timing/MemoryInfoTest.cpp',
4092 'workers/WorkerThreadTest.cpp', 4089 'workers/WorkerThreadTest.cpp',
4093 'workers/WorkerThreadTestHelper.h', 4090 'workers/WorkerThreadTestHelper.h',
4094 'xml/parser/SharedBufferReaderTest.cpp', 4091 'xml/parser/SharedBufferReaderTest.cpp',
4095 ], 4092 ],
4096 } 4093 }
4097 } 4094 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl ('k') | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698