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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 1eeaa41802dafa48c1ec19605eb8300f79aedfee..117dac2d01e54b3de4b2029c6c75229c8855b32b 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -441,6 +441,7 @@
'frame/WindowTimers.idl',
'html/HTMLHyperlinkElementUtils.idl',
'imagebitmap/ImageBitmapFactories.idl',
+ '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
'svg/SVGDocument.idl',
'svg/SVGFilterPrimitiveStandardAttributes.idl',
'svg/SVGFitToViewBox.idl',
@@ -1950,6 +1951,7 @@
'offscreencanvas/OffscreenCanvas.h',
'origin_trials/OriginTrialContext.cpp',
'origin_trials/OriginTrialContext.h',
+ 'origin_trials/testing/WorkerGlobalScopeFrobulate.h',
'page/AutoscrollController.cpp',
'page/AutoscrollController.h',
'page/ChromeClient.cpp',

Powered by Google App Engine
This is Rietveld 408576698