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 1833063002: Store the list of trial tokens in OriginTrialContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 1918 matching lines...) Expand 10 before | Expand all | Expand 10 after
1929 'loader/TextTrackLoader.h', 1929 'loader/TextTrackLoader.h',
1930 'loader/ThreadableLoader.cpp', 1930 'loader/ThreadableLoader.cpp',
1931 'loader/ThreadableLoaderClient.h', 1931 'loader/ThreadableLoaderClient.h',
1932 'loader/ThreadableLoaderClientWrapper.h', 1932 'loader/ThreadableLoaderClientWrapper.h',
1933 'loader/WorkerThreadableLoader.cpp', 1933 'loader/WorkerThreadableLoader.cpp',
1934 'loader/WorkerThreadableLoader.h', 1934 'loader/WorkerThreadableLoader.h',
1935 'loader/appcache/ApplicationCache.cpp', 1935 'loader/appcache/ApplicationCache.cpp',
1936 'loader/appcache/ApplicationCache.h', 1936 'loader/appcache/ApplicationCache.h',
1937 'loader/appcache/ApplicationCacheHost.cpp', 1937 'loader/appcache/ApplicationCacheHost.cpp',
1938 'loader/appcache/ApplicationCacheHost.h', 1938 'loader/appcache/ApplicationCacheHost.h',
1939 'origin_trials/DocumentOriginTrialContext.cpp', 1939 'origin_trials/OriginTrialsBase.cpp',
1940 'origin_trials/DocumentOriginTrialContext.h', 1940 'origin_trials/OriginTrialsBase.h',
1941 'origin_trials/OriginTrialContext.cpp',
1942 'origin_trials/OriginTrialContext.h',
1943 'page/AutoscrollController.cpp', 1941 'page/AutoscrollController.cpp',
1944 'page/AutoscrollController.h', 1942 'page/AutoscrollController.h',
1945 'page/ChromeClient.cpp', 1943 'page/ChromeClient.cpp',
1946 'page/ChromeClient.h', 1944 'page/ChromeClient.h',
1947 'page/ContextMenuController.cpp', 1945 'page/ContextMenuController.cpp',
1948 'page/ContextMenuProvider.h', 1946 'page/ContextMenuProvider.h',
1949 'page/CreateWindow.cpp', 1947 'page/CreateWindow.cpp',
1950 'page/CreateWindow.h', 1948 'page/CreateWindow.h',
1951 'page/CustomContextMenuProvider.cpp', 1949 'page/CustomContextMenuProvider.cpp',
1952 'page/CustomContextMenuProvider.h', 1950 'page/CustomContextMenuProvider.h',
(...skipping 2091 matching lines...) Expand 10 before | Expand all | Expand 10 after
4044 'layout/ScrollAnchorTest.cpp', 4042 'layout/ScrollAnchorTest.cpp',
4045 'layout/compositing/CompositedLayerMappingTest.cpp', 4043 'layout/compositing/CompositedLayerMappingTest.cpp',
4046 'layout/shapes/BoxShapeTest.cpp', 4044 'layout/shapes/BoxShapeTest.cpp',
4047 'loader/DocumentLoadTimingTest.cpp', 4045 'loader/DocumentLoadTimingTest.cpp',
4048 'loader/FrameFetchContextTest.cpp', 4046 'loader/FrameFetchContextTest.cpp',
4049 'loader/LinkHeaderTest.cpp', 4047 'loader/LinkHeaderTest.cpp',
4050 'loader/LinkLoaderTest.cpp', 4048 'loader/LinkLoaderTest.cpp',
4051 'loader/MixedContentCheckerTest.cpp', 4049 'loader/MixedContentCheckerTest.cpp',
4052 'loader/TextResourceDecoderBuilderTest.cpp', 4050 'loader/TextResourceDecoderBuilderTest.cpp',
4053 'loader/ThreadableLoaderTest.cpp', 4051 'loader/ThreadableLoaderTest.cpp',
4054 'origin_trials/DocumentOriginTrialContextTest.cpp', 4052 'origin_trials/OriginTrialsBaseTest.cpp',
4055 'origin_trials/OriginTrialContextTest.cpp',
4056 'page/ChromeClientTest.cpp', 4053 'page/ChromeClientTest.cpp',
4057 'page/ContextMenuControllerTest.cpp', 4054 'page/ContextMenuControllerTest.cpp',
4058 'page/EventSourceParserTest.cpp', 4055 'page/EventSourceParserTest.cpp',
4059 'page/FocusControllerTest.cpp', 4056 'page/FocusControllerTest.cpp',
4060 'page/NetworkStateNotifierTest.cpp', 4057 'page/NetworkStateNotifierTest.cpp',
4061 'page/PagePopupClientTest.cpp', 4058 'page/PagePopupClientTest.cpp',
4062 'page/PrintContextTest.cpp', 4059 'page/PrintContextTest.cpp',
4063 'page/WindowFeaturesTest.cpp', 4060 'page/WindowFeaturesTest.cpp',
4064 'page/scrolling/ScrollStateTest.cpp', 4061 'page/scrolling/ScrollStateTest.cpp',
4065 'paint/LayerClipRecorderTest.cpp', 4062 'paint/LayerClipRecorderTest.cpp',
(...skipping 15 matching lines...) Expand all
4081 'svg/SVGPathParserTest.cpp', 4078 'svg/SVGPathParserTest.cpp',
4082 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4079 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4083 'testing/PrivateScriptTestTest.cpp', 4080 'testing/PrivateScriptTestTest.cpp',
4084 'timing/MemoryInfoTest.cpp', 4081 'timing/MemoryInfoTest.cpp',
4085 'workers/WorkerThreadTest.cpp', 4082 'workers/WorkerThreadTest.cpp',
4086 'workers/WorkerThreadTestHelper.h', 4083 'workers/WorkerThreadTestHelper.h',
4087 'xml/parser/SharedBufferReaderTest.cpp', 4084 'xml/parser/SharedBufferReaderTest.cpp',
4088 ], 4085 ],
4089 } 4086 }
4090 } 4087 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698