Chromium Code Reviews| 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', |