Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
[WebCL] Enable GN build.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hujiajie committed Apr 5, 2016
1 parent c9cd89c commit 6e55473
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ bindings_modules_v8_custom_files =
"V8CustomSQLStatementErrorCallback.cpp",
"V8DeviceMotionEventCustom.cpp",
"V8ServiceWorkerMessageEventCustom.cpp",
"V8WebCLCommandQueueCustom.cpp",
"V8WebCLProgramCustom.cpp",
],
"abspath")

0 comments on commit 6e55473

Please sign in to comment.