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

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: Clean up unused headers 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 1885 matching lines...) Expand 10 before | Expand all | Expand 10 after
1896 'loader/TextTrackLoader.h', 1896 'loader/TextTrackLoader.h',
1897 'loader/ThreadableLoader.cpp', 1897 'loader/ThreadableLoader.cpp',
1898 'loader/ThreadableLoaderClient.h', 1898 'loader/ThreadableLoaderClient.h',
1899 'loader/ThreadableLoaderClientWrapper.h', 1899 'loader/ThreadableLoaderClientWrapper.h',
1900 'loader/WorkerThreadableLoader.cpp', 1900 'loader/WorkerThreadableLoader.cpp',
1901 'loader/WorkerThreadableLoader.h', 1901 'loader/WorkerThreadableLoader.h',
1902 'loader/appcache/ApplicationCache.cpp', 1902 'loader/appcache/ApplicationCache.cpp',
1903 'loader/appcache/ApplicationCache.h', 1903 'loader/appcache/ApplicationCache.h',
1904 'loader/appcache/ApplicationCacheHost.cpp', 1904 'loader/appcache/ApplicationCacheHost.cpp',
1905 'loader/appcache/ApplicationCacheHost.h', 1905 'loader/appcache/ApplicationCacheHost.h',
1906 'origin_trials/DocumentOriginTrialContext.cpp',
1907 'origin_trials/DocumentOriginTrialContext.h',
1906 'origin_trials/OriginTrialContext.cpp', 1908 'origin_trials/OriginTrialContext.cpp',
1907 'origin_trials/OriginTrialContext.h', 1909 'origin_trials/OriginTrialContext.h',
1908 'page/AutoscrollController.cpp', 1910 'page/AutoscrollController.cpp',
1909 'page/AutoscrollController.h', 1911 'page/AutoscrollController.h',
1910 'page/ChromeClient.cpp', 1912 'page/ChromeClient.cpp',
1911 'page/ChromeClient.h', 1913 'page/ChromeClient.h',
1912 'page/ContextMenuController.cpp', 1914 'page/ContextMenuController.cpp',
1913 'page/ContextMenuProvider.h', 1915 'page/ContextMenuProvider.h',
1914 'page/CreateWindow.cpp', 1916 'page/CreateWindow.cpp',
1915 'page/CreateWindow.h', 1917 'page/CreateWindow.h',
(...skipping 2088 matching lines...) Expand 10 before | Expand all | Expand 10 after
4004 'layout/PaginationTest.cpp', 4006 'layout/PaginationTest.cpp',
4005 'layout/PaintContainmentTest.cpp', 4007 'layout/PaintContainmentTest.cpp',
4006 'layout/ScrollAnchorTest.cpp', 4008 'layout/ScrollAnchorTest.cpp',
4007 'layout/compositing/CompositedLayerMappingTest.cpp', 4009 'layout/compositing/CompositedLayerMappingTest.cpp',
4008 'layout/shapes/BoxShapeTest.cpp', 4010 'layout/shapes/BoxShapeTest.cpp',
4009 'loader/DocumentLoadTimingTest.cpp', 4011 'loader/DocumentLoadTimingTest.cpp',
4010 'loader/FrameFetchContextTest.cpp', 4012 'loader/FrameFetchContextTest.cpp',
4011 'loader/LinkHeaderTest.cpp', 4013 'loader/LinkHeaderTest.cpp',
4012 'loader/LinkLoaderTest.cpp', 4014 'loader/LinkLoaderTest.cpp',
4013 'loader/MixedContentCheckerTest.cpp', 4015 'loader/MixedContentCheckerTest.cpp',
4016 'origin_trials/DocumentOriginTrialContextTest.cpp',
4014 'origin_trials/OriginTrialContextTest.cpp', 4017 'origin_trials/OriginTrialContextTest.cpp',
4015 'page/ChromeClientTest.cpp', 4018 'page/ChromeClientTest.cpp',
4016 'page/ContextMenuControllerTest.cpp', 4019 'page/ContextMenuControllerTest.cpp',
4017 'page/EventSourceParserTest.cpp', 4020 'page/EventSourceParserTest.cpp',
4018 'page/NetworkStateNotifierTest.cpp', 4021 'page/NetworkStateNotifierTest.cpp',
4019 'page/PagePopupClientTest.cpp', 4022 'page/PagePopupClientTest.cpp',
4020 'page/PrintContextTest.cpp', 4023 'page/PrintContextTest.cpp',
4021 'page/WindowFeaturesTest.cpp', 4024 'page/WindowFeaturesTest.cpp',
4022 'page/scrolling/ScrollStateTest.cpp', 4025 'page/scrolling/ScrollStateTest.cpp',
4023 'paint/LayerClipRecorderTest.cpp', 4026 'paint/LayerClipRecorderTest.cpp',
(...skipping 13 matching lines...) Expand all
4037 'style/SVGComputedStyleTest.cpp', 4040 'style/SVGComputedStyleTest.cpp',
4038 'svg/SVGPathParserTest.cpp', 4041 'svg/SVGPathParserTest.cpp',
4039 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4040 'testing/PrivateScriptTestTest.cpp', 4043 'testing/PrivateScriptTestTest.cpp',
4041 'timing/MemoryInfoTest.cpp', 4044 'timing/MemoryInfoTest.cpp',
4042 'workers/WorkerThreadTest.cpp', 4045 'workers/WorkerThreadTest.cpp',
4043 'xml/parser/SharedBufferReaderTest.cpp', 4046 'xml/parser/SharedBufferReaderTest.cpp',
4044 ], 4047 ],
4045 } 4048 }
4046 } 4049 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698