From 6e554733fa38c292aa12d7d16eb2c45a4a4292d4 Mon Sep 17 00:00:00 2001 From: hujiajie Date: Tue, 5 Apr 2016 18:43:08 +0800 Subject: [PATCH] [WebCL] Enable GN build. This commit enables GN build of the WebCL module. Files for custom bindings are the only ones that need to be added to GN configuration. All other files of the WebCL module are imported from GYP configurations automatically. The patch has been tested with a vanilla Chromium + WebCL build. --- third_party/WebKit/Source/bindings/modules/v8/custom/custom.gni | 2 ++ 1 file changed, 2 insertions(+) diff --git a/third_party/WebKit/Source/bindings/modules/v8/custom/custom.gni b/third_party/WebKit/Source/bindings/modules/v8/custom/custom.gni index 1c7cc604606d3..413bb27168f30 100644 --- a/third_party/WebKit/Source/bindings/modules/v8/custom/custom.gni +++ b/third_party/WebKit/Source/bindings/modules/v8/custom/custom.gni @@ -8,5 +8,7 @@ bindings_modules_v8_custom_files = "V8CustomSQLStatementErrorCallback.cpp", "V8DeviceMotionEventCustom.cpp", "V8ServiceWorkerMessageEventCustom.cpp", + "V8WebCLCommandQueueCustom.cpp", + "V8WebCLProgramCustom.cpp", ], "abspath")