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

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

Issue 1743623002: [Experimental Framework] Make the OriginTrialContext a member of ExecutionContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 1898 matching lines...) Expand 10 before | Expand all | Expand 10 after
1909 'loader/TextTrackLoader.h', 1909 'loader/TextTrackLoader.h',
1910 'loader/ThreadableLoader.cpp', 1910 'loader/ThreadableLoader.cpp',
1911 'loader/ThreadableLoaderClient.h', 1911 'loader/ThreadableLoaderClient.h',
1912 'loader/ThreadableLoaderClientWrapper.h', 1912 'loader/ThreadableLoaderClientWrapper.h',
1913 'loader/WorkerThreadableLoader.cpp', 1913 'loader/WorkerThreadableLoader.cpp',
1914 'loader/WorkerThreadableLoader.h', 1914 'loader/WorkerThreadableLoader.h',
1915 'loader/appcache/ApplicationCache.cpp', 1915 'loader/appcache/ApplicationCache.cpp',
1916 'loader/appcache/ApplicationCache.h', 1916 'loader/appcache/ApplicationCache.h',
1917 'loader/appcache/ApplicationCacheHost.cpp', 1917 'loader/appcache/ApplicationCacheHost.cpp',
1918 'loader/appcache/ApplicationCacheHost.h', 1918 'loader/appcache/ApplicationCacheHost.h',
1919 'origin_trials/DocumentOriginTrialContext.cpp',
1920 'origin_trials/DocumentOriginTrialContext.h',
1919 'origin_trials/OriginTrialContext.cpp', 1921 'origin_trials/OriginTrialContext.cpp',
1920 'origin_trials/OriginTrialContext.h', 1922 'origin_trials/OriginTrialContext.h',
1921 'page/AutoscrollController.cpp', 1923 'page/AutoscrollController.cpp',
1922 'page/AutoscrollController.h', 1924 'page/AutoscrollController.h',
1923 'page/ChromeClient.cpp', 1925 'page/ChromeClient.cpp',
1924 'page/ChromeClient.h', 1926 'page/ChromeClient.h',
1925 'page/ContextMenuController.cpp', 1927 'page/ContextMenuController.cpp',
1926 'page/ContextMenuProvider.h', 1928 'page/ContextMenuProvider.h',
1927 'page/CreateWindow.cpp', 1929 'page/CreateWindow.cpp',
1928 'page/CreateWindow.h', 1930 'page/CreateWindow.h',
(...skipping 2094 matching lines...) Expand 10 before | Expand all | Expand 10 after
4023 'layout/PaginationTest.cpp', 4025 'layout/PaginationTest.cpp',
4024 'layout/PaintContainmentTest.cpp', 4026 'layout/PaintContainmentTest.cpp',
4025 'layout/ScrollAnchorTest.cpp', 4027 'layout/ScrollAnchorTest.cpp',
4026 'layout/compositing/CompositedLayerMappingTest.cpp', 4028 'layout/compositing/CompositedLayerMappingTest.cpp',
4027 'layout/shapes/BoxShapeTest.cpp', 4029 'layout/shapes/BoxShapeTest.cpp',
4028 'loader/DocumentLoadTimingTest.cpp', 4030 'loader/DocumentLoadTimingTest.cpp',
4029 'loader/FrameFetchContextTest.cpp', 4031 'loader/FrameFetchContextTest.cpp',
4030 'loader/LinkHeaderTest.cpp', 4032 'loader/LinkHeaderTest.cpp',
4031 'loader/LinkLoaderTest.cpp', 4033 'loader/LinkLoaderTest.cpp',
4032 'loader/MixedContentCheckerTest.cpp', 4034 'loader/MixedContentCheckerTest.cpp',
4035 'origin_trials/DocumentOriginTrialContextTest.cpp',
4033 'origin_trials/OriginTrialContextTest.cpp', 4036 'origin_trials/OriginTrialContextTest.cpp',
4034 'page/ChromeClientTest.cpp', 4037 'page/ChromeClientTest.cpp',
4035 'page/ContextMenuControllerTest.cpp', 4038 'page/ContextMenuControllerTest.cpp',
4036 'page/EventSourceParserTest.cpp', 4039 'page/EventSourceParserTest.cpp',
4037 'page/FocusControllerTest.cpp', 4040 'page/FocusControllerTest.cpp',
4038 'page/NetworkStateNotifierTest.cpp', 4041 'page/NetworkStateNotifierTest.cpp',
4039 'page/PagePopupClientTest.cpp', 4042 'page/PagePopupClientTest.cpp',
4040 'page/PrintContextTest.cpp', 4043 'page/PrintContextTest.cpp',
4041 'page/WindowFeaturesTest.cpp', 4044 'page/WindowFeaturesTest.cpp',
4042 'page/scrolling/ScrollStateTest.cpp', 4045 'page/scrolling/ScrollStateTest.cpp',
(...skipping 14 matching lines...) Expand all
4057 'style/SVGComputedStyleTest.cpp', 4060 'style/SVGComputedStyleTest.cpp',
4058 'svg/SVGPathParserTest.cpp', 4061 'svg/SVGPathParserTest.cpp',
4059 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4062 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4060 'testing/PrivateScriptTestTest.cpp', 4063 'testing/PrivateScriptTestTest.cpp',
4061 'timing/MemoryInfoTest.cpp', 4064 'timing/MemoryInfoTest.cpp',
4062 'workers/WorkerThreadTest.cpp', 4065 'workers/WorkerThreadTest.cpp',
4063 'xml/parser/SharedBufferReaderTest.cpp', 4066 'xml/parser/SharedBufferReaderTest.cpp',
4064 ], 4067 ],
4065 } 4068 }
4066 } 4069 }
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