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

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

Issue 1828063002: Add support for origin trials in workers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trial-token-in-header-blink-document
Patch Set: address comments 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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'frame/NavigatorCPU.idl', 434 'frame/NavigatorCPU.idl',
435 'frame/NavigatorID.idl', 435 'frame/NavigatorID.idl',
436 'frame/NavigatorLanguage.idl', 436 'frame/NavigatorLanguage.idl',
437 'frame/NavigatorOnLine.idl', 437 'frame/NavigatorOnLine.idl',
438 'frame/NavigatorStorageUtils.idl', 438 'frame/NavigatorStorageUtils.idl',
439 'frame/WindowBase64.idl', 439 'frame/WindowBase64.idl',
440 'frame/WindowEventHandlers.idl', 440 'frame/WindowEventHandlers.idl',
441 'frame/WindowTimers.idl', 441 'frame/WindowTimers.idl',
442 'html/HTMLHyperlinkElementUtils.idl', 442 'html/HTMLHyperlinkElementUtils.idl',
443 'imagebitmap/ImageBitmapFactories.idl', 443 'imagebitmap/ImageBitmapFactories.idl',
444 'origin_trials/testing/WorkerGlobalScopeFrobulate.idl',
kinuko 2016/04/29 09:43:05 No way to link this only for testing binary at gyp
Marijn Kruisselbrink 2016/05/02 23:19:31 Well, that's pretty much my question about adding
444 'svg/SVGDocument.idl', 445 'svg/SVGDocument.idl',
445 'svg/SVGFilterPrimitiveStandardAttributes.idl', 446 'svg/SVGFilterPrimitiveStandardAttributes.idl',
446 'svg/SVGFitToViewBox.idl', 447 'svg/SVGFitToViewBox.idl',
447 'svg/SVGTests.idl', 448 'svg/SVGTests.idl',
448 'svg/SVGURIReference.idl', 449 'svg/SVGURIReference.idl',
449 'svg/SVGZoomAndPan.idl', 450 'svg/SVGZoomAndPan.idl',
450 'timing/SharedWorkerPerformance.idl', 451 'timing/SharedWorkerPerformance.idl',
451 'timing/WindowPerformance.idl', 452 'timing/WindowPerformance.idl',
452 'timing/WorkerGlobalScopePerformance.idl', 453 'timing/WorkerGlobalScopePerformance.idl',
453 'workers/AbstractWorker.idl', 454 'workers/AbstractWorker.idl',
(...skipping 1489 matching lines...) Expand 10 before | Expand all | Expand 10 after
1943 'loader/WorkerThreadableLoader.cpp', 1944 'loader/WorkerThreadableLoader.cpp',
1944 'loader/WorkerThreadableLoader.h', 1945 'loader/WorkerThreadableLoader.h',
1945 'loader/appcache/ApplicationCache.cpp', 1946 'loader/appcache/ApplicationCache.cpp',
1946 'loader/appcache/ApplicationCache.h', 1947 'loader/appcache/ApplicationCache.h',
1947 'loader/appcache/ApplicationCacheHost.cpp', 1948 'loader/appcache/ApplicationCacheHost.cpp',
1948 'loader/appcache/ApplicationCacheHost.h', 1949 'loader/appcache/ApplicationCacheHost.h',
1949 'offscreencanvas/OffscreenCanvas.cpp', 1950 'offscreencanvas/OffscreenCanvas.cpp',
1950 'offscreencanvas/OffscreenCanvas.h', 1951 'offscreencanvas/OffscreenCanvas.h',
1951 'origin_trials/OriginTrialContext.cpp', 1952 'origin_trials/OriginTrialContext.cpp',
1952 'origin_trials/OriginTrialContext.h', 1953 'origin_trials/OriginTrialContext.h',
1954 'origin_trials/testing/WorkerGlobalScopeFrobulate.h',
1953 'page/AutoscrollController.cpp', 1955 'page/AutoscrollController.cpp',
1954 'page/AutoscrollController.h', 1956 'page/AutoscrollController.h',
1955 'page/ChromeClient.cpp', 1957 'page/ChromeClient.cpp',
1956 'page/ChromeClient.h', 1958 'page/ChromeClient.h',
1957 'page/ContextMenuController.cpp', 1959 'page/ContextMenuController.cpp',
1958 'page/ContextMenuProvider.h', 1960 'page/ContextMenuProvider.h',
1959 'page/CreateWindow.cpp', 1961 'page/CreateWindow.cpp',
1960 'page/CreateWindow.h', 1962 'page/CreateWindow.h',
1961 'page/CustomContextMenuProvider.cpp', 1963 'page/CustomContextMenuProvider.cpp',
1962 'page/CustomContextMenuProvider.h', 1964 'page/CustomContextMenuProvider.h',
(...skipping 2138 matching lines...) Expand 10 before | Expand all | Expand 10 after
4101 'svg/SVGPathParserTest.cpp', 4103 'svg/SVGPathParserTest.cpp',
4102 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4104 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4103 'testing/PrivateScriptTestTest.cpp', 4105 'testing/PrivateScriptTestTest.cpp',
4104 'timing/MemoryInfoTest.cpp', 4106 'timing/MemoryInfoTest.cpp',
4105 'workers/WorkerThreadTest.cpp', 4107 'workers/WorkerThreadTest.cpp',
4106 'workers/WorkerThreadTestHelper.h', 4108 'workers/WorkerThreadTestHelper.h',
4107 'xml/parser/SharedBufferReaderTest.cpp', 4109 'xml/parser/SharedBufferReaderTest.cpp',
4108 ], 4110 ],
4109 } 4111 }
4110 } 4112 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698