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 authored and Raphael Kubo da Costa committed Apr 8, 2016
1 parent 988c08d commit b4e2eae
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 b4e2eae

Please sign in to comment.